*
* root -- root disk psuedo-driver
*

%DRIVER

Type:		block character		# driver type:  block, character, stream
Prefix:		root			# prefix added to functions
Funcs:		open close read write ioctl strategy print start # functions
Major:		0
Multiproc:	open close read write ioctl strategy print start
Options:	required
