aboutsummaryrefslogtreecommitdiff
path: root/Makefile.wcc
AgeCommit message (Collapse)AuthorFilesLines
2025-04-23updated Makefile.wcc: it assumes that $WATCOM has been set and the compilers ↵Robin Haberkorn1-7/+20
are in $PATH * has been tested both hosted on Linux and DOS with OpenWatcom v1.9. * more aggressively optimize for executable size
2025-04-23DOS: implemented console size detectionRobin Haberkorn1-1/+2
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.
2025-04-23MS-DOS real-mode (8086) portRobin Haberkorn1-0/+41
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.