e73ffdda13
that while modstat and modunload and builtin modules work exactly the same as in the host case, modload loads file system kernel modules from the rump kernel namespace. By default, archs which have rump support for the kernel kernel ABI have the host module directory mapped into the rump kernel namespace at the same location (/stand/...). Therefore, if the *host* module directory is populated, "rump.modload foo" will work as expected. Otherwise, RUMP_MODULEBASE can be used to point to the module directory. |
||
---|---|---|
.. | ||
main.c | ||
Makefile | ||
modunload_hostops.c | ||
modunload_rumpops.c | ||
modunload.8 | ||
prog_ops.h |