summaryrefslogtreecommitdiff
path: root/kernel/main.cpp
blob: af5f048ce1fe47b3cea205f66d90ad339f78b2c8 (plain)
1
2
3
4
5
6
7
8
9
10
#include "GDT/gdt.hpp"

//----- PiegOS kernel main -----

int  main(){

	while(1);

	return 0;
}