Nightloader/i386/loader/src-asm/memory
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
..
a20.asm Add A20 line check 2024-07-06 00:03:48 +02:00
gdt.asm Fix GDT length being insufficient 2024-08-06 13:20:40 +02:00