logo
39
0
Login

Starry Mini

基于 Starry OS 的宏内核操作系统实验。

快速开始

在线 IDE(推荐)

  1. Fork 此仓库
  2. 启动 “云原生开发”

本地开发

请参考 https://github.com/Starry-OS/StarryOS#quick-start 进行设置

运行

# 准备系统镜像 make img # 运行内核 make run # 调试日志输出 make run LOG=debug

实验测例

# 默认运行,静态编译的测例 make run TEST=static # 运行动态编译的测例 make run TEST=dynamic # 使用 BusyBox 启动测例程序 make run TEST=busybox

About

No description, topics, or website provided.
Language
Rust97.6%
Makefile2.1%
Shell0.3%