Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

Cargo.toml
[package]
name = "hex_runner"
version = "0.1.0"
edition = "2021"
default-run = "hex_runner"

[build-dependencies]
bootloader = "0.11.4"
hex_kernel = { path = "../kernel", artifact = "bin", target = "x86_64-unknown-none" }

[dependencies]
ovmf-prebuilt = "0.1.0-alpha.1"