comparison sources/targets/i586 @ 1475:c3b5be048ba4

Commit 1468 was a giant thinko: fix it. (System emulation, not application emulation...)
author Rob Landley <rob@landley.net>
date Thu, 22 Dec 2011 13:29:11 -0600
parents 13b2bd9781a3
children b89324905ca2
comparison
equal deleted inserted replaced
1474:d97db0ec50fe 1475:c3b5be048ba4
32 CONFIG_SERIAL_8250_CONSOLE=y 32 CONFIG_SERIAL_8250_CONSOLE=y
33 " 33 "
34 34
35 emulator_command() 35 emulator_command()
36 { 36 {
37 echo qemu-i386 -cpu pentium $(qemu_defaults "$@") 37 echo qemu-system-i386 -cpu pentium $(qemu_defaults "$@")
38 } 38 }