CS318 - Pintos
Pintos source browser for JHU CS318 course
Functions
vga.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void vga_putc (int)
 devices/vga.h More...
 

Function Documentation

◆ vga_putc()

void vga_putc ( int  c)

devices/vga.h

devices/vga.h


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

Here is the call graph for this function:
Here is the caller graph for this function: