aboutsummaryrefslogtreecommitdiff
path: root/TODOs
diff options
context:
space:
mode:
authorWojtek Kosior <kwojtus@protonmail.com>2020-01-18 03:25:24 +0100
committerWojtek Kosior <kwojtus@protonmail.com>2020-01-18 03:25:24 +0100
commite9016aa4e88fae4874617fe9100dd7209060d171 (patch)
treecbe60e82edfb2a51b87a733c91afdce3b68fd18a /TODOs
parent556838102ca655f26ac816e8d44ecc33914c23a3 (diff)
downloadrpi-MMU-example-e9016aa4e88fae4874617fe9100dd7209060d171.tar.gz
rpi-MMU-example-e9016aa4e88fae4874617fe9100dd7209060d171.zip
add TODO to rename interrupts to exceptions everywhere
Diffstat (limited to 'TODOs')
-rw-r--r--TODOs3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODOs b/TODOs
index 2e3e7d3..631fbcb 100644
--- a/TODOs
+++ b/TODOs
@@ -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.