/Teaching/Operating Systems/Tutorials/Building Qemu

Building Qemu

  1. Compile with flags:
  2. Virtual Machine: ./configure - -enable-curses - -enable-sdl - -target-list=i386-softmmu
  3. Normal Machine: ./configure - -enable-curses - -enable-sdl - -target-list=i386-softmmu - -enable-kvm
  4. Make with: make -j
  5. Install with make install (or through the packet manager if you prefer that)