Op 17-12-2012 22:35, Rugxulo schreef: > Small "bug" report (and several comments) on > news://comp.os.msdos.programmer , if anyone is curious. > > https://groups.google.com/forum/?fromgroups=#!topic/comp.os.msdos.programmer/mxAPSdUML7U > > ============================ > I pasted this DEVICE= line from my MS-DOS CONFIG.SYS into > FreeDOS' CONFIG.SYS (v1.1): > > DEVICE=HIMEMX.EXE/MAX=2097152/NUMHANDLES=128/METHOD:PORT92
That might be worth looking into, likely requiring Metakern chaining to both MSDOS and FreeDOS kernel 2041, with both using the same config.sys file. (Lack of) spaces is a nice challenge for the (fd)config.sys parser algorythm anyway (and occasionally FreeCOM also) : SET /MEMDISK=1 (sees as invalid option, MDISKCHK causes this) SET X = Y (happily adds spaces, making value checking a nightmare) Bernd ------------------------------------------------------------------------------ LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial Remotely access PCs and mobile devices and provide instant support Improve your efficiency, and focus on delivering more value-add services Discover what IT Professionals Know. Rescue delivers http://p.sf.net/sfu/logmein_12329d2d _______________________________________________ Freedos-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freedos-devel
