Leonmmcoset 214bcecf7b refactor(programs/list): 简化目录列表显示逻辑
移除详细显示模式(-l参数)和文件类型颜色区分
将文件和目录分开显示,使用更简洁的表格输出
修改错误信息格式,移除多余的双引号
2025-08-31 19:05:26 +08:00
2025-08-31 16:54:18 +08:00
2025-08-31 16:54:18 +08:00
2025-08-31 16:54:18 +08:00

LeonOS

look, mom, a proper Markdown readme!

LeonOS is a reimplementation of CC: Tweaked's LeonOS, intended to be cleaner and easier than the original LeonOS.

Key changes:

  • No. More. CCPL!!
  • All previously global APIs (with the exception of the standard Lua ones) have been removed.
  • Non-standard os API functions are now in the rc table, e.g. os.sleep becomes rc.sleep or os.pullEvent becomes rc.pullEvent.
  • Native support for proper thread management (parallel implementation builds on this)
  • Multishell works even on standard computers, and is navigable with keyboard shortcuts!

See the LeonOS website for more details.

Description
CC Computer:Tweaked Mod Operating System
Readme MIT 505 KiB
Languages
Lua 100%