Hello
> so my question to you "kernel-gurus", is there any posibility
> to configure the Linux kernel to bypass the BIOS and actually
> use my 512MB ?
You don't need to be a "kernel-guru" to answer this question.
The list of kernel boot parameters is in
linux/Documentation/kernel-parameters.txt
There, you can find:
mem=nn[KMG] [KNL,BOOT] force use of a specific amount of
memory; to be used when the kernel is not able
to see the whole system memory or for test.
So append mem=512M in your kernel command line. If you use lilo add
append = "mem=512M" in your lilo.conf file (and rerun lilo).
-- ** Gael Le Mignot "Kilobug", Ing3 EPITA - http://kilobug.free.fr ** Home Mail : kilobug@freesurf.fr Work Mail : le-mig_g@epita.fr GSM : 06.71.47.18.22 (in France) ICQ UIN : 7299959 Fingerprint : 1F2C 9804 7505 79DF 95E6 7323 B66B F67B 7103 C5DA"Software is like sex it's better when it's free.", Linus Torvalds
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/