about summary refs log tree commit diff stats
path: root/shell/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'shell/README.md')
-rw-r--r--shell/README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/shell/README.md b/shell/README.md
index be95b54e..76ecccea 100644
--- a/shell/README.md
+++ b/shell/README.md
@@ -11,6 +11,10 @@ $ ./translate shell/*.mu      # generates disk.img
 ```sh
 $ qemu-system-i386 disk.img
 ```
+or:
+```
+$ bochs -f bochsrc
+```
 
 To save typing in a large s-expression, create a secondary disk for data:
 ```sh
@@ -26,6 +30,10 @@ Now run with both code and data disks:
 ```sh
 $ qemu-system-i386 -hda disk.img -hdb data.img
 ```
+or:
+```
+$ bochs -f bochsrc.2disks
+```
 
 You can type in expressions, hit `ctrl-s` to see their results, and hit `Tab`
 to focus on the `...` below and browse how the results were computed. [Here's