diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-09-14 01:55:14 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-09-14 01:55:14 -0700 |
commit | 8cfa6354016667bcc8ab1e360a1a6c0666ec4cad (patch) | |
tree | 09c17b38eb2eacb4ac31a452e879b81f0dbc004f | |
parent | 46bb1d3157f9ad575c83a4bfa1e32b0d21bc8546 (diff) | |
download | mu-8cfa6354016667bcc8ab1e360a1a6c0666ec4cad.tar.gz |
5651
-rw-r--r-- | Readme.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Readme.md b/Readme.md index 58bb6a65..c5de883c 100644 --- a/Readme.md +++ b/Readme.md @@ -9,7 +9,7 @@ to run, and nothing else. ```sh $ git clone https://github.com/akkartik/mu $ cd mu - # package up a "hello world" binary and kernel into mu_soso.iso + # package up a "hello world" binary and Soso kernel into mu_soso.iso $ ./gen_soso_iso init.soso examples/ex6.subx # try it out $ qemu-system-i386 -cdrom mu_soso.iso @@ -137,7 +137,7 @@ Or, running in a VM on other platforms: ``` As described at the start, you can package up SubX binaries with the minimal -hobbyist OS [soso](https://github.com/ozkl/soso) and run them on Qemu. +hobbyist OS [Soso](https://github.com/ozkl/soso) and run them on Qemu. (Requires graphics. Currently doesn't work on a cloud server.) ```sh |