fixed gdt (works in virtualbox now)

This commit is contained in:
Benji Dial 2020-05-16 13:32:58 -04:00
parent 53801b9bae
commit 806815e5f2
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
0x08: 0x0000.0000 - 0x0007.ffff (code)
0x10: 0x0000.0000 - 0x0007.ffff (data)
0x10: 0x0000.0000 - 0x000f.ffff (data)
0x18: 0x0003.8000 - 0x0003.ffff (stack)

View file

@ -47,7 +47,7 @@ gdt:
.t:
dq 0x0000_0000_0000_0000
dq 0x00c0_9a00_0000_007f
dq 0x00c0_9200_0000_007f
dq 0x00c0_9200_0000_00ff
dq 0x0040_9203_8000_7fff
.e: