index
:
Orange.git
main
Orange is my linux compatible x86_64, aarch64, riscv64 kernel.
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
pkg
/
1
/
nop
/
src
/
main.cpp
blob: fa419b27133e55269cc89d2ab0caca3f417183b2 (
plain
)
1
2
3
4
5
6
int main() { while(1) { asm volatile("nop"); } }