qemu

FORK: QEMU emulator
git clone https://git.neptards.moe/neptards/qemu.git
Log | Files | Refs | Submodules | LICENSE

meson.build (58B)


      1 bsd_user_ss.add(files(
      2   'os-sys.c',
      3   'os-syscall.c',
      4 ))