[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: patch for PPC Old World Macintosh
From: |
Yoshinori K. Okuji |
Subject: |
Re: patch for PPC Old World Macintosh |
Date: |
Thu, 2 Sep 2004 12:48:05 +0200 |
User-agent: |
KMail/1.6.1 |
On Wednesday 01 September 2004 18:04, Hollis Blanchard wrote:
> I see when you load multiboot ELF segments you require that they live
> in the 1M+ unreserved region described above. What OSs use multiboot,
> and are they all linked at 1MB or above?
I don't remember the implementation for GRUB 2, since it was written by
Jeroen instead of me. So I cannot say anything about that.
There many operating systems based on Multiboot. Just search on the web.
You can find GNU/Hurd, L4, AtheOS, and so on.
Normally OS images are linked to 1MB or above, although Multiboot
Specification does not mention this.
But note that you can relocate the OS image. For example, the Linux
loader on i386 must move a kernel image to <1MB before booting it, if
the format is zimage instead of bzimage. This stage overwrites a part
of GRUB, but there is no problem, because the relocation code resides
at a much lower place.
Okuji