don't know how to interact with Theseus
Closed this issue · 2 comments
Hi, Kevin!
there will be two windows here after make run
? One is used to display logs after executing make run, and the other is used in qemu to interact with Theseus? After executing make run, only the original window displayed:
[W] kernel/console/src/lib.rs:53: Currently ignoring inputs on serial port COM1. --> Note: QEMU is forwarding control sequences (like Ctrl+C) to Theseus. To exit QEMU, press Ctrl+A then X.
No new window was generated, so I really don't know how to interact with Theseus. Is this because I am running on a Linux remote server? Please provide an answer
I find an error in logs:
[E] applications/shell/src/lib.rs:99: spawn: couldn't get current task [E] applications/shell/src/lib.rs:100: failed to spawn shell
maybe that is the reason
I have found the solution
https://www.theseus-os.com/Theseus/book/running/headless.html
if anyone shares the same confusion as me, they can refer to it