ISA Memory hole at 15-16 MB

2000-08-03 Thread Abhishek Khaitan
. But now, as everybody has around 64MB RAM, so when we access that memory between 15 and 16MB (the ISA memory hole), are we referring to physical RAM or to ISA card's memory? Where can I get more details on this? Thanks Regards, Abhishek Khaitan

RE: FAQ

2000-08-03 Thread Abhishek Khaitan
Can;t we use bunzip2 instead of playing with tar? And after bunzip2, try tar -x kernel-2.2.16.tar ? -Original Message- From: James Manning [SMTP:[EMAIL PROTECTED]] Sent: Thursday, August 03, 2000 10:35 AM To: [EMAIL PROTECTED] Subject: Re: FAQ [Marc Mutz] 2.4. How

can anyone mail me bonnie?

2000-07-27 Thread Abhishek Khaitan
hi! can anyone mail me tgz of bonnie or the web site from where it is available? Thanks Regards, Abhishek -Original Message- From: Corin Hartland-Swann [SMTP:[EMAIL PROTECTED]] Sent: Thursday, July 27, 2000 7:53 AM To: Gregory Leblanc Cc: Holger Kiehl; [EMAIL PROTECTED]

RE: Raid

2000-07-25 Thread Abhishek Khaitan
Hi Dhinesh... In Raid 1, whatever disk u give as "raid disk 0" is used as primary to construct the second "raid disk 1". So, what u should do is that remove the failed disk, say /dev/sda1 and make the second working disk as "raid disk 0". and add the new disk to "raid disk 1", and run raidstart

Installing drivers automatically

2000-07-13 Thread Abhishek Khaitan
Hi! Can anyone tell me how to automatically install my driver at boot time? Thanks Regards, Abhishek Khaitan

RE: help: read-ahead not set: what is it???

2000-07-08 Thread Abhishek Khaitan
can u send your raid configuration file(s)? maybe, I will be able to help then... -Original Message- From: Sandro Dentella [SMTP:[EMAIL PROTECTED]] Sent: Thursday, July 06, 2000 2:23 AM To: [EMAIL PROTECTED] Subject: help: read-ahead not set: what is it??? Hi, I'm

unersolved symbols during insmod

2000-02-25 Thread Abhishek Khaitan
HI! I am writing a block "driver module" in linux... While compiliing the module, do I have to use any switches with "cc"? I am getting "unresolved symbols" errors when I try to "insmod" my driver... The symbols (functions) are defined as extern in asm/bitops.h... Thanks, Abhishek