From 8e2b19ccd934a4ff8f41ef3fe833381c71f550f8 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 31 May 2017 21:50:11 +0200 Subject: interrupt separation between CPU exceptions and hardware IRQs by the PIC, started to program the PICs for interrupt delivery --- doc/LINKS.TODO | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') diff --git a/doc/LINKS.TODO b/doc/LINKS.TODO index 15ea245..a7b3f15 100644 --- a/doc/LINKS.TODO +++ b/doc/LINKS.TODO @@ -37,3 +37,6 @@ longjmp: http://blog.reverberate.org/2013/05/deep-wizardry-stack-unwinding.html http://prettyos.de +PIC: +http://www.brokenthorn.com/Resources/OSDevPic.html + -- cgit v1.2.3-54-g00ecf