- Exec (Amiga)
Exec is the object-oriented multi-tasking kernel of
AmigaOS . It enabled truepre-emptive multitasking in as little as 256 kB of free memory (as supplied with the first Amiga 1000s). [cite web |url= http://www.cunningham-lee.com/misc/amiga_exec.html|title=Byte Magazine on the Amiga Exec|accessdate=2008-04-12|last= Holloway|first= Tim] Exec provided functionality for multi-tasking, memory allocation,interrupt handling and handling of dynamic shared libraries.It acts as a scheduler for tasks running on the system, providing pre-emptive multitasking with prioritised
round-robin scheduling . Exec also provides access to other libraries and high-levelinter-process communication viamessage passing . Other comparable microkernels have had performance problems because of the need to copy messages between address spaces. Since the Amiga has only one address space, Exec message passing is quite efficient. The only fixed memory address in the Amiga software (address 4) is a pointer to "exec.library", which can then be used to access other libraries. Exec was designed and implemented byCarl Sassenrath .Unlike traditional operating systems, the exec kernel does not run "privileged". Contemporary operating systems for the 68000 such as
Atari TOS andSunOS used trap instructions for invoking kernel functions. This made the kernel functions run in the 68000's "supervisor mode", while user software ran in the unprivileged "user mode". By contrast, exec function calls are made with the library jump table, and the kernel code normally executes in user mode. Whenever supervisor mode is needed, either by the kernel or user programs, the library functions "Supervisor()" or "SuperState()" are used.References
External links
[http://www.cunningham-lee.com/misc/amiga_exec.html Amiga Exec]
Wikimedia Foundation. 2010.