mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-26 19:51:35 +01:00
baremetal: stat preparing to make perfect like userland/
This commit is contained in:
4
baremetal/infinite_loop.c
Normal file
4
baremetal/infinite_loop.c
Normal file
@@ -0,0 +1,4 @@
|
||||
int main(void) {
|
||||
while(1) {}
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user