You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rework the memory-management because currently it's only using one segment of RAM and it's highly ineffective.
Also, it would be a great idea to actually implement logical paging.
There have been some cases where there simply was not enough ram when only using one segment.
Maybe we should even implement some sort of ram-"partitioning" so we can implement multiple types of paging.
The text was updated successfully, but these errors were encountered:
Rework the memory-management because currently it's only using one segment of RAM and it's highly ineffective.
Also, it would be a great idea to actually implement logical paging.
There have been some cases where there simply was not enough ram when only using one segment.
Maybe we should even implement some sort of ram-"partitioning" so we can implement multiple types of paging.
The text was updated successfully, but these errors were encountered: