On 26/04/15 20:39, Segher Boessenkool wrote:
On Sun, Apr 26, 2015 at 07:15:37PM +0100, Mark Cave-Ayland wrote:
Other Forth systems use "warning off" around deliberate redefinitions, you might want to do the same.
Yeah sadly OpenBIOS doesn't implement "warning off" yet. I know this is needed for Solaris 64-bit boot, so at the very minimum there needs to be a dummy word in place...
Here you go, feel free to steal / modify it as you wish.
0 VARIABLE warning
Wow that was hard ;-)
Well I must say I didn't think that "on" and "off" had been implemented in OpenBIOS yet, but indeed your example does work - thanks!
ATB,
Mark.