This website requires JavaScript.
Explore
Help
Register
Sign In
GNUBoot
/
coreboot-libre-fam15h-rdimm
Watch
2
Star
0
Fork
You've already forked coreboot-libre-fam15h-rdimm
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
coreboot-libre-fam15h-rdimm
/
util
/
romcc
/
tests
/
simple_test81.c
9 lines
100 B
C
Raw
Permalink
Blame
History
static
void
main
(
void
)
{
int
i
;
i
=
__builtin_inb
(
0x1234
)
;
int
j
;
j
=
__builtin_inb
(
0xabcd
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink