Displaying 2 results from an estimated 2 matches for "tinybit".
Did you mean:
linbit
2012 Dec 22
1
ElTorito.sys Scanning Strategy
...est fix, though.
The comments can be found in their original glory, here:
http://reboot.pro/topic/17911-access-fdubcdiso-content-from-grub4dos/page-3#entry164754
The G4D developer's patch for eltorito.sys can be found at the top of
that page, in post #51.
- Shao Miller
--- Comments ---
tinybit (GRUB4DOS developer) typed:
The above code has another issue. Look at this:
SendFound: mov dl, [SpecPkt+2]
clc
ThingDone: pop si
pop ax
retn
It should firstly compare [SpecPkt+2] with DL, if not equal, it
should fail out. At least one BIOS has etdump out...
2010 Jan 09
2
chain.c32 add grldr= command for Grub4dos
$ git log -p
commit d8c5e94803fa01f0d52475a50b69681ad3135700
Author: Gert Hulselmans <kimmik999999 at yahoo.co.uk>
Date: Sat Jan 9 15:30:49 2010 +0100
chain.c32: Add grldr= command for Grub4dos
grldr of Grub4dos wants the partition number in DH:
0xff: whole drive
0-3: primary partitions
4-*: logical partitions
diff --git a/com32/modules/chain.c