aboutsummaryrefslogtreecommitdiff
path: root/apps/idle.c
AgeCommit message (Collapse)Author
2021-04-05Restructured make layout and cleaned some appsMarvin Borner
2021-04-03Enabled SMAP/SMEP protectionsMarvin Borner
2021-03-28Added ring0 privileges to kernel processesMarvin Borner
This enables a more efficient idling process using the hlt instruction. The context-switching is a bit slower now, too. I have to look into that.
2021-03-20Even more fixes! :^)Marvin Borner
2021-03-12Boots successfully...Marvin Borner