You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
printf("Internal Error: no OEM compatible boot sector!\n");
#endif
}
For the OEM compatibility boot sector loader, no patches are applied. And that is true even though the LBA detection is very similar for the OEM loader, and could be patched similarly:
Like my INSTSECT the SYS program could detect the unit handling and LBA detection sequences automatically, without need for the hardcoded offset value.
This is the part that applies the patches to the standard boot sector loader:
kernel/sys/sys.c
Lines 1562 to 1601 in 302b002
For the OEM compatibility boot sector loader, no patches are applied. And that is true even though the LBA detection is very similar for the OEM loader, and could be patched similarly:
kernel/boot/oemboot.asm
Line 550 in 302b002
The text was updated successfully, but these errors were encountered: