Intel 2 Mbit BIOS boot blocks are now loaded from offset 0.
This commit is contained in:
@@ -471,7 +471,7 @@ bios_load_linear_combined2(wchar_t *fn1, wchar_t *fn2, wchar_t *fn3, wchar_t *fn
|
||||
ret &= bios_load_aux_linear(fn2, 0x000c0000, 65536, off);
|
||||
ret &= bios_load_aux_linear(fn4, 0x000e0000, sz - 196608, off);
|
||||
if (fn5 != NULL)
|
||||
ret &= bios_load_aux_linear(fn5, 0x000ec000, 16384, off);
|
||||
ret &= bios_load_aux_linear(fn5, 0x000ec000, 16384, 0);
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
Reference in New Issue
Block a user