mirror of
https://github.com/CCLeonOS/LeonOS.git
synced 2026-03-03 15:17:01 +00:00
acad8982aa4a4b7b7f91f714ff07a11d42c67150
- 添加 `-l` 参数支持显示文件详细信息 - 改进文件列表的排序和分类显示 - 为不同文件类型添加颜色标识 - 添加统计信息和提示文本 - 修复重启命令别名从 "restart" 改为 "reboot" - 更新系统版本号显示为 LeonOS 1.0
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
osAPI functions are now in therctable, e.g.os.sleepbecomesrc.sleeporos.pullEventbecomesrc.pullEvent. - Native support for proper thread management (
parallelimplementation builds on this) - Multishell works even on standard computers, and is navigable with keyboard shortcuts!
See the LeonOS website for more details.
Languages
Lua
100%