kernel_module_render_status
Signature: void kernel_module_render_status(char* status, uint64_t color)
Description: Renders the status of loading process of a kernel module
Parameters:
char* status
uint64_t color
Return: void
elf::load_kernel_module
Signature: module_t* elf::load_kernel_module(char* path, bool announce)
Description: Loads a kernel module
Parameters:
Return: module_t*
elf::load_kernel_module
Signature: module_t* elf::load_kernel_module(void* module, uint32_t size)
Description: Loads a kernel module
Parameters:
void* module
uint32_t size
Return: module_t*
elf::device_init_all
Signature: void elf::device_init_all()
Description: Calls the device_init function for all modules
Return: void
elf::fs_init_all
Signature: void elf::fs_init_all()
Description: Calls the fs_init function for all modules
Return: void
Show file on GitHub