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

https://github.com/rob2309/simpleos-rs

x64 Operating System written in Rust
https://github.com/rob2309/simpleos-rs

Last synced: over 1 year ago
JSON representation

x64 Operating System written in Rust

Awesome Lists containing this project

README

          

# SimpleOS-rs

## Building
Build a bootable disk image with `cargo osbuild` or `cargo osbuild --release`.

A file named image.img will then be located in `target/image/x86_64/debug` or `target/image/x86_64/release`