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
{{ message }}
This repository was archived by the owner on Sep 6, 2023. It is now read-only.
So we already have a pretty great, basic physical memory manager, but we'll need much more flexibility to continue with scheduling and getting a user space. For this reason I'm opening this issue as a tracking issue for the virtual memory manager, and I'll update it as different features are implemented. We already have some basic features implemented (stack allocation from BlogOS, for example) but these are quite limited (no deallocation, constant size, no growing stacks, etc).
Overview
So we already have a pretty great, basic physical memory manager, but we'll need much more flexibility to continue with scheduling and getting a user space. For this reason I'm opening this issue as a tracking issue for the virtual memory manager, and I'll update it as different features are implemented. We already have some basic features implemented (stack allocation from BlogOS, for example) but these are quite limited (no deallocation, constant size, no growing stacks, etc).
Features