home *** CD-ROM | disk | FTP | other *** search
-
-
-
- AOS - The AmigaOS Replacement Project
-
- Exec
-
- A Piece Of Software To Emulate Exec As In KickStart 40.70
-
- Written By (in historical order)
-
- Aaron "Optimizer" Digulla (digulle@fh-konstanz.de)
-
- $VER: exec.doc 1.0 (03.09.95)
-
- (C) 1995 AROS - The Amiga Replacement OS
-
-
- Contents:
- 0. Preface
- 1. Introduction
- 1.1 What Is This All About ?
- 1.2 What Is This Document About ?
- 2. Introduction to Exec
- 3. Exec Lists And Queues
- 4. Exec Libraries
- 5. Exec Devices
- 6. Exec Memory Allocation
- 7. Exec Tasks
- 8. Exec Signals
- 9. Exec Messages And Ports
- 10. Exec Semaphores
- 11. Exec Interrupts
- Index
-
- 0. Preface
-
- This document describes how we want to implement an Exec-library
- which is compatible to exec.library 40.10 in KickStart 40.70.
-
- Take this document als preliminary and subject to change without
- notice. Maybe the first few sections should go into a document
- of their own and the like.
-
- 1. Introduction
- 1.1 What Is This All About ?
-
- This document is part of the AOS - The AmigaOS Replacement Project which
- tries to re-implement the AmigaOS found in the Amiga-Computer. The
- goal of all this is to end with a new OS for Amiga-Computers and
- other systems which has the following attributes:
-
- * It should allow to run Amiga software on Amigas and other
- computers.
- * It should work on most if not all other systems
- * It should keep the main advantages of the original system:
- Small, Fast, Intuitive.
-
- 1.2 What Is This Document About ?
-
- This document describes the Exec-part of the AOS-Project. Exec is the
- basic part of the AmigaOS. It implements
-
- * Multitasking
- * Devices
- * Shared Libraries
- * Message Passing and Ports
- * Memory Allocation
- * Signals
- * Lists and Queues
- * Semaphores
- * Interrupts
- * System Initialisation
-
- This document descibes how to use Exec.
-
- 2. Introduction to Exec
-
- Still to come.
-
- 3. Exec Lists And Queues
-
- Still to come.
-
- 4. Exec Libraries
-
- Still to come.
-
- 5. Exec Devices
-
- Still to come.
-
- 6. Exec Memory Allocation
-
- Still to come.
-
- 7. Exec Tasks
-
- Still to come.
-
- 8. Exec Signals
-
- Still to come.
-
- 9. Exec Messages And Ports
-
- Still to come.
-
- 10. Exec Semaphores
-
- Still to come.
-
- 11. Exec Interrupts
-
- Still to come.
-
- Index
-
- Still to come.
-
-
-