RE: [ILUG] Cyrix support

From: Brian O'Donoghue (Brian.ODonoghue at domain kbs.ie)
Date: Fri 05 Jul 2002 - 10:29:14 IST


hmmm perhaps something like attach the hdd to the machine you installed on
then

cd /usr/src/linux
make clean
make mrproper
make menuconfig

go to the processor type and features field and specify the type of chip you
have... and add any other features you want

make dep
make bzImage
make modules
make modules_install

cp arch/i386/boot/bzImage /boot/bzImage_current

vim /etc/lilo.conf

image = /vmlinuz
        label=Redhat_safe
        root=/dev/whatever
        read-only

image=/boot/bzImage_current
        label=Redhat_cyrix
        root=/dev/whatever
        read-only

[esc]
:wq

#lilo

--Once this is installed try powering down the system and attaching the hard
disk to the cyrix machine... and tell us what if anything happens.
Bod

-----Original Message-----
From: Carlos Luna [mailto:carlos.luna at domain steorn.com]
Sent: 05 July 2002 10:13
To: ilug at domain linux.ie
Subject: [ILUG] Cyrix support

I've installed the Redhat distribution (version 7.2) on a harddrive through
an Intel machine and then plugged that same harddrive into a Cyrix machine.
The errors at bootup are as follows :
        CPU: Cyrix Geode(TM) Integrated Processor by National Semi stepping
01
        Kernel panic: Kernel compiled for Pentium+, requires TSC feature!

What's the TSC feature?
I thought the kernel supports Cyrix chips, but hell! What do I know?
How do I compile the kernel to include this TSC feature?

The chip, by the way, is a Cyrix MediaGX 6x86.

Thanks a million.

Carlos

-- 
Irish Linux Users' Group: ilug at domain linux.ie
http://www.linux.ie/mailman/listinfo/ilug for (un)subscription information.
List maintainer: listmaster at domain linux.ie


This archive was generated by hypermail 2.1.6 : Thu 06 Feb 2003 - 13:17:41 GMT