From a7b1b157fc118a6e7d4f88f9a057101ca9c54e1a Mon Sep 17 00:00:00 2001 From: phillid Date: Sun, 7 Oct 2012 15:09:18 +1300 Subject: Cleaned up tabs, added comments --- README | 4 ++++ TODO | 7 +++++++ 2 files changed, 11 insertions(+) create mode 100644 README create mode 100644 TODO 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 -- cgit v1.1