explain big code segment

refactor
pantonshire 1 month ago
parent 535749afc9
commit 20e857b453

@ -134,7 +134,7 @@ gdt_flat:
dq 0
; 32-bit code segment.
; Pages 0x0000 - 0xffff.
; Pages 0x0000 - 0xffff. Needs to contain 0x10000, where the stage 3 text is loaded.
.segment_code_32:
db 0xff, 0xff, \
0x00, 0x00, \

Loading…
Cancel
Save