mirror of
https://github.com/CCLeonOS/LeonOS.git
synced 2026-03-03 15:08:29 +00:00
15c5b87cb0f979bfec279fe09e4eb057c81a6abd
将GitHub仓库的默认分支从'primary'更新为'main'以匹配实际分支名称 移除安装程序标题中的版本号'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%