parent
3df5a6e2b6
commit
d085f76c7f
2 changed files with 13 additions and 2 deletions
6
src/check/check_sysIO.c
Normal file
6
src/check/check_sysIO.c
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#include <sys/io.h>
|
||||
|
||||
int main(int, char**) {
|
||||
inb(0x61);
|
||||
outb(0x00,0x61);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue