Skip to content
/ toy-os Public

Kernel written in Rust/RISC-V for personal educational purpose

License

Notifications You must be signed in to change notification settings

aaalloc/toy-os

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

toy-os

Toy project around an kernel written in Rust/RISC-V

Feature

  • Booting
  • Memory management
  • Process management
  • User space
  • Shell
  • File system
  • Drivers (thanks to virtio)
    • UART
    • Block device
    • Network
toy_os.mp4

Run the os

You should have QEMU and rust tools (rustup, cargo, ...) installed before trying to compile/run anything.

$ git clone [email protected]:aaalloc/toy-os.git
$ cd toy-os/os
$ make run
# with log
$ LOG=INFO make run

Ressources

Mainly used https://rcore-os.cn/rCore-Tutorial-Book-v3/

and

About

Kernel written in Rust/RISC-V for personal educational purpose

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published