mtfuller / os-team-project

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

Loader #13

Closed ghost closed 8 years ago

ghost commented 8 years ago

This meshes with William's Disk.java class - the Loader converts each line in the Program-File.txt from String to long and stores it on the Disk. Also, PCBs are created that hold each PCB's Disk beginning and ending addresses, etc. The PCBs are currently stored in the Kernel class (separate branch).