Home
last modified time | relevance | path

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

/xv6-public/
H A DMakefile219 ifndef CPUS
220 CPUS := 2 macro
222 …=disk,format=raw -drive file=xv6.img,index=0,media=disk,format=raw -smp $(CPUS) -m 512 $(QEMUEXTRA)
228 $(QEMU) -drive file=xv6memfs.img,index=0,media=disk,format=raw -smp $(CPUS) -m 256