Target での実装 dcons: Dumb CONole driver カーネルに実装 超単純なコンソールドライバ. input と output buffer を確保して, 書いて読む(polling)だけ. 管理情報としては, buffer 内の pointer と ring buffer の generation 2 port (console, gdb) 分, 計4個の buffer busdma で I/O 空間へマップ. console ドライバの初期化は boot process の頭で行なわれる。 - malloc/contigmalloc がまだ使えない. - 実は buffer の確保が最大の難関 dcons 自体は, FireWire 非依存.