On Fri, 2014-06-20 at 13:26 +0800, Fu Wei wrote:
Hi Leif, I have make a new multiboot support patch V3.4 following Ian's suggestion for V3.1
But I met some problem on the latest xen for multiboot development branch, so I am still using the staging branch of xen repo.
To Ian: Could we just work together to figure them out next week?
I'm hoping to get back to those patches either later this week or early next week.
Can Xen support two blanks of RAM for now?
(I assume you mean "banks"). It should do. At the moment it doesn't support very sparse physical address spaces (i.e. two banks with a big gap between them) but it should handle that gracefully by ignoring one bank. I've got a pending TODO item to sort that out of course since we don't want to be wasting RAM like that.
(3)align info (need more info from Ian, or do we need --align ?)
Lets not bother, it was just an interesting idea for an optional extension which might be useful. We can safely not bother though I think.
Ian.