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

Re: Memory protection and vex_{butv,timv,motv}



On Sun, 10 Mar 1996, Evan Langlois wrote:
> Try putting the vex_ handler into memory that has the global attribute
> set.  You likely have to use a program flag setter and have the whole
> program do that, or set the interrupt handlers from a short program that
> you can exec from your main program, and have that short program global.
> 
> Just a guess though.

Sounds likely. There isn´t a way of setting memory blocks to global after 
they have been allocated, is there? Since the interrupts are used in a 
device maybe I should turn it into an .xdd.

Regards, Christer