📚
SurfaceRT Hacking
  • SurfaceRT/RT2 Hacking Notes
  • Development
    • Cross Compiling
    • EFI Signing / Secure Boot
    • Interesting Repo's
    • UEFI
    • UEFI Boot Sequence
    • GRUB2::booting notes
      • Compiling grub2
    • Kernel
      • Kernel DTB's
    • QEMU
    • APX Mode (USB debug)
  • Reference
    • memory mapping
    • ACPI/DSDT Tables
    • Hardware I/O (J14)
Powered by GitBook
On this page

Was this helpful?

  1. Development

QEMU

For easier testing, best to setup a dev environment to run code. QEMU is the right way! Explained well here -

LogoVirtualize UEFI on ARM using QEMUDesign Principia

PreviousKernel DTB'sNextAPX Mode (USB debug)

Last updated 4 years ago

Was this helpful?