about summary refs log tree commit diff stats
path: root/gen_linux_iso
Commit message (Collapse)AuthorAgeFilesLines
* 5859Kartik Agaram2020-01-011-62/+0
| | | | Move script to create a Linux-based boot image into a sub-directory.
* 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-13/+13
| | | | | Fuck, 'tmp' is a generic name, and running `clean` deleted some files I'd stashed away.
* 5655Kartik Agaram2019-09-141-4/+4
|
* 5650 - support a second OS: sosoKartik Agaram2019-09-141-0/+62
https://github.com/ozkl/soso + Much smaller than Linux; builds instantly + Supports graphics - No network support - Doesn't work on a cloud server (yet?)