aboutsummaryrefslogtreecommitdiff
path: root/src/apps/init/main.c
blob: ef518342e37aa95df79e2372719b7263ee1714eb (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 $0x80");
	while(true);
}