Fixed some system call checks;

Added SYS_PHYSVCOPY system call;
Fixed IRQ hooks dump in IS server;
This commit is contained in:
Jorrit Herder
2005-05-10 11:06:24 +00:00
parent 96e9faf535
commit ab39ce451b
30 changed files with 43 additions and 1316 deletions

View File

@@ -159,6 +159,7 @@ PRIVATE void initialize(void)
map(SYS_VIRCOPY, do_vircopy); /* use pure virtual addressing */
map(SYS_PHYSCOPY, do_physcopy); /* use physical addressing */
map(SYS_VIRVCOPY, do_virvcopy); /* vector with copy requests */
map(SYS_PHYSVCOPY, do_physvcopy); /* vector with copy requests */
/* Miscellaneous. */
map(SYS_ABORT, do_abort); /* abort MINIX */