Bootloader: Fix GDRT pointer size to 32 bits

This commit is contained in:
Bananymous 2024-03-26 03:04:57 +02:00
parent 5dbe51a52e
commit ca23360d07
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ gdt:
.quad 0x00CF9A000000FFFF # 32-bit code
gdtr:
.short . - gdt - 1
.quad gdt
.long gdt
banan_boot_info:
boot_command_line: