diff sources/toys/dev-environment.sh @ 1000:6a6a9e8de6ef

Finish previous commit: fix HDB and HDC and make run_emulator() a function. (And finally, if you say DEBUG=1 you get the emulator command output! Yay!)
author Rob Landley <rob@landley.net>
date Tue, 16 Mar 2010 03:58:43 -0500
parents 4bd1bc15a744
children 94b0b4ef1157
line wrap: on
line diff
--- a/sources/toys/dev-environment.sh	Mon Mar 15 06:01:36 2010 -0500
+++ b/sources/toys/dev-environment.sh	Tue Mar 16 03:58:43 2010 -0500
@@ -113,7 +113,7 @@
 
 # The actual emulator invocation command gets appended here by system-image.sh
 
-[ ! -z "$HDC" ] && QEMU_EXTRA="-hdc $HDC $KERNEL_EXTRA"
-[ ! -z "$HDB" ] && QEMU_EXTRA="-hdb $HDB $KERNEL_EXTRA"
+[ ! -z "$HDC" ] && QEMU_EXTRA="-hdc $HDC $QEMU_EXTRA"
+[ ! -z "$HDB" ] && QEMU_EXTRA="-hdb $HDB $QEMU_EXTRA"
 
 run_emulator