ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/TECH
(Generate patch)

Comparing BasiliskII/TECH (file contents):
Revision 1.3 by cebix, 2000-04-11T11:44:18Z vs.
Revision 1.4 by cebix, 2000-07-13T17:45:51Z

# Line 105 | Line 105 | and EMULATED_68K defines in "sysdeps.h")
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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines