summaryrefslogtreecommitdiff
path: root/kernel/src/scheduler/ap_startup.c
blob: 43b1a51d9525d93e68010c3455b2d79a27a42a11 (plain)
1
2
3
4
5
// this C code can be anywhere you want it, no relocation needed
void ap_startup(int apicid) {
	// do what you want to do on the AP
	while(1);
}