summaryrefslogtreecommitdiff
path: root/boot2/GDT.asm
diff options
context:
space:
mode:
Diffstat (limited to 'boot2/GDT.asm')
-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: