tiqwab / xv6-rust

xv6 implementation in rust
MIT License
6 stars 1 forks source link

Handle exec with illegal command #25

Closed tiqwab closed 4 years ago

tiqwab commented 4 years ago

Executing an illegal command caused panic before, so fix it.

$ illegal
sh: exec /illegal failed
$