Hi everyone,
I perused the forum (and google) on how to improve the performance of my Red Hat 9 system and I the tip I noticed the most was improving hard drive performance.
I did some more digging...
From what I gather the easiest way to enable DMA is to append the boot loader config file (please tell me if I am mistaken).
The sample I found was meant for lilo.conf and the conf file was meant to be appended with
Is that supposed to be with or without the 'append'?
Anyway, I guess the actual question would be, how do I do it in GRUB?
Do I just add the same line?
grub.conf typically looks like this:
Quote:
default=0
timeout=10
splashimage=(hd0,0)/grub/splash.xpm.gz
# section to load linux
title Red Hat Linux (2.4.18-5.47)
root (hd0,0)
kernel /vmlinuz-2.4.18-5.47 ro root=/dev/sda2
initrd /initrd-2.4.18-5.47.img
# section to load Windows 2000
title windows
rootnoverify (hd0,0)
chainloader +1
|
Where should I put the line that tells GRUB to enable DMA for my HDD?
Thanks in advance
- Bryan
edit... I am not sure if this post is appropriate for this forum... if the moderators deem it is not please transfer it to where it is most appropriate, I apologize and thank you.