about summary refs log tree commit diff stats
path: root/kernel.soso/process.c
Commit message (Collapse)AuthorAgeFilesLines
* 5693Kartik Agaram2019-09-271-15/+8
| | | | Undo previous commit.
* 5692 - attempt at never leaving kernel modeKartik Agaram2019-09-271-8/+15
| | | | Doesn't work. Kernel gets kicked back to the Grub prompt(!)
* 5691Kartik Agaram2019-09-271-15/+8
|
* 5656Kartik Agaram2019-09-141-184/+92
| | | | Consistent style for curlies.
* 5654Kartik Agaram2019-09-141-7/+7
| | | | https://github.com/ozkl/soso/commit/86e5ff58721c0bef0bb5688609b63876a7ea4279
* 5650 - support a second OS: sosoKartik Agaram2019-09-141-0/+812
https://github.com/ozkl/soso + Much smaller than Linux; builds instantly + Supports graphics - No network support - Doesn't work on a cloud server (yet?)