aboutsummaryrefslogtreecommitdiff
path: root/TODOs
diff options
context:
space:
mode:
authorvetch <vetch97@gmail.com>2020-01-04 19:37:32 +0100
committervetch <vetch97@gmail.com>2020-01-04 19:37:32 +0100
commit615e3302c9dd358bb64cd56d1f3814ad8d5df84d (patch)
tree07b0469807eb3bff7ff7d3f3576858642bc66675 /TODOs
parent885a097da42317f48cead2d91c0e0240066943a8 (diff)
downloadrpi-MMU-example-615e3302c9dd358bb64cd56d1f3814ad8d5df84d.tar.gz
rpi-MMU-example-615e3302c9dd358bb64cd56d1f3814ad8d5df84d.zip
rearranged files, updated makefile
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...)