Experimental implementation of map & write.

Data is still dummy.
Not even compiled.
	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-01 16:50:25 +09:00
parent 83ced89fa3
commit 53a80e0720
4 changed files with 42 additions and 5 deletions

View File

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