Nightloader/i386
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
..
bootsector Change final bootsector jump to be a near jump 2024-07-07 13:43:07 +02:00
legacy-boot Fix stack growing direction in GDT being swapped 2024-08-17 16:46:23 +02:00
build.bash Rename legacy boot code for clarity 2024-08-07 10:28:40 +02:00
dump.bash Add scripts for running bootloader and memdumping 2024-07-19 01:51:28 +02:00
run.bash Make finishing touches before UEFI addition 2024-08-07 10:06:18 +02:00