nckernel  0.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
crt0.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  env_t
 환경 변수 값들을 파싱한 결과를 담은 구조체 More...
 

Macros

#define ENV_SZ_IDX   10
 
#define HEAP_SZ_IDX   7
 
#define INITM_IDX   8
 
#define INITM_SZ_IDX   12
 
#define KERNEL_SZ_IDX   9
 
#define KPMA_IDX   15
 
#define KVMA_IDX   6
 
#define MAX_IDX   32
 
#define MAX_MRD   3
 
#define MAX_MRD   3
 
#define MEMBASE_IDX   3
 
#define MEMCNT_IDX   5
 
#define MEMSIZE_IDX   4
 
#define STACK_SZ_IDX   14
 
#define STDERR_IDX   2
 
#define STDIN_IDX   0
 
#define STDOUT_IDX   1
 
#define TCB_IDX   13
 
#define TCB_SZ_IDX   11
 

Functions

int main (int argc, char *argv[], char *envp[])
 main 함수 More...