Displaying 1 result from an estimated 1 matches for "5fca2d3".
2010 Jan 09
2
chain.c32 add grldr= command for Grub4dos
...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 b/com32/modules/chain.c
index 5fca2d3..73f37c5 100644
--- a/com32/modules/chain.c
+++ b/com32/modules/chain.c
@@ -52,6 +52,9 @@
* used with Recovery Console of Windows NT/2K/XP..
* same as ntldr=<loader> & "cmdcons\0" written to memory address 0000:7C
*
+ * grldr=<loader>:
+ * used with gr...