Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
从源码构建 TsukineOS(简版流程)
# 1. 获取 Linux 6.6 内核源码 wget https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.6.tar.xz tar xf linux-6.6.tar.xz && cd linux-6.6 make defconfig && make -j$(nproc) cd .. # 2. 构建 BusyBox(静态编译) # 配置为静态链接后编译,产出 busybox 二进制 # 3. 构建 dash # 编译 dash 作为 /bin/sh # 4. 编译自研工具 # 构建 taskmgr / net / ping / iwr / tknpkg / tknpkkj # 5. 打包 initrd # 将内核模块、BusyBox、dash、自研工具、init 脚本组装为 initrd
TsukineOS
---