| Hendrik Hofstadt | 0d7c91e | 2019-10-23 21:44:47 +0200 | [diff] [blame^] | 1 | # Smalltown Operating System |
| 2 | |||||
| 3 | ## Run build | ||||
| 4 | |||||
| 5 | The build uses a Fedora 30 base image with a set of dependencies. | ||||
| 6 | Guide has been tested on a Fedora 30 host, with latest rW deployed. | ||||
| 7 | |||||
| 8 | Launch the VM: | ||||
| 9 | |||||
| 10 | ``` | ||||
| 11 | scripts/bin/bazel run //core/scripts:launch | ||||
| 12 | ``` | ||||
| 13 | |||||
| 14 | Exit qemu using the monitor console: `Ctrl-A c quit`. | ||||