On Thursday 19 April 2007 09:58:30 Daniel Jacobowitz wrote: > I posted some other patches for OpenHackWare when I was experimenting > with OpenBSD; I think this is the one you need, to the linker script: > > - .rodata : { *(.rodata) } > bios > + .rodata : { *(.rodata*) } > bios
Works perfectly--thanks! --Ed