File Locations - sloanyang/raspberrry2v8 GitHub Wiki

  • /src - kernel components compiled to native code
  • /initrd - initial ramdisk. JavaScript components and applications are located here.
  • ./makeinitrd.sh - build initrd image from /initrd directory. Useful to avoid full kernel recompilation.
  • ./qemu.sh - run kernel in QEMU
  • ./qemu-net.sh - run kernel in QEMU with network enabled
  • ./qemu-kvm.sh - run kernel in KVM