about summary refs log tree commit diff stats
path: root/gen_soso_iso
Commit message (Collapse)AuthorAgeFilesLines
* 5858Kartik Agaram2020-01-011-44/+0
| | | | | | Move script to create a Soso boot image into a sub-directory. I'm trying to streamline newcomer attention to just a couple of use cases.
* 5851Kartik Agaram2020-01-011-1/+1
| | | | | | | | | | | | Rename a few scripts to be more consistent. I'm also starting to feel the urge to bud off `subx run` into its own program, say tools/emulate_x86. It doesn't really rely on the SubX notation at all. And then I could rename `subx translate` to `translate_subx_bootstrap`. Only problem: the commands in the Readme get verbose. But the Readme is gonna need surgery soon anyway to put translate_mu front and center.
* 5798Kartik Agaram2019-12-071-1/+1
| | | | | Fuck, 'tmp' is a generic name, and running `clean` deleted some files I'd stashed away.
* 5650 - support a second OS: sosoKartik Agaram2019-09-141-0/+44
https://github.com/ozkl/soso + Much smaller than Linux; builds instantly + Supports graphics - No network support - Doesn't work on a cloud server (yet?)