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;
|
unit kernel;
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
@ -1,3 +1,12 @@
|
|||||||
|
{ ************************************************
|
||||||
|
* Asuro
|
||||||
|
* Unit: LMemoryManager
|
||||||
|
* Description: Logical Virtual Memory Management
|
||||||
|
************************************************
|
||||||
|
* Author: K Morris
|
||||||
|
* Contributors:
|
||||||
|
************************************************ }
|
||||||
|
|
||||||
unit lmemorymanager;
|
unit lmemorymanager;
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
@ -1,3 +1,12 @@
|
|||||||
|
{ ************************************************
|
||||||
|
* Asuro
|
||||||
|
* Unit: PMemoryManager
|
||||||
|
* Description: Physical Memory Management
|
||||||
|
************************************************
|
||||||
|
* Author: K Morris
|
||||||
|
* Contributors:
|
||||||
|
************************************************ }
|
||||||
|
|
||||||
unit pmemorymanager;
|
unit pmemorymanager;
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
@ -1,3 +1,12 @@
|
|||||||
|
{ ************************************************
|
||||||
|
* Asuro
|
||||||
|
* Unit: Scheduler
|
||||||
|
* Description: Schedules Context Switches
|
||||||
|
************************************************
|
||||||
|
* Author: Aaron Hance
|
||||||
|
* Contributors:
|
||||||
|
************************************************ }
|
||||||
|
|
||||||
unit scheduler;
|
unit scheduler;
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
@ -1,3 +1,12 @@
|
|||||||
|
{ ************************************************
|
||||||
|
* Asuro
|
||||||
|
* Unit: VMemoryManager
|
||||||
|
* Description: Manages Pages of Virtual Memory
|
||||||
|
************************************************
|
||||||
|
* Author: K Morris
|
||||||
|
* Contributors:
|
||||||
|
************************************************ }
|
||||||
|
|
||||||
unit vmemorymanager;
|
unit vmemorymanager;
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
Loading…
x
Reference in New Issue
Block a user