Cleanup
git-svn-id: https://spexeah.com:8443/svn/Asuro@163 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
parent
54e983e1df
commit
4663e8922d
@ -1,3 +1,12 @@
|
||||
{ ************************************************
|
||||
* Asuro
|
||||
* Unit: Kernel
|
||||
* Description: Main Entry Point for Asuro
|
||||
************************************************
|
||||
* Author: K Morris
|
||||
* Contributors: A Hance
|
||||
************************************************ }
|
||||
|
||||
unit kernel;
|
||||
|
||||
interface
|
||||
|
@ -1,3 +1,12 @@
|
||||
{ ************************************************
|
||||
* Asuro
|
||||
* Unit: LMemoryManager
|
||||
* Description: Logical Virtual Memory Management
|
||||
************************************************
|
||||
* Author: K Morris
|
||||
* Contributors:
|
||||
************************************************ }
|
||||
|
||||
unit lmemorymanager;
|
||||
|
||||
interface
|
||||
|
@ -1,3 +1,12 @@
|
||||
{ ************************************************
|
||||
* Asuro
|
||||
* Unit: PMemoryManager
|
||||
* Description: Physical Memory Management
|
||||
************************************************
|
||||
* Author: K Morris
|
||||
* Contributors:
|
||||
************************************************ }
|
||||
|
||||
unit pmemorymanager;
|
||||
|
||||
interface
|
||||
|
@ -1,3 +1,12 @@
|
||||
{ ************************************************
|
||||
* Asuro
|
||||
* Unit: Scheduler
|
||||
* Description: Schedules Context Switches
|
||||
************************************************
|
||||
* Author: Aaron Hance
|
||||
* Contributors:
|
||||
************************************************ }
|
||||
|
||||
unit scheduler;
|
||||
|
||||
interface
|
||||
|
@ -1,3 +1,12 @@
|
||||
{ ************************************************
|
||||
* Asuro
|
||||
* Unit: VMemoryManager
|
||||
* Description: Manages Pages of Virtual Memory
|
||||
************************************************
|
||||
* Author: K Morris
|
||||
* Contributors:
|
||||
************************************************ }
|
||||
|
||||
unit vmemorymanager;
|
||||
|
||||
interface
|
||||
|
Loading…
x
Reference in New Issue
Block a user