Skip to content
forked from rileyteige/rOS

A scratch operating system designed and developed in C.

Notifications You must be signed in to change notification settings

MatiasNAmendola/rOS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rOS

A scratch operating system designed and developed in C.

Initial inspiration includes ToAruOS as well as various articles at OSDev.org.

To run, the bochs x86 emulator will be required along with the SDL plugin, which can be obtained using sudo apt-get install bochs-sdl. Then, simply download the source and run the following commands:

make
cd bin
bochs

Then the bochs environment will start and when prompted by grub, enter the following:

kernel 200+100
boot

About

A scratch operating system designed and developed in C.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published