mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:37:44 +00:00
Meta: Fix example invocations of the serenity.sh run command
This commit is contained in:
parent
55d78ca40d
commit
761f079a22
1 changed files with 3 additions and 1 deletions
|
@ -46,8 +46,10 @@ Usage: $NAME COMMAND [TARGET] [TOOLCHAIN] [ARGS...]
|
||||||
|
|
||||||
|
|
||||||
Examples:
|
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
|
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
|
$NAME run
|
||||||
Runs the image for the default TARGET i686 in QEMU
|
Runs the image for the default TARGET i686 in QEMU
|
||||||
$NAME run lagom js -A
|
$NAME run lagom js -A
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue