PKUOS - Pintos
Pintos source browser for PKU Operating System course
|
Go to the source code of this file.
Functions | |
void | vga_putc (int) |
devices/vga.h More... | |
void vga_putc | ( | int | c | ) |
Definition at line 52 of file vga.c.
References cls(), COL_CNT, cx, cy, fb, GRAY_ON_BLACK, init(), intr_disable(), intr_set_level(), move_cursor(), newline(), ROUND_UP, and speaker_beep().
Referenced by putchar_have_lock().