summaryrefslogtreecommitdiff
path: root/sim-scripts
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-04-13 13:08:57 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-04-13 13:08:57 +0000
commit1feaf95b95e93367dad4f096a9d2565a46aa71c4 (patch)
tree0223e4b1f61c5c488feb3770caef6ad3ddd4a66b /sim-scripts
parent214b58126ba7b1ec454bf2c6fef511c07b8e7923 (diff)
2010-04-13 Joel Sherrill <joel.sherrill@oarcorp.com>
* pc386.in: Specify CPU as 486
Diffstat (limited to 'sim-scripts')
-rw-r--r--sim-scripts/ChangeLog4
-rw-r--r--sim-scripts/pc386.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/sim-scripts/ChangeLog b/sim-scripts/ChangeLog
index e60d351..96526b3 100644
--- a/sim-scripts/ChangeLog
+++ b/sim-scripts/ChangeLog
@@ -1,3 +1,7 @@
+2010-04-13 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * pc386.in: Specify CPU as 486
+
2010-03-23 Joel Sherrill <joel.sherrilL@OARcorp.com>
* .cvsignore: Add qemu-lm32_evr.
diff --git a/sim-scripts/pc386.in b/sim-scripts/pc386.in
index 85a2378..106bd83 100644
--- a/sim-scripts/pc386.in
+++ b/sim-scripts/pc386.in
@@ -59,7 +59,7 @@ runARGS()
# can also redirect to file with file:log/"`basename ${1} .exe`
SERIAL_ARG="stdio"
echo "-m 8 -boot a -fda ${fd0Image} -hda fat:${hd0Dir} ${COVERAGE_ARG} \
- -monitor null -nographic -serial ${SERIAL_ARG} --no-reboot"
+ -cpu 486 -monitor null -nographic -serial ${SERIAL_ARG} --no-reboot"
}
checkBSPFaults()