Adds more fault 'hanlders', Sets A20 for some hardware, Fixes some other minor stuff

This commit is contained in:
Lucia Ceionia
2023-02-01 14:18:27 -06:00
parent afaf5e1a03
commit 0faa2eb553
7 changed files with 171 additions and 26 deletions

View File

@@ -41,9 +41,6 @@ call real_printword
add di, 2
mov ax, cs
call real_printword
.loop:
inc byte [0]
int 3
int 3
int 0x30 ; exit
jmp $