Initial commit

This commit is contained in:
2018-11-11 14:19:19 -06:00
commit af15d43c8a
17 changed files with 1351 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
SDOS
====
SDOS or Slow and Dirty Operating System is a hobby
operating system written purely for the experience.
The name comes from QDOS, or Quick and Dirty Operating
System that ws the core of what would become MS-DOS.
Nothing about this project is fast but the code will
be quite dirty as I learn more about writing an OS.
Therefore, slow and dirty perfectly describes this project.