summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-11-17 17:35:11 +0100
committerMichal Idziorek <m.i@gmx.at>2014-11-17 17:35:11 +0100
commit5342248c1e75275beaeb365c31c10ba437739e2a (patch)
treef629ab66cf3b93cb51741001aecc91a03a86f540
parente72b6a00ee64f00bc38e3a64d16330d8c101c3ff (diff)
fixed GDT!!
-rw-r--r--boot2/GDT.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/boot2/GDT.asm b/boot2/GDT.asm
index cc33c45..2eb2a1d 100644
--- a/boot2/GDT.asm
+++ b/boot2/GDT.asm
@@ -39,7 +39,7 @@ gdt_data:
dw 0x0
db 0x0
db 10010010b
- db 10001111b
+ db 11001111b
db 0x0
gdt16_code:
@@ -61,7 +61,7 @@ gdt16_data:
dw 0x0
db 0x0
db 10010010b
- db 11001111b
+ db 10001111b
db 0x0
gdt_end: