Alex Williamson wrote:
On Wed, 2008-09-17 at 11:51 -0600, Alex Williamson wrote:
the patch below is a possible
approach to continue down this path and enlighten rombios32 about the
real top of memory, and setup MTRRs appropriately. It doesn't address
SMBIOS or whatever causes grub to only report upper memory below 4G.
This version also fixes SMBIOS, I'm haven't found where grub is getting
it's idea of upper memory yet. It seems like there's a bug in SMBIOS
type 19 & 20 entries that we were using (size_mb - 1) * 1024. I changed
this to (size_mb * 1024) - 1, which seems to make a lot more sense in
the dmidecode output. If that's wrong, please let me know. Thanks,
Please resend as an independent patch.
--
error compiling committee.c: too many arguments to function
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html