hermit-os / hermit-rs

Hermit for Rust.
Apache License 2.0
1.69k stars 86 forks source link

add option to start a simple shell as async task #551

Closed stlankes closed 8 months ago

stlankes commented 8 months ago

Currently, the shell is only able to print the number of received tasks. Type h to show the supported commands.

This PR depends on hermit-os/kernel#1096