summaryrefslogtreecommitdiff
path: root/modules/foo/foo.c
blob: ca0961dd4b8f6f1e8f6c58c7d1ac226588622012 (plain)
1
2
3
4
5
6
void entry() {
	while(1) {
		//asm volatile("hlt");
		*(short*)(0xb8888) += 1;
	}
}