summaryrefslogtreecommitdiff
path: root/AppPkg/Applications
diff options
context:
space:
mode:
Diffstat (limited to 'AppPkg/Applications')
-rw-r--r--AppPkg/Applications/Lua/ReadMe.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/AppPkg/Applications/Lua/ReadMe.txt b/AppPkg/Applications/Lua/ReadMe.txt
index 60ddb9d584..cd5a7f2b89 100644
--- a/AppPkg/Applications/Lua/ReadMe.txt
+++ b/AppPkg/Applications/Lua/ReadMe.txt
@@ -28,3 +28,8 @@ Create a directory, \Efi\StdLib\lib\Lua. This is the default location for Lua
If desired, copy the files from AppPkg\Applications\Lua\scripts, in the source tree, into
\Efi\StdLib\lib\Lua.
+
+Bugs and Other Issues
+---------------------
+EOF characters, ^D or ^Z, are not properly recognized by the console and can't be used to
+terminate an application. Use os.exit() to exit Lua.