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:
parent
d22b79816b
commit
995268b04e
12 changed files with 1009 additions and 11 deletions
|
@ -641,6 +641,7 @@ pub fn init() void {
|
|||
|
||||
printLogo();
|
||||
displayPageNumber();
|
||||
updateCursor();
|
||||
}
|
||||
|
||||
fn resetGlobals() void {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue