Copyright (c) Hyperion Entertainment and contributors.

Exec: Difference between revisions

From AmigaOS Documentation Wiki
Jump to navigation Jump to search
Content deleted Content added
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..."
 
No edit summary
 
Line 1: Line 1:
[[Category:Glossary]][[Category:Work In Progress]]
[[Category:Glossary]]
Exec is the object-oriented multi-tasking kernel of AmigaOS.
Exec is the object-oriented multi-tasking kernel of AmigaOS.



Latest revision as of 22:27, 9 July 2012

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.'