继续拆分

This commit is contained in:
2026-04-23 20:52:35 +08:00
parent 702476b514
commit cfea7a9b5f
9 changed files with 287 additions and 231 deletions

View File

@@ -20,7 +20,7 @@ Experimental x86_64 operating system project with a C kernel, Rust-assisted runt
```text
.
|- clks/ # Kernel sources (arch, drivers, scheduler, tty, syscall, ...)
|- clks/ # CLKS kernel submodule (standalone kernel repository)
|- cleonos/ # Userland runtime, libc-like layer, user apps, Rust user library
|- ramdisk/ # Static files copied into runtime ramdisk
|- configs/ # Boot configuration (Limine)