From feb9a0fc12a5b442058f42e09ac37e3363c3a706 Mon Sep 17 00:00:00 2001 From: Garritt McCune Date: Sat, 12 Dec 2020 21:23:27 -0600 Subject: [PATCH] Added a readme to explain a bit of about this project. --- readme.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..94e0a3c --- /dev/null +++ b/readme.md @@ -0,0 +1,12 @@ +kernel3 + +My poor attempted at trying to build an operating system from scratch. +Being totally honest, I've merely gleemed various sources on OS dev +and am attempting this project just to see how much I can learn. + +I only have a vague idea of where I want this project to go, but +I can only dedicate so much time to working on this at a time, so +progress is very slow going. I do wish to build a working VGA +driver that woudl allow me to create a decent looking UI. Beyond this +I no other objective in mind besides just trying anything I think would +be cool to pull off.