Re: Sparc bootblock

2005-10-17 Thread Marco Gerards
Bart Grantham <[EMAIL PROTECTED]> writes: > Heh. I looked into this and I'm definitely going the init-program > route. I don't think that there's a platform independent way of doing > relocation and I don't really feel that it's in the spirit of OF > anyways. Besides, writing F-Code is mind-ben

Re: Sparc bootblock [Was: SFS breaks PPC build ]

2005-10-17 Thread Bart Grantham
Vincent Pelletier wrote: Bart Grantham wrote: - have it verify that the file at the configured sector(s) is an ELF file Quite easy if we stick to the header signature. Well, I was referring to the ELF magic number rather than the multiboot magic number. I'll probably check the first unc

Re: Sparc bootblock [Was: SFS breaks PPC build ]

2005-10-17 Thread Vincent Pelletier
Bart Grantham wrote: > - have it verify that the file at the configured sector(s) is an ELF file Quite easy if we stick to the header signature. > - follow through and make sure it properly boots an ELF image (right now > it only gets it into memory) I think there are 2 ways : -write your own Fo

Re: Sparc bootblock

2005-10-17 Thread Andrei Warkentin
IANA mac guru, but the OF in Old Worlds (OF 1.0.5) has support for reading from block devices, parsing *some* filesystems (this but is pretty crippled - for example, no fragmentation can occur on a FAT floppy, because it just loads data linearly). It can boot from a partition 0 boot block (

Re: Sparc bootblock [Was: SFS breaks PPC build ]

2005-10-17 Thread Andrei Warkentin
Can OpenBoot directly boot ELF or COFF images? I looked at SILO and it seems it uses a 512-byte boot block to load second stage etc. On Oct 17, 2005, at 2:30 AM, Bart Grantham wrote: Marco Gerards wrote: > As GRUB 2 is ported to the ultra sparc64 it might be wise for us (GRUB > and solari

Re: Sparc bootblock

2005-10-17 Thread Cyril Plisko
On 10/17/05, Marco Gerards <[EMAIL PROTECTED]> wrote: > Bart Grantham <[EMAIL PROTECTED]> writes: > > > - verify that the code works on PPC, and if not, try to make it work > > so that there's a unified bootblock [not sure if this is reasonable as > > I'm not as familiar with how PPC OF boots... ho

Wiki

2005-10-17 Thread Marco Gerards
Hi, The GRUB wiki is down. We talked a bit about moving the wiki on IRC. Did someone find a good host for the wiki already? Another problem is the data, is it still available some way so we can restore the wiki if we found a new host? Thanks, Marco ___

Re: Sparc bootblock

2005-10-17 Thread Marco Gerards
Bart Grantham <[EMAIL PROTECTED]> writes: > - verify that the code works on PPC, and if not, try to make it work > so that there's a unified bootblock [not sure if this is reasonable as > I'm not as familiar with how PPC OF boots... how similiar is it to > Sparc?] On the Open Firmware implementat

Sparc bootblock [Was: SFS breaks PPC build ]

2005-10-17 Thread Bart Grantham
Marco Gerards wrote: > As GRUB 2 is ported to the ultra sparc64 it might be wise for us (GRUB > and solaris developers) to talk about multiboot. Of course other > parties might be interested as well (the Hurd uses multiboot, for > example). > > Anyway, what is important for you is that we are th