64-bit hobby operating system written from scratch.
currently implements paging, interrupt handling,
keyboard input, memory allocation, syscall layer,
and basic process infrastructure. suffering included
free of cost.
hybrid cpu/gpu tensor runtime with lazy DAG execution,
custom bump allocator, and profile-guided backend scheduling.
includes custom CUDA kernels and achieved ~35% throughput
improvement over gpu-only dispatch in benchmarks.
unix shell written from scratch using fork, exec, pipe,
and dup2 directly. supports piping chains, variable expansion,
command history, and custom parsing logic because apparently
existing shells were too emotionally stable.
experimental browser/runtime/sdk thing attempting to rethink
web rendering through a game-loop style architecture instead
of traditional document pipelines. started as a joke.
unfortunately became real.