Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/elisstaaf/voidos

Personal pet project focused on improving the xv6 (x86_64) OS.
https://github.com/elisstaaf/voidos

c minimal os unix xv6

Last synced: 16 days ago
JSON representation

Personal pet project focused on improving the xv6 (x86_64) OS.

Awesome Lists containing this project

README

        

# VoidOS

This is a pet project focusing on improving the "xv6" OS, more specifically the x86_64 version.
I am just doing my best, and it's just a pet project, after all! It's primarily written in C with
Assembly elements included!

## Install

```sh
git clone https://github.com/ElisStaaf/voidos
cd voidos
make
make qemu
```