aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 0 insertions, 8 deletions
diff --git a/TODO b/TODO
deleted file mode 100644
index 34dec0a..0000000
--- a/TODO
+++ /dev/null
@@ -1,8 +0,0 @@
-* boot loader, loading a few sectors into memory
-* output from loadable
-* setting up things to transition to protected mode
- * defining a software interrupt in order to call a print() function
-* setting up things to transition to long mode
- * defining a syscall on order to call a print() function
-* writing minimal program in C
-* writing a minimal scheduler and running two programs at the same time