SvarDOS / edrdos

Enhanced DR-DOS kernel and command interpreter ported to JWasm and OpenWatcom C
http://svardos.org/
Other
40 stars 4 forks source link

Add support for ! as first character of a config.sys line #84

Open boeckmann opened 3 months ago

boeckmann commented 3 months ago

FreeDOS kernel handles config.sys lines starting with an exclamation mark !.

If a config.sys line contains ! as first character, then this line can not be skipped by single-stepping.

mateuszviste commented 3 months ago

I may be stating the obvious, but this seems to be some FreeDOS-ism. MS-DOS does not understand "!" in CONFIG.SYS (checked on MS-DOS 6.22)