git: vkernel64 - Push some non-working (as yet) shims for module

看板DFBSD_commit作者時間14年前 (2011/05/17 07:32), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
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
文章代碼(AID): #1DqRG7CR (DFBSD_commit)