Jump to content

OS2KRNL: Difference between revisions

From EDM2
Ak120 (talk | contribs)
No edit summary
No edit summary
Line 1: Line 1:
This the OS/2 Kernel file.  
This the OS/2 Kernel file.  
It controls the start and finish user programs, load different drivers (PSD,PDD,IFS) and controls serialization and share of resources  (memmory, CPU, ets).
It contains some functions like Dos* (for example DosBeep),  Kee*, FSH*, DevHlp*, VDH* and some very specific.


==Version==
==Version==

Revision as of 00:04, 24 May 2016

This the OS/2 Kernel file.

It controls the start and finish user programs, load different drivers (PSD,PDD,IFS) and controls serialization and share of resources (memmory, CPU, ets).

It contains some functions like Dos* (for example DosBeep), Kee*, FSH*, DevHlp*, VDH* and some very specific.

Version

Date Version Size Comments
2011-05-06 18:44 14.105 (SMP) 870,857 bytes SMP IBM OS/2 Kernel
2011-05-06 22:44 14.105 (W4) 816,111 bytes _W4 IBM OS/2 Kernel - Included on eCS 2.1
2007-02-13 09:33 14.106 (W4) 849,283 bytes _W4 IBM OS/2 Kernel - Fixpack XR_C006

DLLs Loaded

File:OS2KRNL-PMDLL.PNG

Alternative Versions

  • The Phoenix OS/4 is aimed to try to generate an OS/2 kernel clone/replacement. It included replacements for the kernel, loader, the screen, clock, apic drivers and doscall1 library.

Articles