changeset 1399:ee9ee44835e9

See if i486 can be converted from directory to file in one go, or if mercurial loses its lunch.
author Rob Landley <rob@landley.net>
date Sun, 26 Jun 2011 19:25:19 -0500
parents b74d36876c0a
children 0b1022dc9a36
files sources/targets/i486 sources/targets/i486/settings
diffstat 2 files changed, 44 insertions(+), 44 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sources/targets/i486	Sun Jun 26 19:25:19 2011 -0500
@@ -0,0 +1,44 @@
+DESCRIPTION="
+An i486 based computer.
+
+Yes it's obsolete, but there are embedded processors that use it.  The
+existance of an FPU is assumed, even though some i486s don't have one. 
+This is simply coz i486s with no FPU are not of interest to me.  Someone
+else can fix that if they care.
+
+Produced and tested by David Seikel.
+"
+
+KARCH=i386
+KERNEL_PATH=arch/${KARCH}/boot/bzImage
+BINUTILS_FLAGS=
+GCC_FLAGS=
+QEMU_TEST=$KARCH
+
+ROOT=hda
+CONSOLE=ttyS0
+
+# Gentoo from Scratch
+GFS_CHOST="i486-gentoo-linux-uclibc"
+GFS_ARCH="x86"
+
+UCLIBC_CONFIG="
+TARGET_i386=y
+CONFIG_486=y
+UCLIBC_HAS_FPU=y
+"
+
+LINUX_CONFIG="
+CONFIG_M486=y
+CONFIG_ACPI=y
+CONFIG_BLK_DEV_PIIX=y
+CONFIG_NETDEV_1000=y
+CONFIG_E1000=y
+CONFIG_SERIAL_8250=y
+CONFIG_SERIAL_8250_CONSOLE=y
+"
+
+emulator_command()
+{
+  echo qemu -cpu 486 $(qemu_defaults "$@")
+}
--- a/sources/targets/i486/settings	Sun Jun 26 17:44:02 2011 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,44 +0,0 @@
-DESCRIPTION="
-An i486 based computer.
-
-Yes it's obsolete, but there are embedded processors that use it.  The
-existance of an FPU is assumed, even though some i486s don't have one. 
-This is simply coz i486s with no FPU are not of interest to me.  Someone
-else can fix that if they care.
-
-Produced and tested by David Seikel.
-"
-
-KARCH=i386
-KERNEL_PATH=arch/${KARCH}/boot/bzImage
-BINUTILS_FLAGS=
-GCC_FLAGS=
-QEMU_TEST=$KARCH
-
-ROOT=hda
-CONSOLE=ttyS0
-
-# Gentoo from Scratch
-GFS_CHOST="i486-gentoo-linux-uclibc"
-GFS_ARCH="x86"
-
-UCLIBC_CONFIG="
-TARGET_i386=y
-CONFIG_486=y
-UCLIBC_HAS_FPU=y
-"
-
-LINUX_CONFIG="
-CONFIG_M486=y
-CONFIG_ACPI=y
-CONFIG_BLK_DEV_PIIX=y
-CONFIG_NETDEV_1000=y
-CONFIG_E1000=y
-CONFIG_SERIAL_8250=y
-CONFIG_SERIAL_8250_CONSOLE=y
-"
-
-emulator_command()
-{
-  echo qemu -cpu 486 $(qemu_defaults "$@")
-}