看板 DFBSD_commit 關於我們 聯絡資訊
commit d63ed24bcb7b9c0549c56ca5cb07632d1fece7c4 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Thu Apr 7 12:04:40 2011 -0700 vkernel64 - Push some non-working (as yet) shims for module loading * Push some shims for module loading in vkernel64's to control the load address. These currently do not work, probably due to other symbol/dlsym issues. The default kmem area is way outside the 32-bit rel relocation range for the kernel binary proper so modules can't be loaded into that area. * Currently non-working. Summary of changes: sys/kern/link_elf_obj.c | 20 ++++++++++++++++++-- sys/platform/vkernel64/conf/files | 1 + sys/vm/vm_map.h | 4 ++++ 3 files changed, 23 insertions(+), 2 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/d63ed24bcb7b9c0549c56ca5cb07632d1fece7c4 -- DragonFly BSD source repository