nckernel  0.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Public Types | Data Fields
info Struct Reference

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

Collaboration diagram for info:
Collaboration graph
[legend]

Public Types

enum  { STREAM = 0x00, BUFFER = 0x01 }
 

Data Fields

char attribute
 
unsigned char auto_scroll
 
uint32_tbitmap
 
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
 

Detailed Description

VMA 가 Enable 된 이후에 사용 가능한 전역 변수임

Definition at line 37 of file keyboard.c.

Member Enumeration Documentation

anonymous enum
Enumerator
STREAM 
BUFFER 

Definition at line 28 of file stdarg.c.

Field Documentation

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().

int idx

Definition at line 24 of file stdarg.c.

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().

char* ptr

Definition at line 22 of file stdarg.c.

FILE* stream

Definition at line 20 of file stdarg.c.

Referenced by vfprintf().

size_t sz

Definition at line 23 of file stdarg.c.

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().


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