summaryrefslogtreecommitdiff
path: root/sim-scripts
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-07-22 11:38:15 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-07-22 11:38:15 +0000
commit396b977634a20e73f3fe17bd58411b890aff9ec8 (patch)
tree7787baba363a644fc352deb0e4cf29fa3bf4e766 /sim-scripts
parent288a6fbf6dd0dd728d28db838c1dfc1df0311161 (diff)
2010-07-21 Vinu Rajashekhar <vinutheraj@gmail.com>
* pc386.in: Add Go support. Plus some cleanup from Joel.
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 aa82391..8e0331a 100644
--- a/sim-scripts/ChangeLog
+++ b/sim-scripts/ChangeLog
@@ -1,3 +1,7 @@
+2010-07-21 Vinu Rajashekhar <vinutheraj@gmail.com>
+
+ * pc386.in: Add Go support. Plus some cleanup from Joel.
+
2010-07-20 Joel Sherrill <joel.sherrilL@OARcorp.com>
* gdb-sim-run.in, gdb-sim.in: Use bash.
diff --git a/sim-scripts/pc386.in b/sim-scripts/pc386.in
index bd9b359..9cc3c43 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 8 -boot a -fda ${fd0Image} -hda fat:${hd0Dir} ${COVERAGE_ARG} \
+ echo "-m 64 -boot a -fda ${fd0Image} -hda fat:${hd0Dir} ${COVERAGE_ARG} \
-monitor null -nographic -serial ${SERIAL_ARG} --no-reboot"
}