aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphillid <dbphillipsnz@gmail.com>2012-10-07 15:09:18 +1300
committerphillid <dbphillipsnz@gmail.com>2012-10-07 15:09:18 +1300
commita7b1b157fc118a6e7d4f88f9a057101ca9c54e1a (patch)
tree0fd9331a7aa4c586c4ab3e0de2a1cfa4ffa40cb6
parent63d3a9efa61e662c81d827eab263f954adc74237 (diff)
downloadjaspos-a7b1b157fc118a6e7d4f88f9a057101ca9c54e1a.tar.xz
Cleaned up tabs, added comments
-rw-r--r--README4
-rw-r--r--TODO7
2 files changed, 11 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..22c0238
--- /dev/null
+++ b/README
@@ -0,0 +1,4 @@
+jaspos
+======
+
+OS written entirely in x86 Assembly \ No newline at end of file
diff --git a/TODO b/TODO
new file mode 100644
index 0000000..2209753
--- /dev/null
+++ b/TODO
@@ -0,0 +1,7 @@
+Jaspos To Do
+============
+1) Get bootloader code onto github
+2) More comments in more code
+3) Clean-up functions which still use my old convention of passing arguments in AX. These must be converted to accepting arguments from the stack.
+4) Get Disk I/O working (at least floppy disk)
+5) Continue work on the shell application \ No newline at end of file