aboutsummaryrefslogtreecommitdiff
path: root/src/apps/init/main.c
blob: 47d7bba72e36436028bf53c0fecb8d38957b25f5 (plain) (blame)
1
2
3
4
5
6
7
8
9
#include <stdbool.h>

#include <debug.h>

int main(int argc, char **argv) {
	asm volatile("int $0x40");
	while(true);
}