Re: Inferno startup
On Fri, 11 Feb 2005 16:33:48 -0800, Ben Huntsman
<BHuntsman@...> wrote:
> When Inferno starts, depending on if you're running emu or native, the VM executes osinit.dis or emuinit.dis.
>
> Is there any way to cause either to launch a shell script, such that once the initialization is done, the
shell script executes, and upon its completion, turns final control over to the user? (or is this already
done, and I'm just not aware?)
>
> Thanks!
> -Ben
>
from man emu:
emu [ -gXsizexYsize ] [ -c[0-9] ] [ -d daemon ] [ -m[0-9] ] [-s] [
-ppool=maxsize ] [ -ffont ] [ -rrootpath ] [-7] [ -C channel ] [ -S ]
[ -v ] [ cmd [ arg ... ] ]
If you run emu, you can run any dis binary with an arbitrary set of
parameters from the "command line", if I understand correctly.
If you run inferno natively, I don't understand "turns final control
over to the user".