Go to file
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
i386 Fix GDT length being insufficient 2024-08-06 13:20:40 +02:00
.gitignore Add .gitignore with binaries and some folders 2024-07-06 00:12:06 +02:00