diff --git a/README.md b/README.md new file mode 100644 index 0000000..ff25d96 --- /dev/null +++ b/README.md @@ -0,0 +1,31 @@ +# Build artifacts of + +[`travis-os`](https://github.com/jsmaniac/travis-os/) is a travis test harness +for hobby operating systems. + +This repository contains the built artifacts: screenshots of the example +operating system running under various emulators, and as a standalone +application. Below are the screenshots of the `dev` branch. To see the +screenshots of the [`master`](https://github.com/jsmaniac/travis-os/) branch, +simply go to the main [`travis-os`](https://github.com/jsmaniac/travis-os/) +repository. + +## QEMU + +![Latest screenshot of the operating system running in QEMU](https://raw.githubusercontent.com/jsmaniac/travis-os-deploy-artifacts/screenshots-dev-qemu-system-i386/qemu-system-i386.png) + +## VirtualBox + +![Latest screenshot of the operating system running in VirtualBox](https://raw.githubusercontent.com/jsmaniac/travis-os-deploy-artifacts/screenshots-dev-virtualbox/virtualbox.png) + +## Bochs + +![Latest screenshot of the operating system running in Bochs](https://raw.githubusercontent.com/jsmaniac/travis-os-deploy-artifacts/screenshots-dev-bochs/bochs.png) + +## DOSBox (.bat) + +![Latest screenshot of the operating system running in dosbox](https://raw.githubusercontent.com/jsmaniac/travis-os-deploy-artifacts/screenshots-dev-dosbox/dosbox.png) + +## Unix graphical environment (.sh) + +![Latest screenshot of the operating system running in gui-sh](https://raw.githubusercontent.com/jsmaniac/travis-os-deploy-artifacts/screenshots-dev-gui-sh/gui-sh.png)