Module Name: src Committed By: pooka Date: Sun Jan 31 00:38:36 UTC 2010
Modified Files: src/sys/rump: Makefile.rump Log Message: Make (no pun intended) it possible to perform component symbol protection from a shell prompt with the command line: make -f /sys/rump/Makefile RUMP_SYMREN=module.kobj This is benefitial especially on i386, where rump ABI matches the kernel ABI (sans the renaming isolation). In the above example module.kobj can then be loaded in a rump kernel either statically at link-time simply by giving module.kobj as an object to the linker, or dynamically at runtime by calling rump_sys_modctl(MODCTL_LOAD). To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/sys/rump/Makefile.rump Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.