Added GDT, IDT, IRQ, updated build.zig

Added new build.zig


Interrupts no work :(


Added isr


Interrupts work


Added spurious irq


Code review comments


New name


Refactor


Build asm
This commit is contained in:
ED 2019-05-31 07:41:28 +01:00
parent d22b79816b
commit 995268b04e
12 changed files with 1009 additions and 11 deletions

View file

@ -641,6 +641,7 @@ pub fn init() void {
printLogo();
displayPageNumber();
updateCursor();
}
fn resetGlobals() void {