Expand description
the purpose of this crate is to invoke kernel routines
Structs§
- Process
- Process struct acessible other crates within kernel module. This struct have two fields (command , args).
Enums§
- Kernellevel
- Kernellevel enumerate kernel level. i.e read, write etc.
Functions§
- new
- new function takes two parameters as string and return struct. The purpose is to interact structs fields directly.