[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Problem with installing the KDB patches - FC3 - 2.6.10 Kernel
Dear All,
I am working on a Kernel module & facing problems to debug it.
In an attempt to debug it using KDB, I downloaded my
kernel-version(2.6.10 (FC3)) dependent KDB patches from the following
FTP site: ftp://oss.sgi.com/www/projects/kdb/download/
Copied the files into the /usr/src/linux-2.6.10 directory and
extracted the patch files from the bzipped files using the commands:
#bzip2 -d kdb-v4.2-2.6.10-common-1.bz2
#bzip2 -d kdb-v4.2-2.6.10-i386-1.bz2
I got the kdb-v4.2-2.6.10-common-1 and kdb-v4.2-2.6-i386-1 files.
Applied the patches using the command:
#patch -p1 kdb-v4.2-2.6.10-common-1.
After appling the patches using above the commands, I did not get
shell prompt & control back but the cursor is just blicking.
Is there any thing wrong that I did? Please notify me if there is any
thing that I forgot to do for getting started with the KDB on my Linux
box (FC3-2.6.10 Kernel).
Thanks in advance.
Regards,
Kiran Kumar P
--
To unsubscribe from this list: send an email with
"unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx
Please read the FAQ at http://kernelnewbies.org/FAQ