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

Memory mapping for kernel and user space #14

Closed
Lowentwickler opened this issue May 9, 2020 · 0 comments · Fixed by #17
Closed

Memory mapping for kernel and user space #14

Lowentwickler opened this issue May 9, 2020 · 0 comments · Fixed by #17
Assignees
Labels
feature New feature or request

Comments

@Lowentwickler
Copy link
Member

To complete issue #3 and #4 it is necessary to have possibility to map new pages on the fly.

For user-space tasks allocation of the whole translation tables chain is required.

@Lowentwickler Lowentwickler added the feature New feature or request label May 9, 2020
@Lowentwickler Lowentwickler added this to the Kernel Prototype milestone May 9, 2020
@Lowentwickler Lowentwickler self-assigned this May 9, 2020
Lowentwickler added a commit that referenced this issue May 27, 2020
* Add virtual memory mapping and management (closes #14)
* Add board abstraction (closes #16)
* Improve loggging system (closes #10)
* Add heap and memory allocator
* Map peripherals specificaly to board (closes #15)
* Add scheduler and context switching
* Rework Kernel boot procedure
Lowentwickler added a commit that referenced this issue May 27, 2020
* Add virtual memory mapping and management (closes #14)
* Add board abstraction (closes #16)
* Improve loggging system (closes #10)
* Add heap and memory allocator
* Map peripherals specificaly to board (closes #15)
* Add scheduler and context switching (closes #3)
* Rework Kernel boot procedure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant