Skip to content

Starry-OS/starry-mini

Repository files navigation

Starry Mini

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

快速开始

在线 IDE(推荐)

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

本地开发

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

运行

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

实验测例

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published