diff options
-rw-r--r-- | draft/SubX.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/draft/SubX.md b/draft/SubX.md index b2475ad2..c94082d9 100644 --- a/draft/SubX.md +++ b/draft/SubX.md @@ -80,7 +80,7 @@ and weaknesses make it easy to audit and debug. 42 ``` -Or, running in a VM on other platforms: +Or, running in a VM on other platforms (much slower): ```sh $ ./translate init.linux ex1.subx # generates identical a.elf to above |