Bootloader: Implement better memset and memcpy for 32 bit addresses

This commit is contained in:
2024-04-20 17:57:16 +03:00
parent 0e405755ad
commit 9ac3f48fcb
6 changed files with 138 additions and 43 deletions

3
bootloader/bios/common.S Normal file
View File

@@ -0,0 +1,3 @@
.set GDT_CODE16, 0x08
.set GDT_DATA32, 0x10
.set GDT_CODE32, 0x18