This website requires JavaScript.
Explore
Help
Sign In
3rd-party
/
linux-kernel-module-cheat
Watch
1
Star
0
Fork
0
You've already forked linux-kernel-module-cheat
mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced
2026-01-25 19:21:35 +01:00
Code
Issues
Releases
Wiki
Activity
Files
a13e99ec1ca994d594ce389363151fa4aeb02807
linux-kernel-module-cheat
/
baremetal
/
infinite_loop.c
Ciro Santilli 六四事件 法轮功
53620e5d32
baremetal: stat preparing to make perfect like userland/
2019-05-05 00:00:00 +00:00
5 lines
49 B
C
Raw
Blame
History
int
main
(
void
)
{
while
(
1
)
{
}
return
0
;
}
Reference in New Issue
View Git Blame
Copy Permalink