Re: Sun386i Porting Effort
Rick Sustek <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.sun3 |
|---|---|
| Message-ID | <[email protected]> |
>>SRT0 appears to be Motorola ASM code. Why, oh why, does there have to >>be ASM in here? :) I would guess that the bootloader is built as a standalone program, and thus requires the 'C' run-time environment setup code which executes prior to "main()", which is typically asm. If this is the case, you should have ready access to the i386 version of this module. Rick