Bootloader: Implement better memset and memcpy for 32 bit addresses
This commit is contained in:
3
bootloader/bios/common.S
Normal file
3
bootloader/bios/common.S
Normal file
@@ -0,0 +1,3 @@
|
||||
.set GDT_CODE16, 0x08
|
||||
.set GDT_DATA32, 0x10
|
||||
.set GDT_CODE32, 0x18
|
||||
Reference in New Issue
Block a user