NetBSD/sys/lkm/TODO
jdolecek 6e8525076c 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
2000-12-08 23:08:35 +00:00

19 lines
655 B
Plaintext

$NetBSD: TODO,v 1.4 2000/12/08 23:08:35 jdolecek Exp $
Always a lot to do. :)
o Learn how loadable devices can configure themselves, like the interrupt,
dma, probing, attaching, etc. Then start adding some of those to the
lkm tree.
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]
o what about nfs? Server and client should both be loadable I suppose.
[good luck...]