Skip to content

traxys/pantheon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pantheon

Pantheon is a full blown OS (not only the kernel), meant to be quite POSIX compliant. It is mainly meant as a personal project to allow me to learn different concepts by implementing them with few dependencies.

It only targets RISC-V 64 on the QEMU virt machine.

kernel: hades

The kernel is named hades. It is going to be a monolithic kernel for ease of development.

Utility libraries

  • apis: A simple bump allocator
  • ogma: A library to handle Device Tree

About

Full OS in Rust with minimal dependencies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages