Test framework to run an OS in multiple emulators, as a guest graphical / text shell on linux, and so on.
Go to file
2018-08-26 14:23:04 +02:00
example-os appveyor: test OS, run os.bat in a nested cmd.exe, fix: MS-DOS was ignoring one line 2018-07-29 00:35:17 +02:00
test macos does not have readlink command, but has realpath 2018-07-25 09:50:10 +02:00
utils Updated Sikuli 2018-08-26 14:23:04 +02:00
.gitignore Build os.offsets.hex and os.offsets.dec 2018-07-29 00:32:01 +02:00
.travis.yml Closes #23: rename project since it does not use only Travis anymore 2018-08-26 14:23:00 +02:00
appveyor.yml appveyor: test OS, run os.bat in a nested cmd.exe, fix: MS-DOS was ignoring one line 2018-07-29 00:35:17 +02:00
LICENSE.txt Initial commit 2018-06-24 23:49:31 +02:00
Makefile make -j 10 sometimes fails to mount the resulting ISO9660 filesystem, added information to help debug the issue 2018-08-26 14:23:04 +02:00
README.md Closes #23: rename project since it does not use only Travis anymore 2018-08-26 14:23:00 +02:00
travis-deploy-key-id_rsa.enc Disabled display of commands as they risk leaking Travis OpenSSL key and IV, fixed typo 2018-07-02 20:53:36 +02:00

Travis test harness for hobby operating systems

This Travis configuration runs an operating system in various emulators. It can execute a SikuliX test script to ensure that some elements are visible on-screen, send keystrokes and mouse events, and interact with the OS GUI in an automated way. Finally, it will take screenshots of the operating system, and upload them to a separate repository hosting these artifacts.

Below are screenshots of an example operating system. This example merely displays a gradient and does not process any user input.

QEMU (floppy disk)

Latest screenshot of the operating system running in QEMU, booted as a floppy disk

QEMU (CD-ROM)

Latest screenshot of the operating system running in QEMU, booted as a CD-ROM

VirtualBox

Latest screenshot of the operating system running in VirtualBox

Bochs

Latest screenshot of the operating system running in Bochs

DOSBox (.bat)

Latest screenshot of the operating system running in dosbox

Unix graphical environment (.sh)

Latest screenshot of the operating system running in gui-sh