Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 715 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 715 Bytes

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