about summary refs log tree commit diff stats
path: root/init.linux
Commit message (Collapse)AuthorAgeFilesLines
* 6622 - new syscalls: time and ntimeKartik Agaram2020-07-081-1/+6
| | | | | As a side-effect I find that my Linode can print ~100k chars/s. At 50 rows and 200 columns per screen, it's 10 frames/s.
* 6604 - new appKartik Agaram2020-07-011-0/+5
| | | | | | https://archive.org/details/akkartik-2min-2020-07-01 In the process I found a bug, added a new syscall, and 'emulated' it.
* 6422 - size-of for handlesKartik Agaram2020-05-281-1/+1
|
* 6409 - primitives for text-mode UIsKartik Agaram2020-05-271-0/+5
|
* 6407Kartik Agaram2020-05-251-9/+10
|
* 5886Kartik Agaram2020-01-121-7/+7
|
* 5650 - support a second OS: sosoKartik Agaram2019-09-141-0/+68
https://github.com/ozkl/soso + Much smaller than Linux; builds instantly + Supports graphics - No network support - Doesn't work on a cloud server (yet?)