This website requires JavaScript.
Explore
Help
Register
Sign In
GNUBoot
/
coreboot-kgpe-d16
Watch
2
Star
0
Fork
You've already forked coreboot-kgpe-d16
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
886d29bcd8
coreboot-kgpe-d16
/
util
/
romcc
/
tests
/
simple_test78.c
8 lines
86 B
C
Raw
Blame
History
static
void
main
(
void
)
{
int
x
=
25
;
do
{
}
while
(
1
)
;
*
(
(
volatile
int
*
)
5
)
=
x
;
}
Reference in New Issue
View Git Blame
Copy Permalink