diff options
| author | Arslaan Pathan <[email protected]> | 2026-07-18 21:17:59 +1200 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-07-18 21:17:59 +1200 |
| commit | b96b17d7d4e1557205cd91f582ae46265d6de632 (patch) | |
| tree | c1d15506e44cfd161c662ab07dc23b49c7f117f8 /content/projects/frenchtoastos.md | |
| parent | 44406d91c823e3c049721baaad2dd6a4853a8ea5 (diff) | |
| download | arslaancodes-b96b17d7d4e1557205cd91f582ae46265d6de632.tar.xz arslaancodes-b96b17d7d4e1557205cd91f582ae46265d6de632.zip | |
Start working on projects
Diffstat (limited to 'content/projects/frenchtoastos.md')
| -rw-r--r-- | content/projects/frenchtoastos.md | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/content/projects/frenchtoastos.md b/content/projects/frenchtoastos.md new file mode 100644 index 0000000..31f4145 --- /dev/null +++ b/content/projects/frenchtoastos.md @@ -0,0 +1,25 @@ ++++ +title = "FrenchToastOS" +weight = 4 ++++ + +# [FrenchToastOS](https://git.arslaancodes.com/FrenchToastOS.git/about/){: .white target="_blank" } + +A simple from-scratch OS for x86 systems written in C. + +- Built with: C, x86 Assembly, Makefile +- Status: In-progress + +--- + +## Features +- Framebuffer support (via GRUB) +- Can render text via 8x8 font +- Takes PS/2 keyboard input + +--- + +## Why I built it + +This was originally for [Boot](https://boot.hackclub.com){: target="_blank"}, a Hack Club YSWS (You Ship, We Ship), but I may or may not have gotten distracted with other projects... +I might continue working on FrenchToastOS, but I have no guarantees. |
