Copyright (c) Hyperion Entertainment and contributors.

Exec

From AmigaOS Documentation Wiki
Revision as of 22:58, 1 June 2012 by Richard Lake (talk | contribs) (Created page with "Category:GlossaryCategory:Work In Progress Exec is the object-oriented multi-tasking kernel of AmigaOS. It enables pre-emptive multitasking in as little as 256k of me...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Exec is the object-oriented multi-tasking kernel of AmigaOS.

It enables pre-emptive multitasking in as little as 256k of memory (as supplied with the first Amiga 1000s).

Exec provides functionality for multi-tasking, memory allocation, interrupt handling and handling of dynamic shared libraries.

'Exec's heavy reliance on inheritance is what makes it so compact.'