|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH] domain builder for ReactOS
On 6/6/05, Jacob Gorm Hansen <jacobg@xxxxxxx> wrote:
> Christian Limpach wrote:
> > On 6/6/05, Jacob Gorm Hansen <jacobg@xxxxxxx> wrote:
> >
> >>Xen domUs need to have a bios, so we do not need to have domain-specific
> >>stuff like ELF-parsing in dom0. I will post to source to my 'mstrap'
> >>attempt at this tomorrow for people to comment on.
> >
> >
> > This is an option, but definitely not appropriate for every environment.
>
> Seems to work well for VMWare. Could you give an example of an
> environment where this would not be appropriate?
The model you suggest requires you to install the kernel such that it
is accessible from within the guest environment. This is not always
desirable nor practical.
[some off-list exchange skipped]
I like the loader + "ramdisk" solution. Can you reuse the code we
have in the builder now to load elf, elf w/ symtab and bin images?
Isn't the development environment for the loader too hostile? I
implemented a similar loader for NetBSD when the linux dom0 loader
didn't support elf yet -- it was quite tedious to relocate stuff in
memory so that the layout would be the same for the loader and the
image it would execute...
christian
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|