Add another configs (#675)

This commit is contained in:
Darin 2022-06-13 13:04:43 -06:00 committed by GitHub
parent 870f69c28d
commit facbebc49d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,9 +56,9 @@ Here's an overview of the operating systems supported in v86:
- Linux works pretty well. 64-bit kernels are not supported.
- Damn Small Linux (2.4 Kernel) works.
- All tested versions of TinyCore work.
- [BuildRoot](https://buildroot.uclibc.org) can be used to build a minimal
image. [humphd/browser-vm](https://github.com/humphd/browser-vm) has some
useful scripts for building one.
- [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.
- 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 10.04 works.