A non-unix-like micro-kernel written in rust!
 
 
 
Go to file
Christian Westrom 7d85d70c7f
rename syscall file
2023-04-30 13:57:26 +09:00
.cargo Paging works :3 2021-11-22 06:58:35 -08:00
.vscode Change 2023-04-10 01:16:30 -05:00
kernel rename syscall file 2023-04-30 13:57:26 +09:00
limine@751e802e17 hacking in a wasm interpreter 2023-04-05 12:29:20 -05:00
repbuild add an example system.toml 2023-04-26 14:33:40 -05:00
.gitignore boom! 2023-03-30 23:43:04 +02:00
.gitmodules boom! 2023-03-30 23:43:04 +02:00
Cargo.lock changes 2023-04-07 16:44:33 -05:00
Cargo.toml changes 2023-04-07 16:44:33 -05:00
LICENSE wasm work + LICENSE 2021-11-28 14:50:14 -06:00
README.md add some minimal instructions 2023-04-30 13:19:03 +09:00
meta.md Change 2023-04-10 01:16:30 -05:00
out.txt changes 2023-04-07 16:44:33 -05:00
rust-toolchain.toml boom! 2023-03-30 23:43:04 +02:00
rustfmt.toml add an example system.toml 2023-04-26 14:33:40 -05:00
system.toml add an example system.toml 2023-04-26 14:33:40 -05:00

README.md

TODO: Support cache drives

Compiling

  1. git submodule --update init
  2. Add this binary to the root.
  3. cargo repbuild