minix/drivers/memory
Ben Gras 63a271200e Make /dev/c1* device nodes on disk and on the boot ramdisk.
. include c1* nodes in std in MAKEDEV
 . this requires a slightly larger shell
 . this requires a larger blocksize on the boot ramdisk (to fit
   /dev/ in direct blocks for mkfs with a proto file)
 . also more inodes and kB's on the boot ramdisk
2007-02-08 13:51:35 +00:00
..
ramdisk Make /dev/c1* device nodes on disk and on the boot ramdisk. 2007-02-08 13:51:35 +00:00
allocmem.c Disabled building rescue driver (no longer needed). Moved allocmem from 2006-05-19 12:19:37 +00:00
imgrd_s.s Use assembler instead of C for the ramdisk. The assembler requires less 2006-03-15 14:28:05 +00:00
imgrd.c Initial root filesystem is now on a ramdisk that is part of the image. 2006-02-15 11:18:21 +00:00
local.h Initial root filesystem is now on a ramdisk that is part of the image. 2006-02-15 11:18:21 +00:00
Makefile use servers/inet/mq.[ch] to queue messages using mq_queue() in 2007-01-12 13:33:12 +00:00
memory.c Retired DEV_{READ,WRITE,GATHER,SCATTER,IOCTL} (safe versions *_S are to 2007-02-07 16:22:19 +00:00