System-Dependent Module
Role in the System
This module contains routines used by the operating system which avoids calling UNIX-specific library functions. This is done so that NACHOS can be ported across different versions of UNIX, MSDOS, and MacIntosh. The files here are sysdep.h and sysdep.cc which are internal to the system emulation.