From 5d2dc0049f0f3e18f5a19b471928917a6d34cafd Mon Sep 17 00:00:00 2001 From: Christian Stadelmann <dev@genodeftest.de> Date: Sat, 5 Nov 2016 14:55:36 +0100 Subject: [PATCH] exploring_redox.md: Update to reflect virtual terminal changes (#59) It looks like virtual terminal usage has changed, so I updated this page. Feel free to correct me if I'm wrong. --- src/getting_started/exploring_redox.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/getting_started/exploring_redox.md b/src/getting_started/exploring_redox.md index 700f003..26be233 100644 --- a/src/getting_started/exploring_redox.md +++ b/src/getting_started/exploring_redox.md @@ -1,14 +1,11 @@ Exploring Redox =============== -To launch Redox's graphical interface launch `orbital` from the commandline. +Use F2 or F3 keys to get to a login shell. User `user` can login without password. For `root`, the password is `password` for now. `help` lists builtin commands for your shell (ion). `ls /bin` will show a list of applications you can execute. -```sh -$ orbital -``` +Use F4 key to switch to a graphical user interface (orbital). Log in with the same username/password combinations as above. -This should put you into the orbital GUI if you got into a terminal by running -`make qemu` or `make virtualbox`. +Use the F1 key to get back to kernel output. Sodium ------ -- GitLab