diff options
author | Ben Wiederhake <BenWiederhake.GitHub@gmx.de> | 2022-09-16 13:45:13 +0200 |
---|---|---|
committer | Brian Gianforcaro <b.gianfo@gmail.com> | 2022-09-18 18:47:34 -0700 |
commit | 761f079a22bcb937e98d824bab603b2a2548200e (patch) | |
tree | b37a0cf8516b998efebafd455063b0a6331f39c9 | |
parent | 55d78ca40d75fb2baec9d9ec9a9231b7d4c4ad80 (diff) | |
download | serenity-761f079a22bcb937e98d824bab603b2a2548200e.zip |
Meta: Fix example invocations of the serenity.sh run command
-rwxr-xr-x | Meta/serenity.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Meta/serenity.sh b/Meta/serenity.sh index ed0d458668..6260d4df97 100755 --- a/Meta/serenity.sh +++ b/Meta/serenity.sh @@ -46,8 +46,10 @@ Usage: $NAME COMMAND [TARGET] [TOOLCHAIN] [ARGS...] Examples: - $NAME run i686 smp=on + $NAME run i686 GNU smp=on Runs the image in QEMU passing "smp=on" to the kernel command line + $NAME run i686 GNU 'init=/bin/UserspaceEmulator init_args=/bin/SystemServer' + Runs the image in QEMU, and run the entire system through UserspaceEmulator (not fully supported yet) $NAME run Runs the image for the default TARGET i686 in QEMU $NAME run lagom js -A |