Working code for infrastructure.

modified:   executer/kernel/mcctrl.h
	modified:   executer/kernel/syscall.c
	modified:   kernel/include/syscall.h
	modified:   kernel/mem.c
This commit is contained in:
Naoki Hamada
2014-07-02 12:39:08 +09:00
parent b3c7676425
commit 4f1b3f22ef
4 changed files with 80 additions and 58 deletions

View File

@@ -54,10 +54,11 @@
#define DO_USER_MODE
#define __NR_coredump 999
struct coretable {
int len;
void *addr;
}
};
struct ikc_scd_packet {
int msg;