On Wed, 11 Jun 2003, Johan Gill wrote: > I have tried all kinds of stuff to get dosemu to load from my msdos > directory, but nothing works. Since I can't figure it out myself, how do > I do it?
There are many possibilities to do that -- depends which version of DOSEMU you're using. possibility 1: - copy io.sys and so on to the FreeDOS directory that is booted by default (~/dosemu/freedos or similar). possibility 2: (but not with the "[x]dosemu" commands in 1.0.2.1) - have these files in a subdirectory/symlink under /var/lib/dosemu, specified by $_hdimage in dosemu.conf or ~/.dosemurc. possibility 3: (1.1.4 and up) - specify an absolute path for $_hdimage in dosemu.conf or ~/.dosemurc possibility 4: (1.1.5 and up) - have $_hdimage commented out in dosemu.conf and .dosemurc and use dosemu -install possibility 5: (1.1.5 and up, this is what dosemu -install does but then manually) - have $_hdimage commented out in dosemu.conf and .dosemurc and use rm -f ~/.dosemu/drives/c ln -s /path/where/the/dos/is ~/.dosemu/drives/c 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
