git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
40f4db10964364f9e3e1f3332a2563a9ddb4b487
[lunaix-os.git]
/
lunaix-os
/
kernel
/
process
/
dummy.c
1
void
2
my_dummy()
3
{
4
while (1) {
5
asm("hlt");
6
}
7
}