Nightloader/i386
Eric-Paul Ickhorn 5ba30e5f8b
Fix GDT length being insufficient
The value of the GDTR register was set to be 8 bytes too small, with
the effect that an accurate emulation software would error out because
of trying to read over the buffer size, as was noticed when using KVM.

This was due to the perception that the 0th index wouldn't be taken
into account; for that reason, the length of the GDTR was one index
short of what it should've been.
2024-08-06 13:20:40 +02:00
..
bootsector Change final bootsector jump to be a near jump 2024-07-07 13:43:07 +02:00
loader Fix GDT length being insufficient 2024-08-06 13:20:40 +02:00
build.bash Add .gitignore with binary executable files 2024-07-06 00:02:38 +02:00
dump.bash Add scripts for running bootloader and memdumping 2024-07-19 01:51:28 +02:00
run.bash Add scripts for running bootloader and memdumping 2024-07-19 01:51:28 +02:00