Subject: Re: IP loader?
To: None <gary@spiritwars.com>
From: Marcus Comstedt <marcus@idonex.se>
List: port-dreamcast
Date: 01/26/2001 15:01:36
>>>>> "Gary" == Gary <gary@spiritwars.com> writes:
Gary> Hey Marcus,
Gary> Can your IP upload slave be used to boot a NetBSD kernel via the broadband
Gary> adapter? I assume one would need it in ELF32 binary format to do so. I
Gary> don't recall your mention of it here on the list. Thanks in advance for
Gary> any info.
Yes. Just change
OUTPUT_FORMAT("coff-shl")
into
OUTPUT_FORMAT("elf32-shl")
in sys/arch/dreamcast/conf/shl.x.
// Marcus