1
0
Fork 0
A non-unix-like micro-kernel written in rust with an embedded bytecode virtual machine.
Find a file
2024-06-20 11:18:36 +02:00
.cargo
.vscode
examples Added test example 2023-10-20 02:05:00 +02:00
hbasm fixed hbasm 2024-04-16 15:34:12 +02:00
hbbytecode accident 2024-05-15 14:37:03 +02:00
hbjit making better use of parameter and return registers (use register 2 for arguments when possible) 2024-05-16 16:50:29 +02:00
hblang cleaning up the docs 2024-06-20 11:18:36 +02:00
hbvm implementing comptime constants 2024-05-19 18:20:42 +02:00
hbxrt implementing comptime constants 2024-05-19 18:20:42 +02:00
xtask
.gitignore removing deendence on macros with a simple build script 2024-05-15 14:36:38 +02:00
after-ops.txt other stuff 2024-06-01 20:30:15 +02:00
befor-ops.txt other stuff 2024-06-01 20:30:15 +02:00
Cargo.lock making better use of parameter and return registers (use register 2 for arguments when possible) 2024-05-16 16:50:29 +02:00
Cargo.toml making better use of parameter and return registers (use register 2 for arguments when possible) 2024-05-16 16:50:29 +02:00
rust-toolchain
rustfmt.toml
shell.nix
spec.md fising spec 2024-05-12 20:14:46 +02:00