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

4 KB 크기의 범위 안에서 tail_info 의 남는 메모리 공간을 시스템 초기화에 사용하기로 한다. 마땅히, 시스템 초기화 정보를 저장할 곳을 정하기 애매하고, 또, tail info 의 남는 공간은 낭비 되기 때문에 사용하기로 한다. More...

Collaboration diagram for tail_info:
Collaboration graph
[legend]

Data Fields

char * data
 
size_t free_sz
 
struct head_infohead
 
size_t nr_of_chunks
 
size_t sz
 

Detailed Description

4 KB 크기의 범위 안에서 tail_info 의 남는 메모리 공간을 시스템 초기화에 사용하기로 한다. 마땅히, 시스템 초기화 정보를 저장할 곳을 정하기 애매하고, 또, tail info 의 남는 공간은 낭비 되기 때문에 사용하기로 한다.

Reverse'd physical address table 의 시작 주소를 가진다.

Definition at line 65 of file initm.c.

Field Documentation

char* data

Definition at line 69 of file initm.c.

Referenced by initm_alloc(), initm_free(), initm_init(), and initm_update_for_vma().

size_t free_sz

Definition at line 67 of file initm.c.

Referenced by initm_alloc(), initm_free(), initm_free_size(), and initm_init().

struct head_info* head

Definition at line 70 of file initm.c.

Referenced by initm_init(), and initm_update_for_vma().

size_t nr_of_chunks

Definition at line 68 of file initm.c.

Referenced by initm_alloc(), and initm_init().

size_t sz

Definition at line 66 of file initm.c.

Referenced by initm_init(), and initm_size().


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