Bernd Böckmann
Bernd Böckmann
Are you sure the following can be safely removed? Its a header, and I do not know if these bytes are tested anywhere... https://github.com/SvarDOS/edrdos/blob/e3648e779e7d064869830bb77fbd13ce9eb9bc84/drdos/header.asm#L140
Are the text equates in version.inc problematic for NASM conversion?
Will probably setup a mercurial mirror of your repo and re-build some makefiles previously made for JWasm. This will help let the repos stay in-sync. But not before next weekend,...
> Do you know how to pass a quoted string with blanks as a define to JWasm's command line, in DOS? Whatever I tried it seemed to parse the blank...
Isn't this left to the application, as the command line tail is copied more or less unaltered to the PSP / CMDLINE env? Apart from using quotes to specify the...
in drbio\make.bat there are lines >126 characters. This seems to make the build fail under DosBox-X, and probably EDR using its native COMMAND.COM.
Not for that :) I first try to build your unmodified version before starting to do any changes...
What is this c:\autowat.bat file referenced in cfg.bat? Has it to do with Open Watcom? Can it be guarded by an if exist?
in _drbio\init.nas_ there is a `%include "../tmp/edrdosl.mac"`. But this file seem neither be included in the repo, nor generated by the build.
> And, is it correct that SHELLHIGH= in dconfig.sys is so far just an alias to SHELL= that doesn't actually load the shell process into the UMA? Yes, I made...