blob: 303b6025039d3420574272bd9a7cc5179e477300 [file] [log] [blame] [view]
Leopold Schabel67f9d092019-10-22 15:41:42 +02001# Smalltown Operating System
2
3## Run build
4
Leopold Schabel5c80aca2019-10-22 15:48:58 +02005The build uses a Fedora 30 base image with a set of dependencies.
Leopold Schabel2983d722019-10-23 12:16:42 +02006Guide has been tested on a Fedora 30 host, with latest rW deployed.
Leopold Schabel5c80aca2019-10-22 15:48:58 +02007
Leopold Schabel2983d722019-10-23 12:16:42 +02008Build the base image:
Leopold Schabel67f9d092019-10-22 15:41:42 +02009
10```
Leopold Schabel67f9d092019-10-22 15:41:42 +020011podman build -t smalltown-builder .
Leopold Schabel67f9d092019-10-22 15:41:42 +020012```
13
Leopold Schabel5c80aca2019-10-22 15:48:58 +020014Launch the VM:
15
Leopold Schabel2983d722019-10-23 12:16:42 +020016```
17scripts/bin/bazel run scripts:launch
18```
Leopold Schabel5c80aca2019-10-22 15:48:58 +020019
Leopold Schabel67f9d092019-10-22 15:41:42 +020020Exit qemu using the monitor console: `Ctrl-A c quit`.