updated to Minix 1.3 version

This commit is contained in:
ceriel
1989-11-03 12:57:25 +00:00
parent 0928518b8d
commit f83c2ba230
10 changed files with 224 additions and 78 deletions

View File

@@ -1,4 +1,4 @@
#define NCALLS 69 /* number of system calls allowed */
#define NCALLS 70 /* number of system calls allowed */
#define EXIT 1
#define FORK 2
@@ -48,3 +48,6 @@
#define BRK2 66 /* to MM: used to say how big FS & INIT are */
#define REVIVE 67 /* to FS: revive a sleeping process */
#define TASK_REPLY 68 /* to FS: reply code from tty task */
/* The following IS a system call for amoeba transactions */
#define AM_SYSCALL 69