Fix GDT and remove unused code from MBR

This commit is contained in:
2026-07-23 21:23:38 +03:00
parent 065aa261f5
commit 3b8125eb0c
2 changed files with 1 additions and 14 deletions
+1 -1
View File
@@ -245,7 +245,7 @@ gdt_data:
.base_low: dw 0x0000
.base_middle: db 0x00
.access: db 10010010b ; present, ring 0, data, writable
.flags: db 00000000b
.flags: db 10000000b
.base_high: db 0x00
gdt_data_end:
gdt_end: