Subversion Repositories SvarDOS

Rev

Rev 212 | Rev 285 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 212 Rev 217
Line 1... Line 1...
1
    <h1>SvarDOS - an open-source DOS distribution</h1>
1
    <h1>SvarDOS - an open-source DOS distribution</h1>
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
 
3
 
4
    <div style="margin: 2em auto; width: 20em; border: 1px #777 solid; background-color: #fff; padding: 0.5em;">
4
    <div style="margin: 2em auto; width: 21em; border: 1px #777 solid; background-color: #fff; padding: 0.1em 0.5em; color: #a00; font-size: 1.1em;">This project is very much "work-in-progress", not everything works yet!</div>
5
    <p style="text-align: center; font-size: 1.5em; margin: 1.5em auto;">WORK IN PROGRESS</p>
-
 
6
    <p style="font-size: 1.2em;">This project is in a work-in-progress phase, nothing works yet. Please come back later!</p>
-
 
7
    </div>
-
 
8
 
5
 
9
    <p>SvarDOS is an open-source project that is meant to integrate the best out of the currently available DOS tools, drivers and games. DOS development has been abandoned by commercial players a very long time ago, mostly during early nineties. Nowadays, it survives solely through the efforts of hobbyists and retro-enthusiasts, but this is a highly sparse and unorganized ecosystem. SvarDOS aims to collect available DOS software, package it and make it easy to find and install applications using a network-enabled package manager.</p>
6
    <p>SvarDOS is an open-source project that is meant to integrate the best out of the currently available DOS tools, drivers and games. DOS development has been abandoned by commercial players a very long time ago, mostly during early nineties. Nowadays, it survives solely through the efforts of hobbyists and retro-enthusiasts, but this is a highly sparse and unorganized ecosystem. SvarDOS aims to collect available DOS software, package it and make it easy to find and install applications using a network-enabled package manager (like apt-get, but for DOS and able to run even on a 8086 PC).</p>
10
 
7
 
11
    <h2>SvarDOS is minimalist and 8086-compatibe</h2>
8
    <h2>Minimalist and 8086-compatibe</h2>
12
 
9
 
13
    <p>Once installed, SvarDOS is a minimalistic DOS system that offers only the most basic tools for system administration. It is up to the user to install additional packages. Care is taken so SvarDOS remains 8086-compatible, at least in its most basic (core) configuration.</p>
10
    <p>Once installed, SvarDOS is a minimalistic DOS system that offers only the most basic tools for system administration. It is up to the user to install additional packages. Care is taken so SvarDOS remains 8086-compatible, at least in its most basic (core) configuration.</p>
14
 
11
 
15
    <h2>SvarDOS is open-source</h2>
12
    <h2>Open-source</h2>
16
 
13
 
17
    <p>SvarDOS files are published under the terms of the MIT license. This applies only to SvarDOS-specific files, though - the packages may be subject to different licenses (GPL, BSD, Public Domain, Freeware...).</p>
14
    <p>SvarDOS files are published under the terms of the MIT license. This applies only to SvarDOS-specific files, though - the packages supplied with SvarDOS may be subject to different licenses (GPL, BSD, Public Domain, Freeware...).</p>
18
 
15
 
19
    <h2>SvarDOS has no "versions"</h2>
16
    <h2>No "versions"</h2>
20
 
17
 
21
    <p>SvarDOS is a "rolling" release, meaning that it doesn't follow the concept of "versions". Once installed, SvarDOS can be kept up-to-date trough its online update tool.</p>
18
    <p>SvarDOS is a "rolling" release, meaning that it doesn't follow the concept of "versions". Once the system is installed, its packages can be kept up-to-date using the SvarDOS online update tools (pkgnet &amp; pkginst).</p>
22
 
19
 
23
    <h2>The community</h2>
20
    <h2>Community and help</h2>
24
 
21
 
25
    <p>Need to get in touch? Wish to contribute some packages, translate SvarDOS to your language, or otherwise contribute? Or maybe you'd like some information about SvarDOS? The project has a <a href="https://lists.osdn.me/mailman/listinfo/svardos-users">mailing list</a> just for that.</p>
22
    <p>Need to get in touch? Wish to submit some packages, translate SvarDOS to your language, or otherwise contribute? Or maybe you'd like some information about SvarDOS? The project has a <a href="https://lists.osdn.me/mailman/listinfo/svardos-users">mailing list</a> just for that.</p>
26
 
23
 
27
    <h2>Downloads</h2>
24
    <h2>Downloads</h2>
28
 
25
 
29
    <ul>
26
    <ul>
30
      <li><a href="download/svardos-cd.zip">SvarDOS install CD (ISO)</a></li>
27
      <li><a href="download/svardos-cd.zip">SvarDOS install CD (ISO)</a></li>
Line 32... Line 29...
32
      <li><a href="download/svardos-floppy-1440k.zip">SvarDOS install on 1.44M floppy disks</a></li>
29
      <li><a href="download/svardos-floppy-1440k.zip">SvarDOS install on 1.44M floppy disks</a></li>
33
      <li><a href="download/svardos-floppy-1200k.zip">SvarDOS install on 1.2M floppy disks</a></li>
30
      <li><a href="download/svardos-floppy-1200k.zip">SvarDOS install on 1.2M floppy disks</a></li>
34
      <li><a href="download/svardos-floppy-720k.zip">SvarDOS install on 720K floppy disks</a></li>
31
      <li><a href="download/svardos-floppy-720k.zip">SvarDOS install on 720K floppy disks</a></li>
35
    </ul>
32
    </ul>
36
 
33
 
37
    <p class="wondering">Wondering how SvarDOS is built? You might want to take a look at the <a href="https://osdn.net/projects/svardos/scm/svn/tree/head/">project's SVN</a>, where all the build-related files are stored.</p>
34
    <p class="wondering">Wondering how SvarDOS is built? Take a look at the <a href="https://osdn.net/projects/svardos/scm/svn/tree/head/">project's SVN</a>, where all the build-related files are stored.</p>