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

https://github.com/restioson/wolffia

experimental nanokernel
https://github.com/restioson/wolffia

Last synced: 9 months ago
JSON representation

experimental nanokernel

Awesome Lists containing this project

README

          

# Wolffia

an experimental nanokernel thing based heavily off of [flower](https://github.com/flower-os/flower).

You will need:
- [rustup](https://rustup.rs) and a nightly Rust (if yours doesn't work, then update to latest) build to compile;
- The `rust-src` component from rustup;
- cargo-xbuild (`cargo install` it);
- [nasm](http://www.nasm.us/);
- ld;
- [qemu](https://www.qemu.org/) (to run in a virtual machine);
- X server to run qemu;
- GNU GRUB (grub-mkrescue);
- GNU make;
- xorriso