summaryrefslogtreecommitdiff
path: root/sim-scripts
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-01-28 18:21:28 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-01-28 18:21:28 +0000
commit646abaab298e28fb6ccd31e8558b53ca88aeb65c (patch)
treebf0cc6a778cbb9b0df758d6742d1b54afb8a032c /sim-scripts
parent07f4e27d9b4da50bc78e54037fc07fed89c71f48 (diff)
2011-01-28 Joel Sherrill <joel.sherrill@oarcorp.com>
* pc386.in: Now running Go tests on PowerPC (2/3 passing) and i386 (in process).
Diffstat (limited to 'sim-scripts')
-rw-r--r--sim-scripts/ChangeLog5
-rw-r--r--sim-scripts/pc386.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/sim-scripts/ChangeLog b/sim-scripts/ChangeLog
index 1784c3c..cf38f57 100644
--- a/sim-scripts/ChangeLog
+++ b/sim-scripts/ChangeLog
@@ -1,3 +1,8 @@
+2011-01-28 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * pc386.in: Now running Go tests on PowerPC (2/3 passing) and i386 (in
+ process).
+
2011-01-21 Joel Sherrill <joel.sherrilL@OARcorp.com>
* gdb-sim-run.in: Remove lines which break running tests in RTEMS and
diff --git a/sim-scripts/pc386.in b/sim-scripts/pc386.in
index 9cc3c43..0b18538 100644
--- a/sim-scripts/pc386.in
+++ b/sim-scripts/pc386.in
@@ -59,7 +59,7 @@ runARGS()
# -cpu 486
# can also redirect to file with file:log/"`basename ${1} .exe`
SERIAL_ARG="stdio"
- echo "-m 64 -boot a -fda ${fd0Image} -hda fat:${hd0Dir} ${COVERAGE_ARG} \
+ echo "-m 512 -boot a -cpu 486 -fda ${fd0Image} -hda fat:${hd0Dir} ${COVERAGE_ARG} \
-monitor null -nographic -serial ${SERIAL_ARG} --no-reboot"
}