leecher1337 / dos32a-ng

2021 version of DOS/32A DOS Extender.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DOS/32 Advanced DOS Extender (2021 next-gen!)

Happy hacking

dos32a next gen

Building DOS/32A

With TASM 4+:

tasm32 /dEXEC_TYPE=0 /m /ml /c /la kernel.asm
tasm32 /dEXEC_TYPE=0 /m /ml /c /la dos32a.asm
tlink /3 dos32a kernel,DOS4GW.exe

From this repository (directly in dosbox):

mount d ~/git/dos32a-ng
D:
make.bat

🧐

With Docker: Just run the following commands in the root directory of the repository. The container will launch a headless dosbox for building dos32a with tasm/tlink. After it finishes, a DOS32ANG.EXE will appear in the root directory.

$ docker build -t dos32a .
$ docker run -it -v ${PWD}/:/app/ dos32a --rm dosbox.sh

😎

Legacy version

Check other branches for legacy versions:

About

2021 version of DOS/32A DOS Extender.

License:Other


Languages

Language:Assembly 77.2%Language:C 22.7%Language:Batchfile 0.1%Language:Dockerfile 0.0%Language:Shell 0.0%