[OpenBIOS] r624 - trunk/openbios-devel/forth/system

Tarl Neustaedter Tarl.Neustaedter at Sun.COM
Sun Nov 22 21:39:00 CET 2009


Blue Swirl wrote:
> [...]
> But this patch also does not work [...]

It looks like you're missing the patch Mark Cave-Ayland proposed, with a 
str2cstr conversion. He noticed that call-method requires a c-string 
(pointer only), rather than a traditional forth string (pointer, len). 
The problem is that " seek" is a forth-format string, and the first 
thing call-method is doing is converting from cstring to forth string - 
which doesn't work if you are already supplying a forth string.





More information about the OpenBIOS mailing list