tommyschnabel / JavaOS

Operating Systems class project
4 stars 0 forks source link

Memory not segmented like mentioned in class. ( Priority = Low ) #1

Open Calvinnix opened 8 years ago

Calvinnix commented 8 years ago

Currently the memory isn't setup like the way he mentioned in class where we could have pages on the disk and frames for the memory. However, I'm not too sure how crucial this is for our project. All the information to fetch and decode is readily available in the ProcessControlBlock.

There are many functions that iterate through this array that would be changed so I'm not too sure if it is worth it to make this adjustment.

Calvinnix commented 8 years ago

Note for myself. The memory needs to be broken down by 4 words per page/frame.

Calvinnix commented 8 years ago

Note for myself. The long term scheduler initially pulls in frames. The 17th word will have to wait.