Pipeline Cleanup & Expansion
This commit is contained in:
		| @@ -12,15 +12,11 @@ | ||||
| //  See the License for the specific language governing permissions and | ||||
| //  limitations under the License. | ||||
|  | ||||
| { ************************************************ | ||||
|   * Asuro | ||||
|   * Unit: Drivers/AHCI | ||||
|   * Description: AHCI SATA Driver | ||||
|   ************************************************ | ||||
|   * Author: Aaron Hance | ||||
|   * Contributors:  | ||||
|   ************************************************ } | ||||
|  | ||||
| {  | ||||
| 	Drivers->Storage->AHCI - AHCI SATA Driver. | ||||
| 	 | ||||
| 	@author(Aaron Hance <ah@aaronhance.me>) | ||||
| } | ||||
| unit AHCI; | ||||
|  | ||||
| interface | ||||
|   | ||||
| @@ -12,15 +12,11 @@ | ||||
| //  See the License for the specific language governing permissions and | ||||
| //  limitations under the License. | ||||
|  | ||||
| { ************************************************ | ||||
|   * Asuro | ||||
|   * Unit: Drivers/ISR46 | ||||
|   * Description: Primary ATA IRQ | ||||
|   ************************************************ | ||||
|   * Author: Aaron Hance | ||||
|   * Contributors:  | ||||
|   ************************************************ } | ||||
|  | ||||
| {  | ||||
| 	Drivers->Storage->ATA_ISR - Primary ATA IRQ. | ||||
| 	 | ||||
| 	@author(Aaron Hance <ah@aaronhance.me>) | ||||
| } | ||||
| unit ATA_ISR; | ||||
|  | ||||
| interface | ||||
|   | ||||
| @@ -12,16 +12,11 @@ | ||||
| //  See the License for the specific language governing permissions and | ||||
| //  limitations under the License. | ||||
|  | ||||
| { ************************************************ | ||||
|   * Asuro | ||||
|   * Unit: Drivers/storage/asfs | ||||
|   * Description: asfs file system driver | ||||
|   *  | ||||
|   ************************************************ | ||||
|   * Author: Aaron Hance | ||||
|   * Contributors:  | ||||
|   ************************************************ } | ||||
|  | ||||
| {  | ||||
| 	Drivers->Storage->ASFS - Asuro Filesystem Driver. | ||||
| 	 | ||||
| 	@author(Aaron Hance <ah@aaronhance.me>) | ||||
| } | ||||
| unit asfs; | ||||
|  | ||||
| interface | ||||
|   | ||||
| @@ -12,6 +12,11 @@ | ||||
| //  See the License for the specific language governing permissions and | ||||
| //  limitations under the License. | ||||
|  | ||||
| {  | ||||
| 	ProgManager - Central initialization for terminal registered, baked-in programs. | ||||
| 	 | ||||
| 	@author(Kieron Morris <kjm@kieronmorris.me>) | ||||
| } | ||||
| unit progmanager; | ||||
|  | ||||
| interface | ||||
| @@ -23,6 +28,7 @@ uses | ||||
|     edit, netlog, themer, | ||||
|     memview, udpcat, dhclient, vbeinfo; | ||||
|  | ||||
| { Initialize all baked-in programs } | ||||
| procedure init(); | ||||
|  | ||||
| implementation | ||||
|   | ||||
		Reference in New Issue
	
	Block a user