Skip to content

RiptideOS/riptide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RiptideOS

This is the main repository for the RiptideOS project. Riptide is a hobby OS written from scratch in Rust. The goal of this project is to create a POSIX compliant kernel and accompanying desktop operating system for the modern era.

Running Locally

Prerequisites

To run RiptideOS locally, you can use QEMU to emulate an x86 CPU. Install it form here. To create a bootable disk image, you will also need bootimage. Install it like so:

cargo install bootimage

Launching

Once the prerequisites are installed, you should just be able to run with cargo:

cargo run

About

A PoC for an OS kernel written from scratch in Rust. Will eventually be ported to drip.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages