From bf294a0862db7378043d14d9f72298b7bdc43188 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Tue, 3 Jul 2018 22:11:50 +0200 Subject: [PATCH] Added README.md listing the screenshots from the dev branch. --- README.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 README.md 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)