Reorganized system call library; uses separate file per call now.
New configuration header file to include/ exclude functionality. Extracted privileged features from struct proc and create new struct priv. Renamed various system calls for readability.
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
/* This file contains a simple exception handler. Exceptions in user
|
||||
* processes are converted to signals. Exceptions in the kernel, MM and
|
||||
* FS cause a panic.
|
||||
* processes are converted to signals. Exceptions in a kernel task cause
|
||||
* a panic.
|
||||
*/
|
||||
|
||||
#include "kernel.h"
|
||||
#include <signal.h>
|
||||
#include "proc.h"
|
||||
#include "debug.h"
|
||||
|
||||
/*==========================================================================*
|
||||
* exception *
|
||||
|
||||
Reference in New Issue
Block a user