Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvement for memory management #121

Open
MinusPL opened this issue Apr 27, 2022 · 0 comments
Open

Improvement for memory management #121

MinusPL opened this issue Apr 27, 2022 · 0 comments
Labels
enhancement New feature or request question Further information is requested

Comments

@MinusPL
Copy link
Collaborator

MinusPL commented Apr 27, 2022

Currently MicrOS maps whole 4 MB of page directory for given process when there is more memory required, that means we're wasting alot of memory for slightly faster and maybe a little bit simpler mechanism of memory mapping and pagination.
To get memory back we should consider refactoring that part of OS to properly map 4 KB pages, which will allow launching OS properly on low memory systems (like 486 with 32 MB of ram).

@MinusPL MinusPL added enhancement New feature or request question Further information is requested labels Apr 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant