Skip to content

trmckay/halogen

Repository files navigation

Halogen

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.

Development

Requirements

Usage

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

More documentation

See the docs