Main page I Why Svarog386 I Tech I NLS

Migrating Svarog386 to SvarDOS

This is an article from the Svarog386 tech base

Migrating Svarog386 to SvarDOS The Svarog386 project has been halted in 2020, and replaced by SvarDOS. Existing Svarog386 installations can be easily "converted" to SvarDOS - all it takes is replacing the system package manager. To do so, follow the procedure below: fdnpkg install wget fdnpkg install unzip wget http://svardos.osdn.io/repo/pkg.zip wget http://svardos.osdn.io/repo/pkgnet.zip unzip -j pkg.zip bin\pkg.exe mkdir %DOSDIR%\cfg echo PROGS=C:\ > %DOSDIR%\cfg\pkg.cfg echo GAMES=C:\ >> %DOSDIR%\cfg\pkg.cfg echo DEVEL=C:\ >> %DOSDIR%\cfg\pkg.cfg echo DRIVERS=C:\ >> %DOSDIR%\cfg\pkg.cfg pkg install pkg.zip del pkg.zip del pkg.exe pkg install pkgnet.zip del pkgnet.zip pkg remove fdnpkg From now on, your Svarog386 system is SvarDOS-compatible. To handle packages, use the newly-installed pkg and pkgnet tools. Make sure to review your pkg.cfg file and adjust the paths where to install new software so it fits your habits. More information on http://svardos.osdn.io