WIP: Schemes

This commit is contained in:
Jeremy Soller 2016-08-14 21:38:32 -06:00
parent 8a6d9b8c9d
commit 19077d69db
5 changed files with 77 additions and 12 deletions

View file

@ -10,7 +10,7 @@ bochs: build/harddrive.bin
bochs -f bochs.$(ARCH)
qemu: build/harddrive.bin
qemu-system-$(ARCH) -serial mon:stdio -drive file=$<,format=raw,index=0,media=disk
qemu-system-$(ARCH) -serial mon:stdio -drive file=$<,format=raw,index=0,media=disk -nographic
FORCE: