nckernel  0.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
env_t Struct Reference

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

#include <crt0.h>

Data Fields

const char * dev_stderr
 
const char * dev_stdin
 
const char * dev_stdout
 
char * envp [MAX_IDX]
 
unsigned long kvma
 
int membase [MAX_MRD]
 
int memcnt
 
int memsize [MAX_MRD]
 

Detailed Description

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

Definition at line 39 of file crt0.h.

Field Documentation

const char* dev_stderr

표준 에러 장치 경로

Definition at line 42 of file crt0.h.

const char* dev_stdin

표준 입력 장치 경로

Definition at line 40 of file crt0.h.

const char* dev_stdout

표준 출력 장치 경로

Definition at line 41 of file crt0.h.

char* envp[MAX_IDX]

환경 변수 "이름=값" 문자열을 가진 배열

Definition at line 46 of file crt0.h.

unsigned long kvma

커널이 시작 되는 가상 메모리 주소

Definition at line 47 of file crt0.h.

Referenced by _start().

int membase[MAX_MRD]

메모리 정보 시작 주소 배열

Definition at line 43 of file crt0.h.

int memcnt

총 메모리 정보의 개수

Definition at line 45 of file crt0.h.

int memsize[MAX_MRD]

메모리 정보 크기 배열

Definition at line 44 of file crt0.h.


The documentation for this struct was generated from the following file: