diff options
author | Wojtek Kosior <kwojtus@protonmail.com> | 2020-01-15 17:27:15 +0100 |
---|---|---|
committer | Wojtek Kosior <kwojtus@protonmail.com> | 2020-01-15 17:27:15 +0100 |
commit | 98ffccc6a86529c1479b3b17bbff3c13f654c49c (patch) | |
tree | 4e924055370675e4da328cef5b8e5dd0b29a6cf9 /TODOs | |
parent | ebc85a24c9c04232e775f5bc7cf4ea9af8e1caa7 (diff) | |
download | rpi-MMU-example-98ffccc6a86529c1479b3b17bbff3c13f654c49c.tar.gz rpi-MMU-example-98ffccc6a86529c1479b3b17bbff3c13f654c49c.zip |
add TODO concerning variable assignment in Makefile
Diffstat (limited to 'TODOs')
-rw-r--r-- | TODOs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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.) |