Subversion Repositories SvarDOS

Rev

Rev 288 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
288 mateuszvis 1
 
2
%hSvarDOS origins (history from the point of view of its creator)
3
 
318 mateuszvis 4
Mateusz Viste says:
288 mateuszvis 5
 
318 mateuszvis 6
In the years 2005-2015 I used to perform packaging work for the FreeDOS
288 mateuszvis 7
project. I wasn't pleased with the packaging tool that FreeDOS used back then
8
(FDPKG), so in 2012 I started working on a new package manager, with network
9
support, automatic updates, etc - I named it FDNPKG. Later I also devised a
10
scripted way of generating an "always up to date" FreeDOS CD that I
11
unimaginatively called "all_cd.iso". This CD included FDNPKG and all the
12
FreeDOS packages available at the given moment.
13
 
14
I still wasn't satisfied with how FreeDOS clings to its notion of "releases"
15
and that it cannot include some software because of licensing issues, so in
16
2016 I decided to create my own distribution, that I called Svarog386 (there
318 mateuszvis 17
was also a Svarog86 project that I had created a couple months earlier,
288 mateuszvis 18
dedicated to 8086 machines). Svarog386 naturally relied on the FreeDOS kernel
19
and used the FDNPKG package manager.
20
 
318 mateuszvis 21
Then, in 2021, I found it increasingly annoying to look after two separate
22
distributions. Over time, FDNPKG also became a huge piece of protected mode
23
code, and although it was magnificent code, I was no longer happy with it: too
24
many features, too much data processing, too much memory required... In a
288 mateuszvis 25
word: too much fluff. I longed for something simpler, that would do perhaps
26
less, but with more transparency towards the user - and something that would
318 mateuszvis 27
work in real mode with not much RAM, so it could run even on ancient 8086
28
machines.
288 mateuszvis 29
 
30
The result of these thoughts was SvarDOS: a distribution that replaced both
31
Svarog86 and Svarog386, and that came with its own package manager - a much
32
simpler (and in my opinion much more elegant) tool than FDNPKG.