fixed gdt (works in virtualbox now)
This commit is contained in:
parent
53801b9bae
commit
806815e5f2
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
|
@ -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:
|
||||
|
||||
|
|
Reference in a new issue