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]

Reply via email to