[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: STiNG, CAB, and Multitasking (strikes back)



On Mon, 9 Mar 1998, Jo Even Skarstein wrote:

> > XBRA is such a standard, and I'm advocating it's use by MiNT. It causes
>
> I just had a look at the MiNT-source, and it looks like XBRA is used
> for all vectors including the critical error handler. Atleast it use
> XBRA when it installs it's own vectors. Can somebody refresh my memory
> re. the exact problem with STiNG and the proposed change?

Sorry, my mistake, I mixed it with the privilege violation handler
which IIRC was the vector in question here. But it still looks like
it's installed with XBRA:

main.c:
   xbra_install(&old_priv, 32L, new_priv);


/*
** Jo Even Skarstein    http://www.stud.ntnu.no/~josk/
**
**    beer - maria mckee - atari falcon - babylon 5
*/