diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-06-14 17:50:59 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-06-14 17:50:59 +0000 |
commit | 85601ce75a6567d8221f194af35f0063d14a4336 (patch) | |
tree | c2fd9729dd7c44d70647ec550e9f96a24e2daa56 | |
parent | 2936af972ca95dc27617f74e8fe67dcc58affc87 (diff) |
Initial revision
-rw-r--r-- | hurd/subsystems | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/hurd/subsystems b/hurd/subsystems new file mode 100644 index 00000000..36beb2f1 --- /dev/null +++ b/hurd/subsystems @@ -0,0 +1,20 @@ +These are the base MiG code numbers for each subsystem in the GNU Hurd. +Each subsystem takes 200 in space. + +FS 20000 Filesystem nodes +IO 21000 Generic IO +FSYS 22000 Filesystem control operations +MSG 23000 Calls made on process message ports +PROCESS 24000 Process abstraction +AUTH 25000 Authentication +SOCKET 26000 Sockets +NEWTERM 27000 Creation of terminal processing thingies +TERM 28000 Terminal-specific operations +STARTUP 29000 System initialization and destruction +EXEC 30000 Process execution +BOOT 31000 Bootstrapping +CORE 32000 Core dumping +INTR 33000 Interruption +IFSOCK 34000 S_IFSOCK node protocol for AF_LOCAL rendezvous +TAPE 35000 Special control operations for magtapes +TIOCTL 156000 Ioctl class 't' |