> 1. The MCH/ICH8 hub 'requires' a minimum of 512MB to run, the board manual > states it needs at least 512MB of memort. > 2. The DVT/IGP graphics uses either 128MB or 256MB, I have it set to > 128MB. > > How can the Linux kernel find this out/poll this information so users do > not have to know mem=XXXXM?
I don't think it should. The Linux kernel is not trying to be a BIOS replacement and should not know everything about the platforms it runs on. We sometimes try to work around very common bugs, but this one (involving lots of memory and special configuration) seems to be more in the exotic range where command line options or waiting for a BIOS update seem better options. -Andi - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/