aboutsummaryrefslogtreecommitdiff
path: root/TODOs
diff options
context:
space:
mode:
authorWojtek Kosior <kwojtus@protonmail.com>2020-01-17 13:32:59 +0100
committerWojtek Kosior <kwojtus@protonmail.com>2020-01-17 13:32:59 +0100
commit753b222b3f4973a9a689aae5286a3e29ccee21fb (patch)
tree7d5129dc8c25728de3910dddb0713a81f0abc507 /TODOs
parentcc379cb6fe7f088880b1c454a8982946c375b203 (diff)
downloadrpi-MMU-example-753b222b3f4973a9a689aae5286a3e29ccee21fb.tar.gz
rpi-MMU-example-753b222b3f4973a9a689aae5286a3e29ccee21fb.zip
add small, Makefile-related TODO
Diffstat (limited to 'TODOs')
-rw-r--r--TODOs2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODOs b/TODOs
index cde18f8..8b1ac2f 100644
--- a/TODOs
+++ b/TODOs
@@ -59,6 +59,8 @@ high priority TODOs are higher; low priority ones and completed ones are lower;
* In the Makefile: is =? the right assignment for, say, CFLAGS?
+* Reintroduce checking if size of loader_stage2.img is small enough in Makfile (removed by accident).
+
* partially DONE - one can always add more, but we have the most important stuff * Implement some basic utilities for us to use (memcpy, printf, etc...)
* partailly DONE - svc works; once we implement processes we could also kill them on aborts * develop userspace process supervision (handling of interrupt caused by svc instruction, proper handling of other data abort, undefined instruction, etc.)