-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
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.