On Tue, 22 Jan 2002, eddie white wrote: > the doc's have me compeletly confused, i can't figure out how to boot the emu > from the dos partition and i can't get access to the dos partition when the emu > is running. i guess really i don't care where it boots from. i'm also confused > on how to have the dos partition (/dev/hda1) mounted in the emu and linux at the > same time.
the best way is to do something like this in MSDOS lredir c: linux\fs/your/dos/mount/point you could do this as the last command in autoexec.bat if you wish or use something like shell=command.com /k autoemu.bat in config.sys and keep an identical (for instance, symbolically linked) autoemu.bat on /dev/hda1 and in the dosemu boot directory. Then autoemu.bat can do the lredir at any time. alternatively, lredir d: instead. But then your DOS software might be confused, because what it thinks is on C: is on D: Bart - To unsubscribe from this list: send the line "unsubscribe linux-msdos" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
