Skip to content

OS-F-4/nimbos-uintr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NimbOS 2022

An experimental real-time operating system (RTOS) written in Rust.

🚧 Working In Progress.

Features

  • Multi-architecture support: x86_64, aarch64
  • Preemptive scheduler
  • User/kernel space isolation

TODO

  • More effective thread sleeping
  • Kernel mutex/semaphore/condvar
  • Run with RVM1.5
  • SMP

Build & Run (in QEMU)

cd kernel
make env    # for first time
make run