Runs SkiffOS in the web browser with the V86 Emulator.
Run the pre-built demo by clicking the link!
You can also download the demo image and run it yourself:
- Open https://copy.sh/v86/
- Scroll down to "Setup."
- Increase the memory size to at least 512MB.
- Click "CD image" and select the ISO.
- Click "start."
After the system boots, in the serial terminal below:
- Enter
root
as username to login and press enter. - Run
docker ps
to view the list of containers. - Run
su - core
to switch into the Alpine Linux environment.
Set the comma-separated SKIFF_CONFIG
variable:
$ export SKIFF_CONFIG=browser/v86,skiff/core
$ make configure # configure the system
$ make compile # build the system
The ISO is rootfs.iso9660
in workspaces/${SKIFF_WORKSPACE}/images
.
You can run the server for v86 with Docker.