What is the modification needed to be done to the kernel so it will
recognize
2 gigs of ram. I installed the 2.2.10 kernel with no problems, and am ready
to go.
You need to change /usr/src/linux/include/asm-i386/page.h:
#define __PAGE_OFFSET (0x80000000)
^^^^^^^^
and also /usr/src/linux/arch/i386/vmlinux.lds:
. = 0x80000000 + 0x100000;
^^^^^^^^
and also /etc/lilo.conf:
append="mem=1984M"
then rebuild your kernel, rerun lilo, and reboot.
Jeff (http://www.neci.nj.nec.com/homepages/qobi)
-
Linux SMP list: FIRST see FAQ at http://www.irisa.fr/prive/mentre/smp-faq/
To Unsubscribe: send "unsubscribe linux-smp" to [EMAIL PROTECTED]
- FYI: bezerko mouse is back Joe
- Re: FYI: bezerko mouse is back dave madden
- Re: FYI: bezerko mouse is back Joe
- Re: FYI: bezerko mouse is back dave madden
- Re: FYI: bezerko mouse is back Matthew Hixson
- Re: FYI: bezerko mouse is back dave madden
- > than 1 gig of ram. Shaun Hedges
- Re: > than 1 gig of ram. Jeffrey Mark Siskind
- Re: > than 1 gig of ram. Alan Cox
- Re: > than 1 gig of ram. Rui Sousa
- Re: FYI: bezerko mouse is back Joe
- Re: FYI: bezerko mouse is back Jos van de Ven
- Re: FYI: bezerko mouse is back Joe
- Re: FYI: bezerko mouse is back Joe
- Re: FYI: bezerko mouse is back Joe
- Re: FYI: bezerko mouse is back Joe
