aboutsummaryrefslogtreecommitdiff
path: root/TODOs
diff options
context:
space:
mode:
authorWojtek Kosior <kwojtus@protonmail.com>2020-01-15 17:27:15 +0100
committerWojtek Kosior <kwojtus@protonmail.com>2020-01-15 17:27:15 +0100
commit98ffccc6a86529c1479b3b17bbff3c13f654c49c (patch)
tree4e924055370675e4da328cef5b8e5dd0b29a6cf9 /TODOs
parentebc85a24c9c04232e775f5bc7cf4ea9af8e1caa7 (diff)
downloadrpi-MMU-example-98ffccc6a86529c1479b3b17bbff3c13f654c49c.tar.gz
rpi-MMU-example-98ffccc6a86529c1479b3b17bbff3c13f654c49c.zip
add TODO concerning variable assignment in Makefile
Diffstat (limited to 'TODOs')
-rw-r--r--TODOs2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODOs b/TODOs
index e99a150..dd7707e 100644
--- a/TODOs
+++ b/TODOs
@@ -56,6 +56,8 @@ high priority TODOs are higher; low priority ones and completed ones are lower;
* Memory regions can be configured as one of several types, which affects how memory reads/writes are performed by the processor. Dig into that and use the best appropriate settings in paging.c (i.e. normal memory instead of strongly-ordered memory for RAM).
+* In the Makefile: is =? the right assignment for, say, CFLAGS?
+
* 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.)