Skip to content

jurgenwigg/os_in_rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

os_in_rust

Short introduction

Main purpose of this repository is to learn how to create OS from scratch for desired CPU architecture.

Notes

  • Repository containing operating system written in Rust and based on tutorial from here: https://os.phil-opp.com/
  • All code was developed under MacOS environment. I think it should works as it is on Linux-based environment.

Very short 'How To'

I've created Makefile with some common commands I'm using the most.

  • compile_qemu just compiles code for QEMU emulator
  • compile_and_run compiles code for QEMU and starts the emulator

Next step

  • ...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published