Skip to content

emlaufer/juntos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Juntos

A simple Operating System I am writing to learn more about OS implementation, the x86 architecture, and bare metal Rust.

Huge thanks to the following sources for providing the lessons and information that I used to help write this:

Features

A basic list of features I want to implement:

  • Boots into the Rust kernel
  • Wrapper for the VGA text buffer
  • Basic interrupt and exception handling
  • Virtual Memory
  • File System support
  • User-processes
  • Scheduling
  • Aarch64 support

Optional features that would be nice to add:

  • Full build using build.rs and custom cargo commands instead of a Makefile
  • Moving as much of the x86_64 bootloader from asm to Rust

About

A simple hobby OS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published