Narasimha1997 / MarvinOS

A hobby Operating System developed from scratch using C/C++ and assembly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for boot-time modules loading

Narasimha1997 opened this issue · comments

GRUB provides an interface to add up boot-time module loading. We can build independent binaries add link them with kernel during boot. GRUB provides address of these modules in its boot-structure which can be used by kernel to invoke module's functions.