On 20 Jan 2003, Stuart Axon wrote: > I see debug messages in the code like; (in mfs.c) > > ...and don't get any debug messages anywhere; I would expect them to be > on stderr? I tried running dosdebug and nothing comes out on that... is > there a config option I am missing?
MFS is covered by the "-d" flag. The MFS code uses a non-standard syntax though, probably because of its legacy. In any case. For dosemu < 1.1.4: if you use the "dosemu" script: * by default debug output goes to ~/dosemu/boot.log if you don't * by default debug output goes to /dev/null * if you invoke dosemu using -O it goes to stderr. For dosemu >= 1.1.4 * by default debug output goes to ~/.dosemu/boot.log * if you invoke dosemu using -O it goes to stderr. For all these dosemu's: if you invoke dosemu using "-o file" then debug output goes to that file. using: $ dosdebug at the linux prompt and then log on also gives you logging in that terminal (and you can turn on and off flags in dosdebug too). 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
