Skip to content
/ jannos Public

JannOS: Jannes' OS kernel - a learning journey to build a RISC-V kernel from scratch

Notifications You must be signed in to change notification settings

jannes/jannos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jannos: jannes' learning project for OS dev

Building a kernel for Qemu's riscv virtual machine from scratch in Rust.

  • uses OpenSBI, a sort of BIOS that Qemu defaults to, to simplify some peripheral interactions
  • I am trying to use as few dependencies and as little assembly as possible

Notes

OpenSBI selects a hart as boot core and jumps to kernel. Kernel has to start up other harts by itself.

References

About

JannOS: Jannes' OS kernel - a learning journey to build a RISC-V kernel from scratch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published