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

[mm] Memory System Kernel Calls #84

Closed
ppenna opened this issue Feb 1, 2019 · 1 comment
Closed

[mm] Memory System Kernel Calls #84

ppenna opened this issue Feb 1, 2019 · 1 comment
Labels
feature New Feature Request invalid This Doesn't Seem Right

Comments

@ppenna
Copy link
Contributor

ppenna commented Feb 1, 2019

Description

The following interface should be exported by the kernel so as to enable user-level programs to manipulate the memory.

Functions

  • err = pgmap(vaddr, mode): maps a page into memory
  • err = pgunmap(vaddr): unmaps a page from memory
  • err = pgctl(vaddr, mode): changes features of a page
@ppenna ppenna added the feature New Feature Request label Feb 1, 2019
@ppenna ppenna added this to the Microkernel 1.0 Release milestone Feb 1, 2019
@ppenna ppenna self-assigned this Feb 1, 2019
@ppenna ppenna changed the title Memory System Kernel Calls [mm] Memory System Kernel Calls Feb 7, 2019
@ppenna ppenna changed the title [mm] Memory System Kernel Calls [mem] Memory System Kernel Calls Feb 7, 2019
@ppenna ppenna removed their assignment Feb 7, 2019
@ppenna ppenna changed the title [mem] Memory System Kernel Calls [kcalls] Memory System Kernel Calls Feb 25, 2019
@ppenna ppenna changed the title [kcalls] Memory System Kernel Calls [kcall] Memory System Kernel Calls May 23, 2019
@ppenna ppenna changed the title [kcall] Memory System Kernel Calls [mm] Memory System Kernel Calls Aug 30, 2019
@ppenna ppenna modified the milestone: Microkernel 1.0 Alpha Release Jun 4, 2020
@ppenna ppenna added the invalid This Doesn't Seem Right label Jul 29, 2023
@ppenna
Copy link
Contributor Author

ppenna commented Jul 29, 2023

Closing this issue because the source tree was reset and it may now be invalid.

@ppenna ppenna closed this as completed Jul 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New Feature Request invalid This Doesn't Seem Right
Projects
None yet
Development

No branches or pull requests

1 participant