Explicitly ignore call to os.Remove

This stops linters and GoLand from complaining.

Test Plan: No functional change

X-Origin-Diff: phab/D196
GitOrigin-RevId: b4174bb82b8a14e2677dfbf9e95b97ee04ed284b
1 file changed
tree: b73960c90b2635bf804fcadafb93d141ef4a203a
  1. cmd/
  2. internal/
  3. kernel/
  4. patches/
  5. pkg/
  6. scripts/
  7. .bazelversion
  8. README.md
README.md

Smalltown Operating System

Run build

The build uses a Fedora 30 base image with a set of dependencies:

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 \
    smalltown-builder bash

scripts/fetch_third_party.sh
scripts/build_artifacts.sh

make 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.