https://github.com/restioson/wolffia
experimental nanokernel
https://github.com/restioson/wolffia
Last synced: 9 months ago
JSON representation
experimental nanokernel
- Host: GitHub
- URL: https://github.com/restioson/wolffia
- Owner: Restioson
- Created: 2020-10-11T17:51:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-19T12:03:53.000Z (over 5 years ago)
- Last Synced: 2025-10-10T05:06:57.357Z (9 months ago)
- Language: Rust
- Size: 162 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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