readme: add SkiffOS config link (#714)

SkiffOS is a configuration layering system for Buildroot.

It supports re-targeting system image configs to different hardware.

The linked configuration can be combined with other layers to deploy Docker and
other types of applications to the v86 emulator.

The configuration fragments slim down the Buildroot and Kernel systems &
switch off any unnecessary features.

https://github.com/skiffos/SkiffOS/tree/master/configs/browser/v86

Signed-off-by: Christian Stewart <christian@paral.in>
This commit is contained in:
Christian Stewart 2022-07-27 06:12:25 -07:00 committed by GitHub
parent 0615be5d60
commit cc073388ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,6 +59,7 @@ Here's an overview of the operating systems supported in v86:
- [Buildroot](https://buildroot.uclibc.org) can be used to build a minimal image.
[humphd/browser-vm](https://github.com/humphd/browser-vm) and
[darin755/browser-buildroot](https://github.com/Darin755/browser-buildroot) have some useful scripts for building one.
- [SkiffOS](https://github.com/skiffos/SkiffOS/tree/master/configs/browser/v86) (based on Buildroot) can cross-compile a custom image.
- Archlinux works. See [archlinux.md](docs/archlinux.md) for building an image.
- Debian works. An image can be built from a Dockerfile, see [tools/docker/debian/](tools/docker/debian/).
- Ubuntu up to 16.04 works.