Added some comments
This commit is contained in:
parent
b5f619dadd
commit
58724710d1
2 changed files with 11 additions and 2 deletions
|
@ -3,6 +3,12 @@
|
||||||
See the copyright notice in the ACK home directory, in the file "Copyright".
|
See the copyright notice in the ACK home directory, in the file "Copyright".
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
|
Module: initialization and some global vars
|
||||||
|
Author: Ceriel J.H. Jacobs
|
||||||
|
Version: $Header$
|
||||||
|
*/
|
||||||
|
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
#include <em_abs.h>
|
#include <em_abs.h>
|
||||||
#include <m2_traps.h>
|
#include <m2_traps.h>
|
||||||
|
|
|
@ -3,8 +3,11 @@
|
||||||
See the copyright notice in the ACK home directory, in the file "Copyright".
|
See the copyright notice in the ACK home directory, in the file "Copyright".
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* Mapping of Unix signals to EM traps;
|
/*
|
||||||
Use this only when you don't use the MON instruction
|
Module: Mapping of Unix signals to EM traps
|
||||||
|
(only when not using the MON instruction)
|
||||||
|
Author: Ceriel J.H. Jacobs
|
||||||
|
Version: $Header$
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef int22
|
#ifndef int22
|
||||||
|
|
Loading…
Add table
Reference in a new issue