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

Re: [MiNT] VBR not part of context switch?



W dniu 22.07.2013 17:07, Peter Persson pisze:
> Hi list,
> 
> Short question regarding the FreeMiNT kernel architecture.
> 
> How come the VBR isn't part of the context switch? (or is it? I get the
> impression it isn't, based on some simple test + reading the kernel
> sources).

It is supervisor register:
http://www.freescale.com/files/archives/doc/ref_manual/M68000PRM.pdf,
Table 1-1.

AdamK