Skip to content

ragkousism/MaRagOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MaRagOS

This is a simple operating system I am writing from scratch.

My work follows the book "Writing a simple operating system from scratch" from Nick Blundell along with help from the os-dev wiki whenever I get stuck.

In order to build MaRagOS run:

make

and to run it:

make run

Dependencies.

Build dependencies

  1. gcc
  2. binutils
  3. nasm
  4. make

Runtime dependencies

  1. qemu

About

My own simple OS from scratch.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published