| Hendrik Hofstadt | 0d7c91e | 2019-10-23 21:44:47 +0200 | [diff] [blame] | 1 | # Smalltown Operating System |
| 2 | |||||
| Leopold Schabel | 7670e67 | 2019-11-15 13:49:53 +0100 | [diff] [blame^] | 3 | ## Launch VM |
| Hendrik Hofstadt | 0d7c91e | 2019-10-23 21:44:47 +0200 | [diff] [blame] | 4 | |
| 5 | Launch the VM: | ||||
| 6 | |||||
| 7 | ``` | ||||
| 8 | scripts/bin/bazel run //core/scripts:launch | ||||
| 9 | ``` | ||||
| 10 | |||||
| Leopold Schabel | 7670e67 | 2019-11-15 13:49:53 +0100 | [diff] [blame^] | 11 | Ctrl-C will kill the VM. |