17 lines
407 B
ObjectPascal
17 lines
407 B
ObjectPascal
{ ************************************************
|
|
* Asuro
|
|
* Unit: ProcessLoader
|
|
* Description: Loads a Process and any related
|
|
* structers into memory ready for
|
|
* execution.
|
|
************************************************
|
|
* Author: K Morris
|
|
* Contributors:
|
|
************************************************ }
|
|
unit processloader;
|
|
|
|
interface
|
|
|
|
implementation;
|
|
|
|
end. |