Home About us GitHub Contact us Docs

FoxOS

Welcome to the FoxOS website!

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:

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:

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