Update README.md
This commit is contained in:
parent
840f75020a
commit
8b01cc8538
1 changed files with 11 additions and 1 deletions
12
README.md
12
README.md
|
|
@ -1,3 +1,13 @@
|
|||
# dspace
|
||||
|
||||
This is a program written in OpenWatcom and targeting MS-DOS. It implements a cyclic cellular automata as described by A.K. Dewdney in his article, "Demons of Cyclic Space". The main purpose of this program, though, is to implement SVGA graphic routines specifically for the S3 Trio64 video card.
|
||||
This is a program written in OpenWatcom and targeting 32-bit Protected Mode MS-DOS. It implements a cyclic cellular automata as described by A.K. Dewdney in his article, "Demons of Cyclic Space". The main purpose of this program, though, is to implement SVGA graphic routines specifically for the S3 Trio64 video card.
|
||||
|
||||
## Build
|
||||
|
||||
The code is intended to be compiled on Linux, and it uses OpenWatcom v2 compiler. The `ow_setup.sh` is to setup your paths to your install of OpenWatcom.
|
||||
|
||||
It uses standard GNU Make to build.
|
||||
* `make` : Produces dspace.exe in the root directory.
|
||||
* `make image` : Produces dspace.img and copies dspace.exe and dos4gw.exe to the floppy image.
|
||||
* `make test` : Produces dspace.exe and copies it to a folder, presumably where you have DosBox-X drive mapped to.
|
||||
* `make clean` : I presume you can guess what this does.
|
||||
Loading…
Reference in a new issue