diff --git a/src/projects/lordnet_sh.md b/src/projects/lordnet_sh.md new file mode 100644 index 0000000..3d57fd9 --- /dev/null +++ b/src/projects/lordnet_sh.md @@ -0,0 +1,10 @@ +--- +title: "www.lordnet.sh" +tags: + - Web + - JS +--- + +This website! The interface is inspired by the 3b1 interface (loosely, the real one is pretty ugly). The window manager is set up to allow me to embed markdown files into them, so I can expand this site with more "desktop icons." + +**Links:** [git](https://repos.foxcarries.me/lordtet/www-lordnet-sh) diff --git a/src/projects/testproj.md b/src/projects/testproj.md deleted file mode 100644 index 3bb1b24..0000000 --- a/src/projects/testproj.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "Test Project 1" -tags: - - x86 - - cli ---- - -This is the first project description. - -**Links:** [git](#) diff --git a/src/projects/testproj2.md b/src/projects/testproj2.md deleted file mode 100644 index 21ae859..0000000 --- a/src/projects/testproj2.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: "Test Project 2" -tags: - - arm - - gui ---- - -This is the second project description. - -**Links:** [git](#) diff --git a/src/projects/untitled_os.md b/src/projects/untitled_os.md new file mode 100644 index 0000000..ac07a8c --- /dev/null +++ b/src/projects/untitled_os.md @@ -0,0 +1,11 @@ +--- +title: "Untitled OS" +tags: + - x86 + - asm + - C +--- + +I wanted to learn more about what it takes to go from bare metal -> a working environment, so I have an operating system project. I work on this occasionally, not really meant to be used. Implemented some kernel libraries, a serial line, and a virtual memory allocator. Intended to be compatible with i386 (to run on some of my retro hardware) - so no QOL to do with page management. + +**Links:** [kernel](https://repos.foxcarries.me/lordtet/Untitled_Kernel) **|** [bootloader](https://repos.foxcarries.me/lordtet/Untitled_Bootloader)