[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: multiboot2: make multiboot header optional
From: |
tgingold |
Subject: |
Re: multiboot2: make multiboot header optional |
Date: |
Tue, 21 Nov 2006 18:35:52 +0100 |
User-agent: |
Internet Messaging Program (IMP) 3.2.5 |
Quoting Hollis Blanchard <address@hidden>:
> On Thu, 2006-11-16 at 00:41 +0100, address@hidden wrote:
> > Quoting "Yoshinori K. Okuji" <address@hidden>:
> >
> > > On Tuesday 14 November 2006 23:58, Hollis Blanchard wrote:
> > > > I would like to make the in-kernel multiboot header optional. If it's
> an
> > > > ELF file, we can load it, even if it doesn't have the header. We can
> > > > also pass the address of the multiboot tags to its entry point (it
> can't
> > > > hurt anything).
> > >
> > > I prefer to keep a multiboot header, because GRUB may not detect an error
> > > that the offset of a multiboot header is beyond 8192 bytes.
> > BTW, on ia64 8192 is too small. Linux and Xen put the ivt (interrupt
> vector
> > table) at the head of the file because it has the largest alignment
> > requirement (32Kb). I am not sure there is a big enough hole in the ivt.
> > And Xen has two ivt (-> 64kB).
> > However both Linux and Xen use the ELF format.
>
> Do you have a proposal to solve this problem? Are you advocating
> dropping the multiboot header, since we can load ELF files without it?
I am advocating dropping multiboot header on ia64 *only*. Basically even if
we implement it, nobody will use it.
Tristan.
- Re: multiboot2: make multiboot header optional, (continued)
- Re: multiboot2: make multiboot header optional, Hollis Blanchard, 2006/11/15
- Re: multiboot2: make multiboot header optional, Yoshinori K. Okuji, 2006/11/15
- Re: multiboot2: make multiboot header optional, Hollis Blanchard, 2006/11/15
- Re: multiboot2: make multiboot header optional, tgingold, 2006/11/15
- Re: multiboot2: make multiboot header optional, Yoshinori K. Okuji, 2006/11/24
- Re: multiboot2: make multiboot header optional, Hollis Blanchard, 2006/11/24
- Re: multiboot2: make multiboot header optional, Yoshinori K. Okuji, 2006/11/24
Re: multiboot2: make multiboot header optional, Yoshinori K. Okuji, 2006/11/15
Re: multiboot2: make multiboot header optional, Yoshinori K. Okuji, 2006/11/24
Re: multiboot2: make multiboot header optional, Tristan Gingold, 2006/11/25