@@ -18,7 +18,7 @@ that can be used on any Lua 5.4 interpreter, including Lua for Watcom.
1818
1919## Download
2020
21- Pre-compiled builds are available on the
21+ Pre-compiled binaries and floppy disk images are available on the
2222[ Release] ( https://github.com/Lethja/lua-watcom/releases/latest ) page.
2323These releases are built from a
2424[ GitHub Action workflow] ( .github/workflows/LuaWatcom.yml ) .
@@ -40,12 +40,13 @@ This zip contains two floppy disk format images (`.ima` format)
4040which are ready to be written to real disks for distributing to retro machines
4141or opened by [ emulators] ( #emulators-and-compatibility-layers ) directly.
4242To save space on these disk images, binaries have been compressed
43- by [ UPX] ( https://upx.github.io/ ) where possible.
43+ by [ UPX] ( https://upx.github.io/ ) where possible. When that is not possible,
44+ the binaries are compressed in a zip.
4445
45- | Disk Image | Description |
46- | ----------------| ---------------------------------------------------------------------------------------------------------------------------|
47- | ` LUAMULTI .IMA` | A 1.4MB 3½ floppy disk image that contains all the same files as [ executable zip] ( #Watcom-Lua-Executables ) |
48- | ` LUA160k.IMA ` | A 160k 5¼ floppy disk image with subset of scripts with only the DOS binary due to space limitations of this type of disk |
46+ | Disk Image | Description |
47+ | ---------------------- | --- ---------------------------------------------------------------------------------------------------------------------------|
48+ | ` LUA14D{1/2} .IMA` | 2 1.4MB 3½ floppy disk images that contains all the same files as [ executable zip] ( #Watcom-Lua-Executables ) |
49+ | ` LUA160k{1/2/3} .IMA ` | 3 160k 5¼ floppy disk images with subset of scripts with only the DOS binaries due to space limitations of this type of disk |
4950
5051## System Requirements
5152
0 commit comments