QSINIT: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
Gamba (talk | contribs)
Download: - added link to Archive directory
Jugbogdan (talk | contribs)
mNo edit summary
 
(17 intermediate revisions by 5 users not shown)
Line 1: Line 1:
==Description==
{{Software
QSINIT is a replacement of OS2LDR created from scratch.  
|Picture=NA.png
|Version=13072024 (Jul 2024)
|Author=[[Dmitry Zavalskov]]
|License=Freeware
|Download=
* [ftp://212.12.30.18/public/QS/QS_LDR.ZIP QSINIT loader], latest version
* [ftp://212.12.30.18/public/QS/QS_SDK.ZIP QSINIT SDK] - Source Code, latest version
|Website=
}}
QSINIT is a replacement of OS2LDR created from scratch.


QSINIT share some functionality with OS/4 like OS2LDR.INI file format (kernel menu and options) is because the author was part of the OS/4 team and wrote the same part of OS/4 OS2LDR, also the author decided it was a good idea to have OS/4 compatibility.  
QSINIT share some functionality with OS/4 like OS2LDR.INI file format (kernel menu and options) is because the author was part of the OS/4 team and wrote the same part of OS/4 OS2LDR, also the author decided it was a good idea to have OS/4 compatibility.


==Download==
==Installation and use==
Latest version should work fine with current version of ACPI.PSD once /VW parameter is specified (e.g.: PSD=ACPI.PSD /VW)
Latest version works fine with current version of ACPI.PSD once /VW parameter is specified (e.g.: PSD=ACPI.PSD /VW). To install QSINIT:
* rename original IBM OS2LDR to OS2LDR.OLD;
* unzip OS2LDR and QSINIT.LDI to the root of boot drive;
* create OS2LDR.INI in the root (see readme.txt for example) and reboot.
This will solve the "just 512 MB of RAM" problem on EFI.


* [ftp://212.12.30.18/public/QS/QS_LDR.ZIP QSINIT loader, latest version]
* [http://www.os2world.com/forum/index.php/topic,151.75.html Additional Instructions] to use the remaining RAM memory to create a RAMDISK, for example for the temporary directory or the swap file.
* [ftp://212.12.30.18/public/QS/QS_SDK.ZIP QSINIT SDK, latest version]
* [ftp://212.12.30.18/public/QS/Archive/ QSINIT, archived versions]


==License==
==License==
* Binary form of this package is freeware.
* Binary form of this package is freeware.
* Source code can be available by request, for non-commercial use only.
* Source code for non-commercial use only.


This application is based on part on:
This application is based on part on:
* zlib 1.2.5 (c) 1995-2010 Jean-loup Gailly and Mark Adler
* zlib 1.2.5 (c) 1995-2010 Jean-loup Gailly and Mark Adler - zlib License.
* FatFs - FAT file system module (c) 2011, ChaN.
* FatFs - FAT file system module (c) 2011, ChaN. - BSD 1-Clause
* PMODE 3.07 (c) 1994, Tran (a.k.a. Thomas Pytel)
* PMODE 3.07 (c) 1994, Tran (a.k.a. Thomas Pytel) - AS IS Freeware
 
==Author==
* walking_x


==Links==
==Links==
* [http://ru2.halfos.ru/core/articles/qsinit/ QSINIT Loader] - Russian
* [http://ru2.halfos.ru/core/articles/qsinit/ QSINIT Loader] - Russian
[[Category:Software]]
* [ftp://212.12.30.18/public/QS/Archive/ QSINIT, archived versions]
 
[[Category:System]]
[[Category:Freeware]]

Latest revision as of 14:12, 19 July 2024

QSINIT
Version 13072024 (Jul 2024)
Vendor
Author Dmitry Zavalskov
License Freeware
Download * QSINIT loader, latest version
Website

QSINIT is a replacement of OS2LDR created from scratch.

QSINIT share some functionality with OS/4 like OS2LDR.INI file format (kernel menu and options) is because the author was part of the OS/4 team and wrote the same part of OS/4 OS2LDR, also the author decided it was a good idea to have OS/4 compatibility.

Installation and use

Latest version works fine with current version of ACPI.PSD once /VW parameter is specified (e.g.: PSD=ACPI.PSD /VW). To install QSINIT:

  • rename original IBM OS2LDR to OS2LDR.OLD;
  • unzip OS2LDR and QSINIT.LDI to the root of boot drive;
  • create OS2LDR.INI in the root (see readme.txt for example) and reboot.

This will solve the "just 512 MB of RAM" problem on EFI.

  • Additional Instructions to use the remaining RAM memory to create a RAMDISK, for example for the temporary directory or the swap file.

License

  • Binary form of this package is freeware.
  • Source code for non-commercial use only.

This application is based on part on:

  • zlib 1.2.5 (c) 1995-2010 Jean-loup Gailly and Mark Adler - zlib License.
  • FatFs - FAT file system module (c) 2011, ChaN. - BSD 1-Clause
  • PMODE 3.07 (c) 1994, Tran (a.k.a. Thomas Pytel) - AS IS Freeware

Links