Skip to content
/ bibOS Public

Operating System written in Rust for learning purposes

Notifications You must be signed in to change notification settings

fabiooo4/bibOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bibOS

This is a simple operating system written in Rust. It is designed to be a learning project for understanding the basics of operating systems and low-level programming.

Features

  • Freestanding kernel
  • Screen output using VGA text buffer
  • Custom test framework
  • Hardware interrupts handling
  • Virtual memory management
  • Heap allocation with different available allocators
  • Cooperative multitasking

References

Writing an OS in Rust

About

Operating System written in Rust for learning purposes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages