summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-05-18 17:12:49 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2017-05-18 17:12:49 +0200
commitb02897755c15f93ac37ffb8ff042a6cd409ce9f8 (patch)
tree084c314483efb252983e9ca41ba295006a4cfb20 /doc
parent67ee9510770674a4ef236168176bf85e0775ab7e (diff)
downloadabaos-b02897755c15f93ac37ffb8ff042a6cd409ce9f8.tar.gz
abaos-b02897755c15f93ac37ffb8ff042a6cd409ce9f8.tar.bz2
added some links all around interrupts
Diffstat (limited to 'doc')
-rw-r--r--doc/LINKS.TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/LINKS.TODO b/doc/LINKS.TODO
index b565fed..62943dd 100644
--- a/doc/LINKS.TODO
+++ b/doc/LINKS.TODO
@@ -17,3 +17,9 @@ https://github.com/FlingOS/FlingOS
In Rust:
http://os.phil-opp.com/
+
+Interrupts:
+http://wiki.osdev.org/Exceptions
+http://beefchunk.com/documentation/hardware/microprocessors/intel/i80386/Chap9.html
+http://www.cs.cmu.edu/~ralf/files.html
+https://blog.packagecloud.io/eng/2016/04/05/the-definitive-guide-to-linux-system-calls/