A File Server on Mach Microkernel
-
-
Abstract
This paper explains how to develop a file server combined with an inode pagers.In traditional UNIX, file system is a natural part of the kernel, but in microkernel, it’s a user -level server.The file server releases its service port to users and provides file accesses at request.The interface of file server is defined by a special tool-MIG.
-
-