Please enable JavaScript in your browser!
Página inicial
Explorar
Ajuda
Entrar
mooigraph
/
gnu1987
Observar
2
Favorito
2
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
a0f47a135f
Branches
Tags
master
gnu1987
/
vgalib
/
dumpreg.c
dumpreg.c
73 B
Histórico
Raw
1
2
3
4
5
6
7
8
9
#include <vga.h>
main()
{
vga_dumpregs();
vga_setmode(TEXT);
}