ncloader  0.1
 모두 데이타 구조 파일들 함수 변수 타입정의 열거형 타입 열거형 멤버 매크로 그룹들 페이지들
video.c 파일 참조
#include <slibc.h>
#include <sys/types.h>
#include <stdio.h>
#include <stddef.h>
#include <stdarg.h>
#include <device.h>
#include <video.h>
+ video.c에 대한 include 의존 그래프

데이타 구조

struct  info
 [Stage 2 Thread Control Block]
 

매크로

#define TAB_SIZE   7
 
#define MAX_SIZE   2000
 
#define MAX_COLUMN   80
 
#define VIDEO_BUFFER   ((char *)0xb8000)
 

함수

int video_seek (int handle __UNUSED, int offset, int whence)
 
int video_read (int handle __UNUSED, char *buffer, int size)
 
int video_write (int handle __UNUSED, const char *buffer, int size)
 
int video_ctrl (int handle __UNUSED, int cmd, va_list ap)
 
int video_init (void)
 

매크로 문서화

#define MAX_COLUMN   80
#define MAX_SIZE   2000
#define TAB_SIZE   7
#define VIDEO_BUFFER   ((char *)0xb8000)