A non-unix-like micro-kernel written in rust!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
able 430b17a27f
DOCS: adding in some docs in various spots and added a contrib guide
4 days ago
.cargo Paging works :3 2 years ago
.vscode Change 2 months ago
kernel DOCS: adding in some docs in various spots and added a contrib guide 4 days ago
limine@751e802e17 hacking in a wasm interpreter 2 months ago
repbuild minor cleanups 7 days ago
.gitignore boom! 2 months ago
.gitmodules boom! 2 months ago
CONTRIBUTING.md DOCS: adding in some docs in various spots and added a contrib guide 4 days ago
Cargo.lock tack inplace hbvm 2 weeks ago
Cargo.toml changes 2 months ago
LICENSE wasm work + LICENSE 2 years ago
MANIFESTO.md remove interp and all wasm related code 3 weeks ago
README.md DOCS: adding in some docs in various spots and added a contrib guide 4 days ago
design.dot fix 4 weeks ago
meta.md Change 2 months ago
out.txt changes 2 months ago
rust-toolchain.toml boom! 2 months ago
rustfmt.toml add an example system.toml 1 month ago
shell.nix nix WORKS 1 week ago
system.toml Working on booting on nixOS 1 week ago

README.md

TODO - Integrate HBVM HBVM also needs full spec compliance - Build out the object system - Build or Find an acceptable IDL Short List of potentials - Jerma - Work on a styleguide for commits Maybe something allong the lines of [relevant shorthand note] Explination - Build a scheduler for HBVM - Language support on HBVM - HBVM assembler (with IDL support) - HBVM Lisp/s-expr Compiler (Also (with (IDL (support)))) - Documentation

Community

Discord

Compiling

  1. git submodule update --init
  2. cargo repbuild