changeset 679:96f1baf8b552

The i686 target is actually pentium 3, not pentium 2. Fix qemu's emulation.
author Rob Landley <rob@landley.net>
date Mon, 30 Mar 2009 04:49:20 -0500
parents ea25e4da724e
children 924527b0b454
files sources/targets/i686/details
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sources/targets/i686/details	Mon Mar 30 03:29:22 2009 -0500
+++ b/sources/targets/i686/details	Mon Mar 30 04:49:20 2009 -0500
@@ -15,5 +15,5 @@
 
 emulator_command()
 {
-  echo qemu -cpu pentium2 $(qemu_defaults "$@")
+  echo qemu -cpu pentium3 $(qemu_defaults "$@")
 }