summaryrefslogtreecommitdiffhomepage
path: root/src/loader/ent.asm
diff options
context:
space:
mode:
Diffstat (limited to 'src/loader/ent.asm')
-rw-r--r--src/loader/ent.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/loader/ent.asm b/src/loader/ent.asm
index c518aad..87b5e53 100644
--- a/src/loader/ent.asm
+++ b/src/loader/ent.asm
@@ -20,10 +20,10 @@ _start:
lgdt [gdt] ; Load GDT
- jmp 0x18:.reload_cs
+ jmp 0x18:.reload_cs ; Use third GDT segment for code
.reload_cs:
- mov eax, 0x20
+ mov eax, 0x20 ; Use fourth GDT segment for data/other
mov ds, ax
mov es, ax
mov fs, ax