X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=AppPkg%2FApplications%2FLua%2FReadMe.txt;h=cd5a7f2b89fb5664e3db99d5d6d657dc2439e3df;hp=60ddb9d584cb0887e95d57663bd2c7324a79468f;hb=6b980b679643eb4d46370f25ec26e287bb5e15bc;hpb=4b2cf923c0ffdb00cc05373d3f295f0ad086c978 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.