www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit bf294a0862db7378043d14d9f72298b7bdc43188
parent 76996177d1bd168240c8fd23aa7132ce7db7e6cd
Author: Georges Dupéron <georges.duperon@gmail.com>
Date:   Tue,  3 Jul 2018 22:11:50 +0200

Added README.md listing the screenshots from the dev branch.

Diffstat:
AREADME.md | 31+++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+), 0 deletions(-)

diff --git a/README.md 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)