There shouldn't be any special compiling to take place. The only thing is that you need to specify the amount of ram in your boot loader. I'm running a dual 1.12 Ghz with 2GB Ram -- Dual-booting between WinXP Pro/Mandrake 9.0.
Personally, I use LILO -- here's what you need to add to your append line in /etc/lilo.conf .
append="mem=1024M"
Inside the quotes, you may have other entries. Just add a space to the end & them add the mem=1024M to specify your Gig of ram.
|