OS2LDR: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
OS2LDR module, running in real mode, sets up the PIC chips, sets the PIT timer chips, queries the BIOS for hardware configuration data, reads various CMOS and ROM information, and finally loads (i.e., reads in and applies fixups to) [[OS2KRNL]] and transfers control to it at its start address, syiInitializeOS2. | OS2LDR module, running in real mode, sets up the PIC chips, sets the PIT timer chips, queries the BIOS for hardware configuration data, reads various CMOS and ROM information, and finally loads (i.e., reads in and applies fixups to) [[OS2KRNL]] and transfers control to it at its start address, syiInitializeOS2. | ||
;Note: This is one of the critical files for the [[OS/2 Kernel]]. | |||
==Versions== | ==Versions== | ||
Line 7: | Line 9: | ||
!Date||Version||Size||Comments | !Date||Version||Size||Comments | ||
|- | |- | ||
| | |1997-12-04|| ||28.160 B||OS/2 2.11 (PJ23092) | ||
|- | |- | ||
|2011-05-06 | |2011-05-06|| ||43,008 B|| | ||
|- | |- | ||
|2011-05-06 | |2011-05-06|| ||45,056 B||eCS 2.1 | ||
|} | |} | ||
See also: [[OS2LDR Replacements]] | |||
==Articles== | ==Articles== | ||
* [http://www.edm2.com/0607/kernel.html Inside the OS/2 Kernel] | * David C. Zimmerli: [http://www.edm2.com/0607/kernel.html Inside the OS/2 Kernel] | ||
* [http://www.edm2.com/0703/hshk.html OS2LDR and OS2KRNL | * David C. Zimmerli: [http://www.edm2.com/0703/hshk.html OS2LDR and OS2KRNL - The Secret Handshake] | ||
[[Category:Files]] | [[Category:Files]] |
Latest revision as of 22:39, 16 May 2019
OS2LDR is known as the OS/2 Loader.
OS2LDR module, running in real mode, sets up the PIC chips, sets the PIT timer chips, queries the BIOS for hardware configuration data, reads various CMOS and ROM information, and finally loads (i.e., reads in and applies fixups to) OS2KRNL and transfers control to it at its start address, syiInitializeOS2.
- Note
- This is one of the critical files for the OS/2 Kernel.
Versions
Date | Version | Size | Comments |
---|---|---|---|
1997-12-04 | 28.160 B | OS/2 2.11 (PJ23092) | |
2011-05-06 | 43,008 B | ||
2011-05-06 | 45,056 B | eCS 2.1 |
See also: OS2LDR Replacements
Articles
- David C. Zimmerli: Inside the OS/2 Kernel
- David C. Zimmerli: OS2LDR and OS2KRNL - The Secret Handshake