|
@@ -129,8 +129,9 @@ causing most hypervisors to trap and fault on them.
|
|
.. warning::
|
|
.. warning::
|
|
Semihosting inherently bypasses any isolation there may be between
|
|
Semihosting inherently bypasses any isolation there may be between
|
|
the guest and the host. As a result a program using semihosting can
|
|
the guest and the host. As a result a program using semihosting can
|
|
- happily trash your host system. You should only ever run trusted
|
|
|
|
- code with semihosting enabled.
|
|
|
|
|
|
+ happily trash your host system. Some semihosting calls (e.g.
|
|
|
|
+ ``SYS_READC``) can block execution indefinitely. You should only
|
|
|
|
+ ever run trusted code with semihosting enabled.
|
|
|
|
|
|
Redirection
|
|
Redirection
|
|
~~~~~~~~~~~
|
|
~~~~~~~~~~~
|