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

@@ -1,7 +1,7 @@
global entry
entry:
lgdt [gdt_desc] ; load gdt register
jmp Pmodecode
jmp 08h:Pmodecode
extern gdt_desc