Building from Source
You'll need:
nix-shell
for an isolated development environment- QEMU for testing
# Clone the repository
git clone https://github.com/xannyxs/ferrite-c
cd ferrite-c
# Initiate nix-shell
nix-shell shell.nix
# Build the kernel
make
# Run in QEMU
make run