Displaying 1 result from an estimated 1 matches for "iniopeninifil".
Did you mean:
iniopeninifile
2011 Aug 06
0
specifying 'root' for mboot.c32/syslinux
...ch code looks like this:
(guess I need to hack it sometime/somehow, as it seems doubtful any
overriding commands are taken into account).
[
http://svn.reactos.org/svn/reactos/trunk/reactos/boot/freeldr/freeldr/inifile/ini_init.c?view=markup
]
#include <freeldr.h>
21
22 static LONG IniOpenIniFile(ULONG* FileId)
23 {
24 CHAR FreeldrPath[MAX_PATH];
25 LONG ret;
26
27 //
28 // Create full freeldr.ini path
29 //
30 MachDiskGetBootPath(FreeldrPath, sizeof(FreeldrPath));
31 strcat(FreeldrPath, "\\freeldr.ini");
32
33 // Try to...