Skip to content

niooii/onion-os

Repository files navigation

onion-os

Building & Running (linux)

  1. Run ./setup_cc.sh to setup the cross compiler.
  2. Make sure you have the required programs:
  • make
  • qemu-system-x86_64 (package: qemu)
  • nasm
  • base-devel
  1. Run make run, or make debug