manio

Chinese Version
Archive for February, 2012

How to Add New System Calls to Minix 3.1.8

02.02.2012 · Posted in Computer Science, System

There are some tutorials on the Internet. However, they are not up-to-date. Currently Minix has the latest version 3.1.8. It has some changes, say a virtual file system. So a  newer tutorial is necessary. This article also includes a part for adding system calls to servers that are not visible to users. For example, users ...