1
0
Fork 0

Change "boot" make target to use qemu's "vexpress-a9" machine

This commit is contained in:
Aaron Lindsay 2012-09-10 22:45:25 -04:00
parent 955d15803f
commit 0050438c80
1 changed files with 1 additions and 1 deletions

View File

@ -56,4 +56,4 @@ clean:
.PHONY: boot
boot: aedrix-kernel
@qemu-system-arm -m 128 -kernel aedrix-kernel -serial stdio
@qemu-system-arm -m 1024 -M vexpress-a9 -kernel aedrix-kernel -serial stdio