Halogen is an operating system kernel for RISC-V rv64gc. It's called Halogen because it's lightweight and blows up if you aren't careful.
rustup
or Rust withriscv64gc-unknown-none-elf
targetriscv64-unknown-elf-
toolchainqemu-system-riscv64
just
Create the env file and edit if necessary.
$ cp .env.example .env
Build a recipe with the just
command.
$ just --list # List recipes
$ just [recipe] # Build a recipe
See the docs