Added real projects!
This commit is contained in:
parent
20c8e3a2cb
commit
aa571ec67f
4 changed files with 21 additions and 20 deletions
10
src/projects/lordnet_sh.md
Normal file
10
src/projects/lordnet_sh.md
Normal file
|
|
@ -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)
|
||||||
|
|
@ -1,10 +0,0 @@
|
||||||
---
|
|
||||||
title: "Test Project 1"
|
|
||||||
tags:
|
|
||||||
- x86
|
|
||||||
- cli
|
|
||||||
---
|
|
||||||
|
|
||||||
This is the first project description.
|
|
||||||
|
|
||||||
**Links:** [git](#)
|
|
||||||
|
|
@ -1,10 +0,0 @@
|
||||||
---
|
|
||||||
title: "Test Project 2"
|
|
||||||
tags:
|
|
||||||
- arm
|
|
||||||
- gui
|
|
||||||
---
|
|
||||||
|
|
||||||
This is the second project description.
|
|
||||||
|
|
||||||
**Links:** [git](#)
|
|
||||||
11
src/projects/untitled_os.md
Normal file
11
src/projects/untitled_os.md
Normal file
|
|
@ -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)
|
||||||
Loading…
Reference in a new issue