changeset 111:cf2341a95dd5

The proper invocation for qemu to boot armv4l.
author Rob Landley <rob@landley.net>
date Mon, 26 Feb 2007 16:03:05 -0500
parents 62f6268ff61b
children 7889b25745fa
files sources/configs/armv4l
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sources/configs/armv4l	Sat Feb 24 20:33:02 2007 -0500
+++ b/sources/configs/armv4l	Mon Feb 26 16:03:05 2007 -0500
@@ -6,7 +6,7 @@
 run_emulator()
 {
   qemu-system-arm -M versatilepb -nographic -hda "$1" \
-	-kernel "$2" -append "$3 console=ttyAMA0"
+	-kernel "$2" -append "$3 root=/dev/sda console=ttyAMA0"
 }
 
 # Write out uClibc .config file.