https://github.com/yusdacra/hakkero
Hakkero OS kernel.
https://github.com/yusdacra/hakkero
kernel rust
Last synced: 3 months ago
JSON representation
Hakkero OS kernel.
- Host: GitHub
- URL: https://github.com/yusdacra/hakkero
- Owner: yusdacra
- License: mit
- Created: 2020-08-04T14:13:25.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-07T17:06:38.000Z (almost 4 years ago)
- Last Synced: 2024-12-26T16:42:25.298Z (5 months ago)
- Topics: kernel, rust
- Language: Rust
- Homepage: https://gitlab.com/hakkero-os/hakkero
- Size: 151 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hakkero OS
Learning project. Goal is to have a kernel which can run wasm code, that can run on x86_64, aarch64 and riscv64-gc.## Prereqs
- rustup, cargo
- cargo-make (run `cargo install cargo-make`)
- QEMU## Running
`cargo make` to lint, build and test `x86_64`.
`cargo make run` to build for `x86_64` and run using QEMU.
`cargo make -p aarch64 run` to build for `aarch64` and run on a `raspi3` machine using QEMU.