blob: b06aa267780b2694d36e776fc896a1ce228919c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
$NetBSD: TODO,v 1.8 2003/05/03 18:11:43 wiz 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.
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...]
|