V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
爱意满满的作品展示区。
chocovon
V2EX  ›  分享创造

《The UNIX Time-Sharing System》中文翻译

  •  1
     
  •   chocovon · 2021-01-21 15:39:25 +08:00 · 2398 次点击
    这是一个创建于 1162 天前的主题,其中的信息可能已经有所发展或是发生改变。
    https://github.com/chocovon/the-unix-time-sharing-system-chinese

    《 The UNIX Time-Sharing System 》这篇论文之前放收藏夹里一直没看,最近突然翻到了,想直接找篇中文的快速浏览一下,结果发现作为介绍 UNIX 系统的“开山之作”,竟然没有一个像样的中文版翻译。由于看起来篇幅也不是很长,决定自己尝试翻译一下,想着有 DeepL 这样的好工具辅助,应该花不了多长时间。然而之前并没做过类似的工作,动手后才发现遣词造句真是意外地令人纠结,更不用说那些年代久远的专业名词需要逐一考据,还有校对和排版工作……前前后后应该也花了几十个小时了。

    个人认为这篇文章还是值得一看的,不管怎么说,知名的论文毕竟算得上是“一手”知识,严谨性毋庸置疑。而且整篇都是介绍性的,并不涉及理论研究,所以也不像其他大多数论文那样难懂。往细了讲,现代操作系统已经发展成庞然大物,日常使用往往只见树木、不见森林,而理论知识又与实际情况存在一定的隔阂,所以学习理论知识的同时,了解一下这些庞然大物最初的形态也是有帮助的。
    7 条回复    2021-01-23 01:45:33 +08:00
    exhades
        1
    exhades  
       2021-01-21 16:44:27 +08:00
    感谢翻译,感谢分享!
    lasuar
        2
    lasuar  
       2021-01-21 17:06:36 +08:00
    建议添加目录
    MrGoku
        3
    MrGoku  
       2021-01-21 17:08:06 +08:00
    感谢翻译,学习一下
    facelessvoid
        4
    facelessvoid  
       2021-01-21 17:36:53 +08:00
    感谢,正好最近在深入研究这一块
    chocovon
        5
    chocovon  
    OP
       2021-01-21 20:57:49 +08:00
    @lasuar 篇幅本身不大,原文也没有目录……有空再加吧
    missdeer
        6
    missdeer  
       2021-01-22 09:33:10 +08:00
    感谢分享
    Emrys365
        7
    Emrys365  
       2021-01-23 01:45:33 +08:00   ❤️ 1
    手动提取了一下目录:

    The UNIX Time-Sharing System 1
    1. Introduction 1
    2. Hardware and Software Environment 1
    3. The File System 2
    3.1 Ordinary Files 2
    3.2 Directories 2
    3.3 Special Files 3
    3.4 Removable File Systems 3
    3.5 Protection 3
    3.6 i/o Calls 3
    4. Implementation of the File System 4
    4.1 Efficiency of the File System 6
    5. Processes and Images 6
    5.1 Processes 6
    5.2 Pipes 6
    5.3 Execution of Programs 6
    5.4 Process Synchronization 6
    5.5 Termination 6
    6. The Shell 7
    6.1 Standard i/o 7
    6.2 Filters 7
    6.3 Command Separators: Multitasking 8
    6.4 The Shell as a Command: Command files 8
    6.5 Implementation of the Shell 8
    6.6 Initialization 9
    6.7 Other Programs as Shell 9
    7. Traps 9
    8. Perspective 9
    8.1 Influences 10
    9. Statistics 10
    9.1 Overall 11
    9.2 Per day (24-hour day, 7-day week basis) 11
    9.3 Command CPU Usage (cut off at 1%) 11
    9.4 Command Accesses (cut off at 1%) 11
    9.5 Reliability 11
    References 11
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   3976 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 27ms · UTC 10:20 · PVG 18:20 · LAX 03:20 · JFK 06:20
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.