diff options
| author | Freya Murphy <freya@freyacat.org> | 2025-03-27 14:50:33 -0400 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2025-03-27 14:50:33 -0400 |
| commit | a6cb79c8ac2bdceb3dab170a8971c7e84e5d4c7b (patch) | |
| tree | 2505e87f5d8fbe69a81e027001a83cef2e95e5b0 | |
| parent | make user.img proper (diff) | |
| download | comus-a6cb79c8ac2bdceb3dab170a8971c7e84e5d4c7b.tar.gz comus-a6cb79c8ac2bdceb3dab170a8971c7e84e5d4c7b.tar.bz2 comus-a6cb79c8ac2bdceb3dab170a8971c7e84e5d4c7b.zip | |
cpu_reset prints at start, not usefull
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ UNAME := $(shell uname) QEMU = qemu-system-i386 QEMUOPTS = -drive file=bin/disk.img,index=0,media=disk,format=raw \ - -no-reboot -d cpu_reset \ + -no-reboot \ -serial mon:stdio \ -m 4G \ -name kern |