xref: /csrg-svn/share/doc/papers/memfs/0.t (revision 40918)
@(#)0.t 1.2 (Copyright 1990 M. K. McKusick) 90/04/13
.nr PO 1.25i .nr Fn 0 1 .KF

1 Figure \\n(Fn - \\$1. .. \\s-1\\$1\\s+1\\$2 .. \fI\\$1\\$2 .. \fI\\$1\^(\^)\\$2 .. \fB\\$1\\$2 ..

A Pageable Memory Based File System .AU Marshall Kirk McKusick .AU Michael J. Karels .AU Keith Bostic .AI Computer Systems Research Group Computer Science Division Department of Electrical Engineering and Computer Science University of California, Berkeley Berkeley, California 94720 email: mckusick@cs.Berkeley.EDU telephone: 415-642-4948 .AB This paper describes the motivation for a memory-based filesystem. It compares the techniques used to implement them and describes the drawbacks of using dedicated memory to support such filesystems. To avoid the drawbacks of using dedicated memory, it tells how to build a simple memory-based filesystem in pageable memory. It details the performance characteristics of this filesystem and concludes with areas for future work. .AE