summaryrefslogtreecommitdiff
path: root/src/bootloader/gdt.asm
diff options
context:
space:
mode:
Diffstat (limited to 'src/bootloader/gdt.asm')
-rw-r--r--src/bootloader/gdt.asm2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bootloader/gdt.asm b/src/bootloader/gdt.asm
index d506cdf..0ba0a44 100644
--- a/src/bootloader/gdt.asm
+++ b/src/bootloader/gdt.asm
@@ -49,8 +49,6 @@ db 10011010b ;1st flags and type. The first four bits (1010) are type, and the
db 10101111b ;1111 is segment limit continued. 0: available, 0: 64 bit (change?), 1: 32 bit segment, 1: granularity (shifts 3 hex didgets to get all of memory)
db 0
-; the data GDT is the exact same, and it overlaps. We don't care, we'll be booting into long mode right after then programming in C
-; TODO: clarify once you figure out what you're doing
.gdt_data:
dw 0
dw 0