Hello I want to read files in another partion from menumain.c, because I verify files(For example, CRC) before chainload. How do I open and read files in another partion? ---------- I use syslinux-4.06. I use multi-boot CF. *1st partition(first boot) syslinux.cfg menu.c32 chain.c32 *2nd partition syslinux.cfg memdisk my files(want to verify) ---------- Sincerely, Michinaga Onishi ?FUJI MACHINE MFG. CO., LTD. ?E-mail: mi.onishi at fuji.co.jp
On Sun, Sep 1, 2013 at 10:28 PM, Michinaga Onishi <mi.onishi at fuji.co.jp> wrote:> How do I open and read files in another partion?Unfortunately, you can't at this time. If you wrote your own COM32 module that used the disk library calls and understood the target file system, you could. Someone did make changes to achieve this goal but it hasn't bee merged yet. -- -Gene