Home
last modified time | relevance | path

Searched refs:QEMU (Results 1 – 2 of 2) sorted by relevance

/xv6-public/
H A DMakefile57 ifndef QEMU
58 QEMU = $(shell if which qemu > /dev/null; \ macro
216 QEMUGDB = $(shell if $(QEMU) -help | grep -q '^-gdb'; \
225 $(QEMU) -serial mon:stdio $(QEMUOPTS)
228 $(QEMU) -drive file=xv6memfs.img,index=0,media=disk,format=raw -smp $(CPUS) -m 256
231 $(QEMU) -nographic $(QEMUOPTS)
238 $(QEMU) -serial mon:stdio $(QEMUOPTS) -S $(QEMUGDB)
242 $(QEMU) -nographic $(QEMUOPTS) -S $(QEMUGDB)
H A DREADME50 Then run "make TOOLPREFIX=i386-jos-elf-". Now install the QEMU PC