Line 1... |
Line 1... |
1 |
<p class="title">Svarog386 - a FreeDOS distribution for 386+ computers</p>
|
1 |
<p class="title">Svarog386 - a FreeDOS distribution for 386+ computers</p>
|
2 |
<p class="copyr">brought to you by <a href="http://mateusz.viste.fr/" class="mateusz">Mateusz Viste</a></p>
|
2 |
<p class="copyr">brought to you by <a href="http://mateusz.viste.fr/" class="mateusz">Mateusz Viste</a></p>
|
- |
|
3 |
|
- |
|
4 |
<div style="overflow: auto;">
|
3 |
<img src="svarog386.png" alt="logo" style="height: 10em; float: right; margin: 0 0 0.5em 0.5em;">
|
5 |
<img src="svarog386.png" alt="logo" style="height: 10em; float: right; margin: 0 0 0.5em 0.5em;">
|
4 |
|
6 |
|
5 |
<p>Svarog386 is a DOS distribution based on FreeDOS. It's released in the form of a single bootable CD image (ISO) that contains the FreeDOS kernel, a command interpreter and a variety of third-party packages.<br>
|
7 |
<p>Svarog386 is a DOS distribution based on FreeDOS. It's released in the form of a single bootable CD image (ISO) that contains the FreeDOS kernel, a command interpreter and a variety of third-party packages.<br>
|
6 |
Svarog386 is a "rolling release", meaning that it doesn't follow the concept of "versions". Svarog386 can be kept up-to-date either via online <a href="?p=tech&art=onlinerepos">update repositories</a> or by using the latest ISO image as your local package repository.</p>
|
8 |
Svarog386 is a "rolling release", meaning that it doesn't follow the concept of "versions". Svarog386 can be kept up-to-date either via online <a href="?p=tech&art=onlinerepos">update repositories</a> or by using the latest ISO image as your local package repository.</p>
|
7 |
|
9 |
|
8 |
<p>Svarog386 is <b>not</b> designed for strict 8086 compatibility. Many parts of it might require a 386-class CPU. If you look for a simple 8086 FreeDOS distribution, take a look at <a href="http://svarog86.sourceforge.net">Svarog86</a>.</p>
|
10 |
<p>Svarog386 is <b>not</b> designed for strict 8086 compatibility. Many parts of it might require a 386-class CPU. If you look for a simple 8086 FreeDOS distribution, take a look at <a href="http://svarog86.sourceforge.net">Svarog86</a>.</p>
|
9 |
|
11 |
|
10 |
<p>Need to get in touch, or wish to contribute some packages? Feel free to drop a line to the usenet group <b>alt.os.free-dos</b>. Alternatively, you could also reach me directly via <a href="https://sourceforge.net/u/userid-1220451/">sourceforge</a>.
|
12 |
<p>Need to get in touch, or wish to contribute some packages? Feel free to drop a line to the usenet group <b>alt.os.free-dos</b>. Alternatively, you could also reach me directly via <a href="https://sourceforge.net/u/userid-1220451/">sourceforge</a>.
|
- |
|
13 |
</div>
|
11 |
|
14 |
|
12 |
<?php
|
15 |
<?php
|
13 |
// find the latest 'full' ISO available
|
16 |
// find the latest 'full' ISO available
|
14 |
$files = glob("svarog386-full-*.iso", GLOB_NOSORT);
|
17 |
$files = glob("svarog386-full-*.iso", GLOB_NOSORT);
|
15 |
$files = array_combine($files, array_map("filemtime", $files));
|
18 |
$files = array_combine($files, array_map("filemtime", $files));
|