diff options
author | Wojtek Kosior <kwojtus@protonmail.com> | 2020-01-18 03:25:24 +0100 |
---|---|---|
committer | Wojtek Kosior <kwojtus@protonmail.com> | 2020-01-18 03:25:24 +0100 |
commit | e9016aa4e88fae4874617fe9100dd7209060d171 (patch) | |
tree | cbe60e82edfb2a51b87a733c91afdce3b68fd18a | |
parent | 556838102ca655f26ac816e8d44ecc33914c23a3 (diff) | |
download | rpi-MMU-example-e9016aa4e88fae4874617fe9100dd7209060d171.tar.gz rpi-MMU-example-e9016aa4e88fae4874617fe9100dd7209060d171.zip |
add TODO to rename interrupts to exceptions everywhere
-rw-r--r-- | TODOs | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -35,6 +35,9 @@ high priority TODOs are higher; low priority ones and completed ones are lower; !!! IMPORTANT !!! * Add license (Unlicense?) +!!! IMPORTANT !!! +* Call them exceptions, not interrupts. + ! A bit important ! * Also implement the generic timer and use it, as it's probably going to run on both qemu and RPi. |