Displaying 1 result from an estimated 1 matches for "multibo".
Did you mean:
multi
2009 Apr 03
0
PATCH: Handle virtual entry point in mboot.c32
Hi,
This patch ensures that mboot.c32 will always jump to a physical address
when loading a Multiboot kernel.
Some kernels are linked with a virtual entry point and without this patch
these kernels are unbootable.
Hope this helps,
Matthew
--- a/com32/modules/mboot.c 2009-04-03 09:48:08.000000000 +1000
+++ b/com32/modules/mboot.c 2009-04-03 09:48:16.000000000 +1000
@@ -650,6 +650,13 @@ static...