aboutsummaryrefslogtreecommitdiff
path: root/TODOs
diff options
context:
space:
mode:
Diffstat (limited to 'TODOs')
-rw-r--r--TODOs4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODOs b/TODOs
index 23c3458..25efad8 100644
--- a/TODOs
+++ b/TODOs
@@ -1,6 +1,6 @@
* DONE * Remove duplications in Makefile... i.e. use generic recipes for .c -> .o compilations and many other things, that can be shortened this was
-* Implement some basic utilities for us to use (memcpy, printf, etc...)
+* DONE * Implement some basic utilities for us to use (memcpy, printf, etc...)
* ensure .bss section is zeroed properly in stage2 (stage1 and actual kernel do it in common boot.S file; stage2 doesn't use boot.S); Note, that:
- It works as it is right now. If we have no uninitialized static variables in stage2 code, then .bss is probably empty... so this is not really important
@@ -19,7 +19,7 @@
* Fix piping with pipe_image
-* write some procedures for dumping registers and other stuff (for use in debugging)
+* DONE * write some procedures for dumping registers and other stuff (for use in debugging)
* learn some asm and write exception handlers withour gcc's "interrupt" function attribute (this is so that we see what's happening - right now gcc hides some things from us...)