From 535749afc91ca466846dfb76a4745c1053619450 Mon Sep 17 00:00:00 2001 From: pantonshire Date: Mon, 3 Nov 2025 09:39:37 +0000 Subject: [PATCH] expand protected mode code segment more --- stage_2/main.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stage_2/main.s b/stage_2/main.s index 5d05dec..8ccaa9a 100644 --- a/stage_2/main.s +++ b/stage_2/main.s @@ -140,7 +140,7 @@ gdt_flat: 0x00, 0x00, \ 0x00, \ 10011011b, \ - 11000000b, \ + 11001111b, \ 0x00 ; 16-bit code segment, to use if we want to switch back to real mode.