# TinyLinux **Repository Path**: lynyujiang/tiny-linux ## Basic Information - **Project Name**: TinyLinux - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 2 - **Created**: 2026-02-01 - **Last Updated**: 2026-02-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # TinyLinux OS TinyLinux 是一个极致精简的、基于 **BusyBox** 构建的嵌入式 Linux 操作系统。本项目基于 Linux Kernel 6.12.51,专注于提供最小化、可引导的 x86 系统开发范本。 ## 核心特性 - **极致精简**: 移除所有非必要组件,专注于核心系统运行。 - **现代化内核**: 使用 Linux Kernel 6.12.51。 - **QEMU 优化**: 预配置 QEMU 虚拟化支持,实现快速启动和调试。 - **开发友好**: 提供全套自动化脚本,支持一键编译、镜像制作及模拟运行。 ## 快速开始 1. **配置环境**: `source env.sh` 2. **执行构建**: `./scripts/make_all.sh` 3. **运行模拟**: `./scripts/run_qemu.sh`