mirror of
https://github.com/kenshineto/kern.git
synced 2025-04-20 09:17:25 +00:00
cpu_reset prints at start, not usefull
This commit is contained in:
parent
acb3fe9cde
commit
a6cb79c8ac
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -7,7 +7,7 @@ UNAME := $(shell uname)
|
||||||
|
|
||||||
QEMU = qemu-system-i386
|
QEMU = qemu-system-i386
|
||||||
QEMUOPTS = -drive file=bin/disk.img,index=0,media=disk,format=raw \
|
QEMUOPTS = -drive file=bin/disk.img,index=0,media=disk,format=raw \
|
||||||
-no-reboot -d cpu_reset \
|
-no-reboot \
|
||||||
-serial mon:stdio \
|
-serial mon:stdio \
|
||||||
-m 4G \
|
-m 4G \
|
||||||
-name kern
|
-name kern
|
||||||
|
|
Loading…
Add table
Reference in a new issue