|
ncloader
0.1
|
#include <slibc.h>#include <sys/types.h>#include <stdio.h>#include <stddef.h>#include <stdlib.h>#include <fcntl.h>#include <unistd.h>#include <errno.h>#include <elf.h>#include <elf0.h>#include <arch.h>#include <interrupt.h>
elf.c에 대한 include 의존 그래프매크로 | |
| #define | FIX_ALIGN(ptr) |
타입정의 | |
| typedef void(* | exec_entry )(char *args, char *envs) |
함수 | |
| int | exec_elf_kernel (char *path) |