mtfuller / os-team-project

This is the main repository for the OS Team Project for CS 3502.
0 stars 0 forks source link

Loader Module #3

Closed mtfuller closed 8 years ago

mtfuller commented 8 years ago

Loader Module

Objective

Create a module that will be used to read a file ("program-file") in the project, and load program/data sections into the Memory System's Disk as well as create a number of PCBs in the OS Module.

Requirements

ghost commented 8 years ago

I believe this Module is now complete - the Program-File is written to a long[] Disk object, and PCBs are successfully created, which currently reside in the Kernel class.