105 |
|
priviledged instructions, mostly for interrupt control). So either |
106 |
|
the whole emulator has to be run in supervisor mode (which usually is |
107 |
|
not possible on multitasking systems) or priviledged instructions have |
108 |
< |
to be trapped and emulated. The Amiga version of Basilisk II uses the |
109 |
< |
latter approach (it is possible to run supervisor mode tasks under |
110 |
< |
the AmigaOS multitasking kernel (ShapeShifter does this) but it |
111 |
< |
requires modifying the task switcher and makes the emulator more |
112 |
< |
unstable). |
108 |
> |
to be trapped and emulated. The Amiga and NetBSD/m68k versions of |
109 |
> |
Basilisk II use the latter approach (it is possible to run supervisor |
110 |
> |
mode tasks under the AmigaOS multitasking kernel (ShapeShifter does |
111 |
> |
this) but it requires modifying the Exec task switcher and makes the |
112 |
> |
emulator more unstable). |
113 |
|
c) On multitasking systems, interrupts can usually not be handled as on |
114 |
|
a real Mac (or with the UAE CPU). The interrupt levels of the host |
115 |
|
will not be the same as on a Mac, and the operating systems might not |