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
Limine modules
-
- Member
- Posts: 184
- Joined: Tue Aug 26, 2008 11:24 am
- GitHub: https://github.com/sebihepp
Re: Limine modules
You can use the limine module request and either specify modules in the limine config file or use internal modules in the request
Re: Limine modules
Thanks for your reply.