高级检索

    基于Mach微核心的文件服务器

    A File Server on Mach Microkernel

    • 摘要: 本文的主要工作是在微核心之上开发一个UNIX文件服务器(FileServer)。传统文件系统中,文件系统是核心的一个当然组成部分,但在微核心结构中,文件服务器与其它服务器一样只是作为用户层的一个服务器,文件服务器发布自己的服务端口,接受其他部分的消息请求提供文件访问。

       

      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.

       

    /

    返回文章
    返回