550W Document
550W, a high-end OS
|
函数 | |
void | vt100_move_cursor (int, int) |
void | d_screen_init (void) |
long | sys_screen_clear (void) |
long | d_screen_reflush (void) |
long | sys_screen_write_len (char *buff, int len) |
long | sys_screen_write (char *buff) |
long | sys_screen_move_cursor (int x, int y) |
void | d_screen_load_curpcb_cursor (void) |
void | d_screen_pcb_move_cursor (int x, int y) |
void | d_screen_kernel_move_cursor (int x, int y) |
变量 | |
int | screen_cursor_x |
int | screen_cursor_y |
void d_screen_init | ( | void | ) |
void d_screen_kernel_move_cursor | ( | int | x, |
int | y | ||
) |
void d_screen_load_curpcb_cursor | ( | void | ) |
void d_screen_pcb_move_cursor | ( | int | x, |
int | y | ||
) |
long d_screen_reflush | ( | void | ) |
long sys_screen_clear | ( | void | ) |
long sys_screen_move_cursor | ( | int | x, |
int | y | ||
) |
long sys_screen_write | ( | char * | buff | ) |
long sys_screen_write_len | ( | char * | buff, |
int | len | ||
) |
void vt100_move_cursor | ( | int | x, |
int | y | ||
) |
|
extern |
|
extern |