]> git.dujemihanovic.xyz Git - nameless-os.git/commitdiff
Handle interrupts
authorDuje Mihanović <duje.mihanovic@skole.hr>
Wed, 22 Sep 2021 20:15:40 +0000 (22:15 +0200)
committerDuje Mihanović <duje.mihanovic@skole.hr>
Thu, 14 Oct 2021 20:01:56 +0000 (22:01 +0200)
Currently handles exception 8 and IRQ 1. EXC8 is double fault, and IRQ1 is
keyboard. EXC8 handler puts out a ':(' on the top left corner of the screen and
halts the machine, while IRQ1 puts out a string on the screen. However, it will
only do so once, and I have yet to figure out why.


No differences found