Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 447 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 447 Bytes

StarryOS

CI

A monolithic kernel based on ArceOS.

Quick Start

# Clone the base repository
./scripts/get_deps.sh

# Build user applications
make user_apps

# Build kernel
make ARCH=x86_64 build

# Run kernel
make ARCH=x86_64 run