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.