Skip to content

2021 version of DOS/32A DOS Extender.

License

Notifications You must be signed in to change notification settings

viti95/dos32a-ng

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Assembly 77.3%
  • C 22.6%
  • Other 0.1%