ncloader  0.1
 모두 데이타 구조 파일들 함수 변수 타입정의 열거형 타입 열거형 멤버 매크로 그룹들 페이지들
memmap 구조체 참조

This structure has to be shared with nckernel. 더 자세히 ...

#include <arch.h>

데이타 필드

unsigned long tcb_size
 
unsigned long env_size
 
unsigned long kernel_size
 
unsigned long initm_size
 
unsigned long heap_size
 
unsigned long stack_size
 
char * tcb
 
char * env
 
char * kernel
 
char * initm
 

상세한 설명

This structure has to be shared with nckernel.

필드 문서화

char* memmap::env

Environment block

unsigned long memmap::env_size

Size of ENV block

unsigned long memmap::heap_size

Size of the heap

char* memmap::initm

INITM block

unsigned long memmap::initm_size

Size of INITM

char* memmap::kernel

Kernel region

unsigned long memmap::kernel_size

Size of Kernel

unsigned long memmap::stack_size

Size of the stack

char* memmap::tcb

Thread control block

unsigned long memmap::tcb_size

Size of TCB


이 구조체에 대한 문서화 페이지는 다음의 파일로부터 생성되었습니다.: