From 5342248c1e75275beaeb365c31c10ba437739e2a Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Mon, 17 Nov 2014 17:35:11 +0100 Subject: fixed GDT!! --- boot2/GDT.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'boot2/GDT.asm') 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: -- cgit v1.2.3