NetBSD/sys/lkm/TODO

18 lines
636 B
Plaintext

$NetBSD: TODO,v 1.3 2000/11/30 16:01:44 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 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 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...]