aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDavid <dbphillipsnz@gmail.com>2013-07-19 11:53:18 +1200
committerDavid <dbphillipsnz@gmail.com>2013-07-19 11:53:18 +1200
commit9bfb5f5468331949c6a9f9b3e0590e481dd6492e (patch)
tree2740732d4372d34e451d7ff99d0de50181327508 /TODO
parent3155f0ec7fb015225c6ae42f782b8c25f2d79f88 (diff)
downloadjaspos-9bfb5f5468331949c6a9f9b3e0590e481dd6492e.tar.xz
Added 'Emergency Shell', started work on basic disk I/O
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 2 insertions, 4 deletions
diff --git a/TODO b/TODO
index 2209753..4240eec 100644
--- a/TODO
+++ b/TODO
@@ -1,7 +1,5 @@
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
+2) Still More comments in more code
+3) Get Disk I/O working (at least floppy disk)