CLOCK01.SYS: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
==Description== | ==Description== | ||
This is the Clock device driver for family 1 machines ( | This is the Clock device driver for family 1 machines (non-MCA) for OS/2. | ||
It does the following: | It does the following: | ||
Line 11: | Line 11: | ||
==Versions== | ==Versions== | ||
{| class="wikitable" | {| class="wikitable" | ||
!Date||Version||Size||Comments | |||
|- | |- | ||
|2002-04-15 17:16||10.58||4,552 bytes|| | |||
|- | |||
|} | |} | ||
==DLLs Loaded== | ==DLLs Loaded== | ||
* [[DOSCALL1.DLL]] | * [[DOSCALL1.DLL]] | ||
==Source Code== | ==Source Code== | ||
The source code of this file is included on the [[IBM Developer Connection Device Driver Kits for OS/2]]. It can not be open sourced, but the source code is available for IBM DDK customers and a free/paid binaries can be released. | The source code of this file is included on the [[IBM Developer Connection Device Driver Kits for OS/2]]. It can not be open sourced, but the source code is available for IBM DDK customers and a free/paid binaries can be released. | ||
[[Category: | [[Category:Drivers]] |
Revision as of 17:57, 27 August 2016
Description
This is the Clock device driver for family 1 machines (non-MCA) for OS/2.
It does the following:
- get/set date/time
- Read CMOS
- Access to Beeper (PC speaker)
- Kernel synchronization
- Some specific service to timer0$
Versions
Date | Version | Size | Comments |
---|---|---|---|
2002-04-15 17:16 | 10.58 | 4,552 bytes |
DLLs Loaded
Source Code
The source code of this file is included on the IBM Developer Connection Device Driver Kits for OS/2. It can not be open sourced, but the source code is available for IBM DDK customers and a free/paid binaries can be released.