Age | Commit message (Collapse) | Author | Files | Lines |
|
The text files are added with DOS line-breaks.
Well, actually README.OLD is currently detected as a binary file,
so it won't.
|
|
workaround
Also, we increased the maximum size of objects to be put into the "far data" section,
which significantly decreases the DOS binary size.
|
|
In particular, this will work on MS-DOS, albeit inefficiently.
You also cannot generically redirect stderr on COMMAND.COM.
|
|
This reduces the binary size by a few kilobytes.
|
|
I tested it on FreeDOS with DOSLFN.COM.
Should also work on Win9x, so the DOS port works a Windows editor as well.
|
|
are in $PATH
* has been tested both hosted on Linux and DOS with OpenWatcom v1.9.
* more aggressively optimize for executable size
|
|
This is done via 10h interrupts and special memory regions.
The alternative would have been to use set the cursor to 9999,9999
and query the cursor position via ANSI escape sequences.
|
|
It can be cross-compiled or compiled natively on 32-bit DOS
with OpenWatcom C v1.9.
Compiling on an 8086 might be possible later on - but we would
have to add support for some ancient ANSI C compiler.
|