repo.or.cz
/
pintos.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Parse command-line options much earlier, so that thread_mlfqs is
[pintos.git]
/
src
/
devices
/
vga.h
blob
59690fb734a1c3abf8e1cc35fff916c6633aa3a6
1
#ifndef DEVICES_VGA_H
2
#define DEVICES_VGA_H
3
4
void
vga_putc
(
int
);
5
6
#endif
/* devices/vga.h */