mmap block devices

Mike Kilburn (mike@conexio.co.za)
Sat, 20 Dec 1997 11:31:03 +0200 (SAT)


How does one mmap a block device (/dev/fd0 for example)? None of the
block device drivers implement the mmap function so it seems you have to build
a filesystem and then mmap a file. Is there a way around this?