|
nckernel
0.1
|
VMA 가 Enable 된 이후에 사용 가능한 전역 변수임 More...

Public Types | |
| enum | { STREAM = 0x00, BUFFER = 0x01 } |
Data Fields | |
| char | attribute |
| unsigned char | auto_scroll |
| uint32_t * | bitmap |
| uint32_t | bitmap_sz |
| void * | initm_pma |
| void * | initm_vma |
| union { | |
| struct { | |
| int idx | |
| char * ptr | |
| size_t sz | |
| } buffer | |
| FILE * stream | |
| } | out |
| enum info:: { ... } | type |
| char * | video |
| uint32_t | vma_end |
| uint32_t | vma_start |
VMA 가 Enable 된 이후에 사용 가능한 전역 변수임
Definition at line 37 of file keyboard.c.
| char attribute |
Definition at line 29 of file video.c.
Referenced by video_open(), and video_write().
| unsigned char auto_scroll |
Definition at line 28 of file video.c.
Referenced by video_open(), and video_write().
| uint32_t* bitmap |
Definition at line 26 of file onetime_map.c.
Referenced by onetime_map(), onetime_map_init(), and onetime_unmap().
| uint32_t bitmap_sz |
Definition at line 27 of file onetime_map.c.
Referenced by onetime_map(), and onetime_map_init().
| struct { ... } buffer |
Referenced by keyboard_read(), and vsnprintf().
| void* initm_pma |
Definition at line 21 of file initm.c.
Referenced by initm_find_vma(), initm_pma(), and initm_set_pma().
| void* initm_vma |
Definition at line 22 of file initm.c.
Referenced by initm_set_vma(), and initm_vma().
| union { ... } out |
Referenced by vfprintf(), and vsnprintf().
| FILE* stream |
Definition at line 20 of file stdarg.c.
Referenced by vfprintf().
| enum { ... } type |
Referenced by vfprintf(), and vsnprintf().
| char* video |
Definition at line 27 of file video.c.
Referenced by video_open(), video_read(), and video_write().
| uint32_t vma_end |
Definition at line 24 of file onetime_map.c.
Referenced by onetime_map_init(), and onetime_unmap().
| uint32_t vma_start |
Definition at line 23 of file onetime_map.c.
Referenced by onetime_map_init(), and onetime_unmap().
1.8.4