Skip to content
/ RavenOS Public

RavenOS is a single-user and single-tasking operating system based on the monolithic kernel

Notifications You must be signed in to change notification settings

Adiras/RavenOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RavenOS is a single-user and single-tasking operating system based on the monolithic kernel.

Run Locally

For testing and development purposes, it is recommended to use a PC emulator, so you can run RavenOS in a window. Here are a few recommended emulators:

All you need to do is mount the RavenOS image, launch the emulator and select the appropriate boot device.

Build

To build a RavenOS image using Docker, use these steps:

Clone the project

git clone https://github.com/Adiras/RavenOS.git

Go to the project directory

cd RavenOS

Build 'ravenos-build' image

docker build . -t ravenos-build

Run build.sh script inside Docker container.

docker run --rm -it -v ${PWD}:/usr/share/ravenos -w /usr/share/ravenos ravenos-build

This creates a ravenos-i386.img image in the out directory.

About

RavenOS is a single-user and single-tasking operating system based on the monolithic kernel

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published