Skip to content

Commit 52361b0

Browse files
committed
Added notes about 64k limit on large memory model builds of Lua to documentation.
1 parent 1ca1495 commit 52361b0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ in a directory specified by the `%PATH%` environment variable.
103103

104104
The real-mode version of Lua for Watcom (`LUA16.EXE`)
105105
is completely self-contained and requires no extra files or directory structure.
106+
This version of Lua uses a large memory model,
107+
meaning Lua scripts are limited to 64k of memory.
106108

107109
#### Linux
108110
The Linux version of Lua for Watcom (`LUAUX.ELF`) is completely self-contained
@@ -118,6 +120,8 @@ and 32-bit (`LUA22.EXE`) OS/2 versions of Lua for Watcom.
118120
OS/2 version 1.3 and earlier are 16-bit and can only run `LUA21.EXE`.
119121
`DOSCALL1.DLL` is required to run `LUA21.EXE`
120122
which is included in OS/2 v1.2 and later.
123+
This version of Lua uses a large memory model,
124+
meaning Lua scripts are limited to 64k of memory.
121125

122126
OS/2 version 1.1 and earlier should run `LUA16.EXE`
123127
in a DOS command prompt.

0 commit comments

Comments
 (0)