Limine modules

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
MikyBart
Posts: 14
Joined: Tue Sep 03, 2024 9:21 am
Libera.chat IRC: MikyBart

Limine modules

Post by MikyBart »

Hi all.
Does anyone know how to add executables to the kernel loaded with Limine?
I would like to load some modules that I need to set up drivers (virtual file system etc.).
I am interested in making a microkernel.

Thank you
sebihepp
Member
Member
Posts: 184
Joined: Tue Aug 26, 2008 11:24 am
GitHub: https://github.com/sebihepp

Re: Limine modules

Post by sebihepp »

You can use the limine module request and either specify modules in the limine config file or use internal modules in the request
MikyBart
Posts: 14
Joined: Tue Sep 03, 2024 9:21 am
Libera.chat IRC: MikyBart

Re: Limine modules

Post by MikyBart »

Thanks for your reply.
Post Reply