diff --git a/.gitmodules b/.gitmodules index ff5f01f6..abec7ba0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "closure-compiler"] path = closure-compiler url = https://github.com/copy/closure-compiler +[submodule "images"] + path = images + url = https://github.com/copy/images/ diff --git a/images b/images new file mode 160000 index 00000000..7b438d48 --- /dev/null +++ b/images @@ -0,0 +1 @@ +Subproject commit 7b438d488cf48136dea57825208c7e2b513fe263 diff --git a/images/Readme.md b/images/Readme.md deleted file mode 100644 index d69f48d0..00000000 --- a/images/Readme.md +++ /dev/null @@ -1,16 +0,0 @@ -Disk Images -= - -A bunch of (small) images, that work in the emulator. - -Sources -- - -- KolibriOS: http://kolibrios.org/en/download -- FreeDOS: http://www.freedos.org/ -- FreeDos software: http://www.freedos.org/software/ and http://www.pouet.net/prodlist.php -- Linux: Self compiled Kernel and [Busybox](http://www.busybox.net/). A working - image can also be found here: http://wiki.qemu.org/download/linux-0.2.img.bz2 -- Windows 1.01: http://vetusware.com/ (can't remember exact link) -- Sol OS: http://www.oby.ro/os/ - diff --git a/images/freedos722.img b/images/freedos722.img deleted file mode 100644 index ec7a4cf9..00000000 Binary files a/images/freedos722.img and /dev/null differ diff --git a/images/kolibri.img b/images/kolibri.img deleted file mode 100644 index 83445018..00000000 Binary files a/images/kolibri.img and /dev/null differ diff --git a/images/linux.iso b/images/linux.iso deleted file mode 100644 index 179b9f65..00000000 Binary files a/images/linux.iso and /dev/null differ diff --git a/images/openbsd.img b/images/openbsd.img deleted file mode 100644 index 0b310a3d..00000000 Binary files a/images/openbsd.img and /dev/null differ diff --git a/images/os8.dsk b/images/os8.dsk deleted file mode 100644 index c52e3c8d..00000000 Binary files a/images/os8.dsk and /dev/null differ