aboutsummaryrefslogtreecommitdiffstats
path: root/boot/TODO
diff options
context:
space:
mode:
authorClemens Fries <git-generic@xenoworld.de>2018-12-05 18:19:16 +0100
committerClemens Fries <git-generic@xenoworld.de>2018-12-05 18:26:39 +0100
commitbed5515c8dee2a19c1ba9dbc005e078c613e3cf3 (patch)
tree3d8ccff3af83a326ce2615bc19ddf627c25f53fb /boot/TODO
parentce7317daf7c9740bc8595f14f7248fa1b050afcf (diff)
Move 'boot' stuff to boot/
Diffstat (limited to 'boot/TODO')
-rw-r--r--boot/TODO8
1 files changed, 8 insertions, 0 deletions
diff --git a/boot/TODO b/boot/TODO
new file mode 100644
index 0000000..34dec0a
--- /dev/null
+++ b/boot/TODO
@@ -0,0 +1,8 @@
+* 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