|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH2] multiboot module support
So, what's the preferred way?
- either completely multiboot compliant, has to patch libxc and modify
start_info to add the number of modules (my second patch)
- multiboot compliant except the module table has to end with a NULL
entry to let the domU compute the number of modules, has to patch
libxc but leave start_info as is (my third patch).
- multiboot-like, offsets have to be recomputed by the domU, no need to
patch libxc for now, until somebody wants to add xend support (my
first patch).
Samuel
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|