Attempt to improve on Devore's CauseWay DOS extender • mirrored at https://gitlab.com/tkchia/causeway • v3.60 source code originally found under Open Watcom source tree (https://github.com/open-watcom/open-watcom-v2)
  • Assembly 93.7%
  • C 2%
  • Roff 1.4%
  • Redcode 1.3%
  • Makefile 0.9%
  • Other 0.7%
Find a file
2024-10-30 05:09:50 +00:00
.github/workflows Update GitHub CI & GitLab CI setups to include lfanew 2023-02-11 09:08:59 +00:00
bin Remove outdated intermediate build products from source tree 2022-03-13 19:49:55 +00:00
debian Add lfanew as a .deb dependency; remove Git .deb dependency 2024-10-30 05:09:50 +00:00
etc Add script to create .deb pkg., mostly from ppa-de-rebus Git repo 2022-06-11 17:31:30 +00:00
JWasm.src@4804cd2c3c Update JWasm & lfanew; & point to Codeberg for submodules 2024-01-22 23:28:11 +00:00
JWlink.src@72c1f778df Sort of bootstrap CauseWay linker with wlink or JWlink 2022-03-30 21:09:40 +00:00
lfanew.src@c1980df6a1 Update JWasm & lfanew; & point to Codeberg for submodules 2024-01-22 23:28:11 +00:00
misc Check in CauseWay v3.60 sources (and binaries) as seen in 2022-02-03 08:35:30 +00:00
source/all Fix: make clean should also clean lfanew.build/ directory 2023-07-22 20:45:58 +00:00
tests make check: test that CauseWay's "dual mode" works w/ CWSDPMI 2023-01-04 22:16:51 +00:00
watcom Build Watcom's cwc.c & use it to compress CauseWay loader stub 2022-02-06 20:10:22 +00:00
xlib.src@8b940caab0 Build David Lindauer's xlib, for future cw.lib use 2023-01-29 08:39:56 +00:00
.appveyor.yml Tweaks for GitLab CI 2023-08-01 16:22:13 +00:00
.gitignore Also build an .e_lfanew version of the CauseWay loader stub 2023-02-11 09:05:30 +00:00
.gitlab-ci.yml Tweaks for GitLab CI 2023-08-01 16:22:13 +00:00
.gitmodules Update JWasm & lfanew; & point to Codeberg for submodules 2024-01-22 23:28:11 +00:00
causeway.orig.tar.xz Check in CauseWay v3.60 sources (and binaries) as seen in 2022-02-03 08:35:30 +00:00
LICENSE.mit Simple make file to build a cw32.exe with GNU make + JWasm 2022-02-05 07:54:46 +00:00
LICENSE.sybase Simple make file to build a cw32.exe with GNU make + JWasm 2022-02-05 07:54:46 +00:00
Makefile Tweaks for GitLab CI 2023-08-01 16:22:13 +00:00
README.md Add AppVeyor CI configuration 2023-07-21 16:11:30 +00:00

Build status

Attempt to update Devore's CauseWay DOS extender for modern build systems, and to improve on it.

To build:

  1.  sudo apt-get install dosbox
  2.  make -j4

The source code for CauseWay v3.60 (source/, misc/, bin/) was originally found under the Open Watcom source tree. In addition, watcom/mkcode.c, watcom/cwc.c, and watcom/*.h comprise Watcom's rewrite of the CauseWay Compressor, and came from the same Watcom source tree.

Andrew Jones also hosts a copy of (a slightly older) CauseWay v3.52.