minix/drivers/memory
Philip Homburg e9aabcf2f8 Disabled building rescue driver (no longer needed). Moved allocmem from
library to the memory driver. Always put output from within TTY directly on
the console. Removed second include of driver.h from tty.c. Made tty_inrepcode
bigger. First step to move PM and FS calls that are not regular (API)
system calls out of callnr.h (renumbered them, and removed them from the
table.c files). Imported the Minix-vmd uname implementation. This provides
a more stable ABI than the current implementation. Added a bit of security
checking. Unfortunately not nearly enough to get a secure system. Fixed a
bug related to the sizes of the programs in the image (in PM patch_mem_chunks).
2006-05-19 12:19:37 +00:00
..
ramdisk Pass -c flags to service for disk device drivers. 2006-05-11 14:53:20 +00:00
allocmem.c Disabled building rescue driver (no longer needed). Moved allocmem from 2006-05-19 12:19:37 +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
imgrd_s.s Use assembler instead of C for the ramdisk. The assembler requires less 2006-03-15 14:28:05 +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 Disabled building rescue driver (no longer needed). Moved allocmem from 2006-05-19 12:19:37 +00:00
memory.c debug msg 2006-03-13 15:41:07 +00:00