File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -103,6 +103,8 @@ in a directory specified by the `%PATH%` environment variable.
103103
104104The real-mode version of Lua for Watcom (` LUA16.EXE ` )
105105is 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
108110The 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.
118120OS/2 version 1.3 and earlier are 16-bit and can only run ` LUA21.EXE ` .
119121` DOSCALL1.DLL ` is required to run ` LUA21.EXE `
120122which 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
122126OS/2 version 1.1 and earlier should run ` LUA16.EXE `
123127in a DOS command prompt.
You can’t perform that action at this time.
0 commit comments