blob: 4fa5e8f57646867316aefbaddd5a22a6486d381e [file] [log] [blame] [view]
# Smalltown Operating System
## Run build
The build uses a Fedora 30 base image with a set of dependencies.
Start container shell:
```
modprobe kvm
podman build -t smalltown-builder .
podman run -it --rm \
-v $(pwd):/work \
-v /dev/null:/work/.git \
-v /dev/null:/work/.idea \
-v /dev/null:/work/.arcconfig \
--device /dev/kvm \
--net=host \
smalltown-builder bash
```
Launch the VM:
bazelisk run scripts:launch
Exit qemu using the monitor console: `Ctrl-A c quit`.
If your host is low on entropy, consider running rngd from rng-tools for development.