Skip to content

This is a WIP project for learning Rust and OS development.

Notifications You must be signed in to change notification settings

mtraverso3/marcOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

marcOS

This is a WIP project for learning Rust and OS development.

It is based on the Writing an OS in Rust blog series in addition to the OSDev Wiki.

Features (so far)

  • Freestanding Rust skeleton
  • VGA printing module & macros

Requirements

To run this project, you will need the following:

  • Rust nightly
  • qemu-system-x86_64

Building

To build the project, run the following command:

$ cargo build

Running

To run the project, run the following command:

$ cargo run

About

This is a WIP project for learning Rust and OS development.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published