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

InitRD & KMod syscalls #24

Open
8 tasks
vercas opened this issue Sep 18, 2016 · 0 comments
Open
8 tasks

InitRD & KMod syscalls #24

vercas opened this issue Sep 18, 2016 · 0 comments
Assignees
Labels

Comments

@vercas
Copy link
Owner

vercas commented Sep 18, 2016

A set of syscalls is required to allow the initialization application to inspect the InitRD, and to deal with kernel modules.

  • InitRdList - Lists all entries in a directory within the InitRD.
  • InitRdFind - Attempts to get a handle on an item within the InitRD.
  • InitRdGetInfo - Retrieves information about the given InitRD item from its handle.
  • InitRdLoad - Loads the given InitRD item from its handle into the specified chunk of memory.
  • KmodList - Lists loaded kernel modules (as handles).
  • KmodGetInfo - Gets information about the given kernel module by handle.
  • KmodLoad - Loads a given kernel module (from either an InitRD item handle or a chunk of memory), returns handle.
  • KmodUnload - Unloads the given kernel module by handle.
@vercas vercas added the todo label Sep 18, 2016
@vercas vercas self-assigned this Sep 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant