comparison sources/targets/i686/settings @ 1153:0b53de0d6eec

Forgot to check in the baseconfig-linux file. Also, convert the x86 targets and clean up the arm targets.
author Rob Landley <rob@landley.net>
date Sat, 03 Jul 2010 23:05:49 -0500
parents b274eb556b50
children fb2c1618f1ba
comparison
equal deleted inserted replaced
1152:2f39d1bfb2fd 1153:0b53de0d6eec
16 TARGET_i386=y 16 TARGET_i386=y
17 CONFIG_PENTIUMIII=y 17 CONFIG_PENTIUMIII=y
18 UCLIBC_HAS_FPU=y 18 UCLIBC_HAS_FPU=y
19 " 19 "
20 20
21 LINUX_CONFIG="
22 CONFIG_MPENTIUMII=y
23 CONFIG_PM=y
24 CONFIG_ACPI=y
25 CONFIG_BLK_DEV_PIIX=y
26 CONFIG_NETDEV_1000=y
27 CONFIG_E1000=y
28 CONFIG_SERIAL_8250=y
29 CONFIG_SERIAL_8250_CONSOLE=y
30 "
31
21 emulator_command() 32 emulator_command()
22 { 33 {
23 echo qemu -cpu pentium3 $(qemu_defaults "$@") \ 34 echo qemu -cpu pentium3 $(qemu_defaults "$@") \
24 -net nic,model=e1000 -net user 35 -net nic,model=e1000 -net user
25 } 36 }