Nightloader/i386/legacy-boot/src-asm
Eric-Paul Ickhorn 21ba34f526
Fix stack growing direction in GDT being swapped
In the GDT, the direction in which the stack grows in x86 has been
ignored; for reserving space on the stack, the ESP register was added
to and for cleaning up that space, ESP was subtracted from. That is
obviously wrong and is fixed with this commit.
2024-08-17 16:46:23 +02:00
..
drivers Add procedure for searching RSDT Pointer (RSDP) 2024-08-14 10:24:16 +02:00
memory Fix stack growing direction in GDT being swapped 2024-08-17 16:46:23 +02:00
utility Rename legacy boot code for clarity 2024-08-07 10:28:40 +02:00
entry.asm Rename legacy boot code for clarity 2024-08-07 10:28:40 +02:00