Stefan Reinauer wrote:
Awesome! Can you find out the fcode numbers of those words? Sounds like the Solaris bootloader is expecting some Fcode extensions that openbios does not (yet) implement (such as 64bit extensions?)
Stefan
No worries. The offending FCodes are:
0x246 - x@ ( oaddr -- o ) Fetch octlet from an octlet aligned address
0x247 - x! ( o oaddr -- ) Store octlet to an octlet aligned address
Do you reckon you could come up with an implementation of these relatively easily?
ATB,
Mark.