This website requires JavaScript.
Explore
Help
Sign In
otomatalabs
/
furnace
Watch
7
Star
0
Fork
You've already forked furnace
0
Code
Issues
Pull requests
Actions
Packages
Projects
Releases
Wiki
Activity
251bec69a9
furnace
/
src
/
check
/
check_sysIO.c
7 lines
89 B
C
Raw
Normal View
History
Unescape
Escape
issue #588, part 3 add check for the existence of inb() and outb()
2022-07-14 23:29:04 -04:00
#
include
<sys/io.h>
fix checks
2024-06-13 15:21:54 -04:00
int
main
(
int
argc
,
char
*
*
argv
)
{
issue #588, part 3 add check for the existence of inb() and outb()
2022-07-14 23:29:04 -04:00
inb
(
0x61
)
;
outb
(
0x00
,
0x61
)
;
}
Reference in a new issue
Copy permalink