windows
luatos-pc.exe
linux
./luatos-pc
若需退出交互模式
os.exit()
支持指定多个文件或文件夹,一起加载并启动
单文件启动
luatos-pc.exe test/001.helloworld/main.lua
多文件启动,按第一个main.lua
作为主文件
luatos-pc.exe test/001.helloworld/main.lua test/abc.lua test/logo.jpg
按文件夹启动, 路径需要以/
或者\
结尾
luatos-pc.exe ../LuatOS/demo/gmssl/
文件和文件夹混合启动
luatos-pc.exe test/001.helloworld/main.lua ../LuatOS/demo/gmssl/
luatos-pc.exe --llt=D:/luatools/project/air101_gpio.ini
luatos-pc.exe --ldb=D:/luatools/SoC量产文件/script.bin