Skip to main content

Module limine

Module limine 

Source
Expand description

Limine boot-protocol entry point Limine Boot Protocol entry point

This module handles the kernel entry from the Limine bootloader. Limine loads us directly in 64-bit long mode with paging enabled.

Functions§

console_admin_module
Return the console-admin module (addr, size) if present.
dhcp_client_module
Return the dhcp-client module (addr, size) if present.
fs_ext4_module
Return the fs-ext4 module (addr, size) if present.
hello_wasm_module
Return the hello.wasm module (addr, size) if present.
init_module
Return the init module (addr, size) if present.
kmain
Kernel entry point called by Limine
ping_module
Return the ping module (addr, size) if present.
strate_bus_module
Return the strate-bus module (addr, size) if present.
strate_fs_ramfs_module
Return the strate-fs-ramfs module (addr, size) if present.
strate_net_module
Return the strate-net module (addr, size) if present.
strate_wasm_module
Return the strate-wasm module (addr, size) if present.
strate_webrtc_module
Return the strate-webrtc module (addr, size) if present.
telnetd_module
Return the telnetd module (addr, size) if present.
test_mem_module
Return the test_mem module (addr, size) if present.
test_mem_stressed_module
Return the test_mem_stressed module (addr, size) if present.
test_syscalls_module
Return the test_syscalls module (addr, size) if present.
udp_tool_module
Return the udp-tool module (addr, size) if present.
wasm_test_toml_module
Return the wasm-test.toml module (addr, size) if present.