Working version of kaffe for BSDI 3.0?

kono at ie.u-ryukyu.ac.jp kono at ie.u-ryukyu.ac.jp
Mon Oct 6 19:22:13 PDT 1997


Hi.

>What's the problem? I use BSD/OS 2.1 and running kaffe -version I get:

In BSD/OS 2.1 and 0.8.4, Kaffe works, but after 0.9.0, they use
stack offset in setjmp buf, which is not correnct in BSD/OS 3.0.
Ya, Bryan Felix was correct. It didn't work at all.

Here is a fix for 0.9.2

In config/i386/bsdi/md.h,  add SP_OFFSET redefine.

#include "i386/common.h"
#include "i386/threads.h"

#undef SP_OFFSET
#define SP_OFFSET               2

-- 
Shinji KONO @ Information Engineering, University of the Ryukyus
$B2OLn??<#(B @ $BN05eBg3X9)3XIt>pJs9)3X2J(B



More information about the kaffe mailing list