DragonFly BSD
DragonFly commits List (threaded) for 2011-04
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

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


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 7 Apr 2011 12:06:19 -0700 (PDT)

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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]