Skip to content

kern-crates/starry-next

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A monolithic kernel based on ArceOS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 55.4%
  • C 30.9%
  • Makefile 5.3%
  • Shell 3.7%
  • CMake 2.5%
  • Assembly 2.2%