search for: 93bba4e

Displaying 1 result from an estimated 1 matches for "93bba4e".

2010 Jun 04
1
[PATCH] chain.c32: add support for loading GRUB stage2
...my test stopped there, and stage1_5 images are not supported. Signed-off-by: Paul Bolle <pebolle at tiscali.nl> --- com32/modules/chain.c | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) diff --git a/com32/modules/chain.c b/com32/modules/chain.c index ad746ee..93bba4e 100644 --- a/com32/modules/chain.c +++ b/com32/modules/chain.c @@ -63,6 +63,10 @@ * equivalent to seg=0x70 file=<loader> sethidden, * used with DOS' io.sys. * + * grub=<loader>: + * same as seg=0x800 file=<loader> & jumping to seg 0x820, + * used with GRUB...