Skip to content

Commit

Permalink
Commit some testing OSes
Browse files Browse the repository at this point in the history
  • Loading branch information
copy committed Jan 1, 2021
1 parent d0fb1a7 commit 0b6d240
Show file tree
Hide file tree
Showing 2 changed files with 568 additions and 24 deletions.
59 changes: 49 additions & 10 deletions debug.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,62 @@
<div id="boot_options">
<h4>Debugger</h4>
<input type="button" value="ReactOS" id="start_reactos">
<input type="button" value="Windows ME" id="start_windowsme">
<input type="button" value="ReactOS (boot)" id="start_reactos-boot">
<input type="button" value="Hiren's Boot CD" id="start_hirens">
<br>

<input type="button" value="MS-DOS" id="start_msdos">
<input type="button" value="FreeDOS" id="start_freedos">
<input type="button" value="FreeDOS with FreeGEM" id="start_freegem">
<input type="button" value="FreeDOS CD with games" id="start_fdgame">
<input type="button" value="FreeDOS with QBasic" id="start_qbasic">
<br>

<input type="button" value="Windows 1.01" id="start_windows1">
<input type="button" value="Windows 3.0" id="start_windows30">
<input type="button" value="Windows 3.1" id="start_windows31">
<input type="button" value="Windows 95" id="start_windows95">
<input type="button" value="FreeBSD" id="start_freebsd">
<input type="button" value="Windows 95 (boot)" id="start_windows95-boot">
<br>
<input type="button" value="Windows 98" id="start_windows98">
<input type="button" value="Windows 98 (boot)" id="start_windows98-boot">
<input type="button" value="Windows 2000" id="start_windows2000">
<input type="button" value="Windows Me" id="start_windowsme">
<input type="button" value="Windows Me (2)" id="start_windowsme2">
<br>

<input type="button" value="Linux 2.6 (Buildroot)" id="start_linux26">
<input type="button" value="Linux 3.18 (Buildroot)" id="start_linux3">
<input type="button" value="Linux 4.16 (Buildroot)" id="start_linux4">
<input type="button" value="Tiny Core" id="start_tinycore">
<input type="button" value="OpenWRT" id="start_openwrt">
<br>
<input type="button" value="Arch Linux" id="start_archlinux">
<input type="button" value="Oberon" id="start_oberon">
<input type="button" value="KolibriOS" id="start_kolibrios">
<input type="button" value="Arch Linux (boot)" id="start_archlinux-9p-cool">
<input type="button" value="Debian" id="start_debian">
<input type="button" value="Linux 2.6" id="start_linux26">
<input type="button" value="Linux 3.18" id="start_linux3">
<input type="button" value="Windows 1.01" id="start_windows1">
<input type="button" value="FreeDOS" id="start_freedos">
<input type="button" value="MS-DOS" id="start_msdos">
<input type="button" value="Alpine" id="start_alpine">
<input type="button" value="Damn Small Linux" id="start_dsl">
<br>

<input type="button" value="FreeBSD" id="start_freebsd">
<input type="button" value="FreeBSD (boot)" id="start_freebsd-boot">
<input type="button" value="OpenBSD" id="start_openbsd">
<input type="button" value="NetBSD" id="start_netbsd">
<br>

<input type="button" value="Haiku" id="start_haiku">
<input type="button" value="Minix" id="start_minix">
<input type="button" value="SerenityOS" id="start_serenity">
<input type="button" value="9front" id="start_9front">
<input type="button" value="Plan 9" id="start_plan9">
<br>

<input type="button" value="Oberon" id="start_oberon">
<input type="button" value="KolibriOS" id="start_kolibrios">
<input type="button" value="Solar OS" id="start_solos">
<input type="button" value="Bootchess" id="start_bootchess">
<input type="button" value="Test" id="start_test">
<input type="button" value="HelenOS" id="start_helenos">
<input type="button" value="MikeOS" id="start_mikeos">
<br>

<!--
Expand Down
Loading

0 comments on commit 0b6d240

Please sign in to comment.