yavkOS icon indicating copy to clipboard operation
yavkOS copied to clipboard

Operating system based off of blog_os, with the goal of running wasm modules as executables

yavkOS - A OS that attempts at running WASM modules as userspace programs

Recommended Development Environment

You need nix with the flakes, and nix-command experimental features enabled! Now wherever in the repo run nix develop This will set up all needed deps to build and develop

Building

It's as simple as cargo build!

Running

I haven't tested on real hardware, but to virtualize install QEMU (included in nix dev env), and just run cargo run!

Architecture (WIP)

This is mostly based on the posts of blog_os