Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/elisstaaf/voidos
- Owner: ElisStaaf
- License: apache-2.0
- Created: 2024-12-17T20:42:48.000Z (25 days ago)
- Default Branch: main
- Last Pushed: 2024-12-25T15:17:07.000Z (18 days ago)
- Last Synced: 2024-12-25T15:25:45.601Z (18 days ago)
- Topics: c, minimal, os, unix, xv6
- Language: C++
- Homepage:
- Size: 189 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```