minix/drivers/memory
Ben Gras f08f2bd88c new free_contig() and changes to make drivers use it; so now we
have malloc/free, alloc_contig/free_contig and mmap/munmap nicely
paired up.

memory uses malloc/free instead of mmap/munmap as it doesn't have
to be contiguous for the ramdisks (and it might help if it doesn't!).
2010-02-10 13:56:26 +00:00
..
ramdisk Rewrite some functions to ANSI style. 2010-01-27 10:19:13 +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 General cleanup: 2010-01-05 19:39:27 +00:00
memory.c new free_contig() and changes to make drivers use it; so now we 2010-02-10 13:56:26 +00:00