Nightloader/i386/loader/src-asm
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
..
drivers Make driver initialization easier in manager.asm 2024-07-24 00:14:55 +02:00
memory Fix GDT length being insufficient 2024-08-06 13:20:40 +02:00
utility Fix text display for rows other than the first 2024-07-21 06:01:41 +02:00
entry.asm Make stage 2 entry (after GDT) call driver setup 2024-07-23 23:57:58 +02:00