Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

mode name
drwxr-xr-x .cargo/
drwxr-xr-x kernel/
drwxr-xr-x runner/
drwxr-xr-x tracing_serial/
-rw-r--r-- .ignore
-rw-r--r-- Cargo.lock
-rw-r--r-- Cargo.toml
-rw-r--r-- LICENSE
-rw-r--r-- README.md
README

HexOS

Status: kernel builds and runs in QEMU

Goal: a simple graphical desktop

Stretch goal: explore desktop-specific OS design

Primary resources:

Building

Requires the rust-src component and the x86_64-unknown-none (nightly) target from rustup, along with qemu-system-x86_64. Then just cargo run!