7 lines
89 B
C
7 lines
89 B
C
#include <sys/io.h>
|
|
|
|
int main(int argc, char** argv) {
|
|
inb(0x61);
|
|
outb(0x00,0x61);
|
|
}
|