 pag

*
* Character Type Device Table
*
* The character device table holds entries for the
* device specific routines for each device type.
* There is a separate table for block type devices.
*

* struct chrtab

 base 0

devopn rmb 2 device open routine
devcls rmb 2 device close routine
devrd rmb 2 device read routine
devwr rmb 2 device write routine
devspc rmb 2 special device routine

DEVSIZ equ *
