summaryrefslogtreecommitdiff
path: root/content/projects/frenchtoastos.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/projects/frenchtoastos.md')
-rw-r--r--content/projects/frenchtoastos.md25
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.