Files
clearn/pppo.c
2017-02-07 20:03:49 +00:00

8 lines
76 B
C

#include <stdio.h>
#include <asm/io.h>
int main()
{
outb(0,$378);
}