From 8b01cc85381c41b8262391bb1526eeb112ffe89e Mon Sep 17 00:00:00 2001 From: hculpan Date: Mon, 6 Jul 2026 02:29:02 +0200 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 33f0d41..eb3b5cb 100644 --- a/README.md +++ b/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. \ No newline at end of file +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. \ No newline at end of file