Source-Changes-HG archive

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

[src/trunk]: src/sys/lkm binary emulations are now loadable, the necessary fr...



details:   https://anonhg.NetBSD.org/src/rev/f6d1dcbf6455
branches:  trunk
changeset: 500248:f6d1dcbf6455
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Fri Dec 08 23:08:35 2000 +0000

description:
binary emulations are now loadable, the necessary framework changes are
all there; what is needed now is to ensure the LKMs work on other
ports - this may need changes to MD or sys/compat/* code

diffstat:

 sys/lkm/TODO |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (23 lines):

diff -r 8b4a7b78e81a -r f6d1dcbf6455 sys/lkm/TODO
--- a/sys/lkm/TODO      Fri Dec 08 23:06:34 2000 +0000
+++ b/sys/lkm/TODO      Fri Dec 08 23:08:35 2000 +0000
@@ -1,4 +1,4 @@
-$NetBSD: TODO,v 1.3 2000/11/30 16:01:44 jdolecek Exp $
+$NetBSD: TODO,v 1.4 2000/12/08 23:08:35 jdolecek Exp $
 
 Always a lot to do.  :)
 
@@ -6,9 +6,10 @@
    dma, probing, attaching, etc.  Then start adding some of those to the
    lkm tree.
 
-o  Figgure out if binary emulation (freebsd, linux, ultrix, etc) can be
-   made loadable or not.  [They can be.  I have some kernel mods which
-   will make freebsd and linux loadable at least]
+o  Test compat and exec modules on more platforms, make necessary MD
+   changes to sys/arch/ or sys/compat/ code to make those modules actually
+   usable.
+   Currently, only Linux/ELF on i386 is easily loadable.
 
 o  decide if it is even useful to make ffs into a loadable module.
    [for diskless boots, sure, why not]



Home | Main Index | Thread Index | Old Index