Jump to content

SMP Programming Addendum: Difference between revisions

From EDM2
No edit summary
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
The SMP Programming Addendum is a detailed technical guide and reference for application programmers who which to exploit the symmetric multiprocessor support in the OS/2 operating system. It gives reference information and code examples to enable you to write source code using OS/2 functions and tools.
{{IBM-Reprint}}
{{SMPProgAdd}}


*''SMP Programming Addendum'' (smp.inf) - Nov 1996
The SMP Programming Addendum is a detailed technical guide and reference for application programmers who wish to exploit the symmetric multiprocessor support in the OS/2 operating system. It gives reference information and code examples to enable you to write source code using OS/2 functions and tools.
 
Several versions of the file SMP.INF have been reported:
 
;Release 1: (1996-08-29) The Warp Server 4 SMP Toolkit version of the file.
;Release 2: (1996-11-XX) Missing some topics from the Warp Server 4 version. Included in "DevCon 12 , CD2 and CD3" and DevCon R2V2 CD1.
;Release 3: (1997-03-12) Missing some topics from the Warp Server 4 version but including the "CVK_CMD_SCANPCB " documentation.
 
==Links==
*''[http://hobbesarchive.com/Home/Download?path=/Hobbes/pub/os2/dev/info/books/SMPProgrammingAddendum_1997-03-12.zip SMP Programming Addendum]'' (smp.inf) - Nov 1996
* [https://www.os2.kr/komh/os2books/smpadd-19970312/ Web] - Nov 1996


==See Also==
==See Also==

Latest revision as of 22:14, 5 May 2025

Reprint Courtesy of International Business Machines Corporation, © International Business Machines Corporation

SMP Programming Addendum
  1. How to Use the SMP Programming Addendum
  2. Introduction to OS/2 Warp Server Version 4 Advanced
  3. Platform Specific Drivers (PSDs)
  4. High Memory Support
  5. Raw File System
  6. Processor Management and Performance Functions
  7. Application Considerations
  8. Device Drivers In OS/2 Warp Server for SMP
  9. New Device Helper (DevHlp) Routines
  10. Kernel Debugger
  11. The ICAT Debugger
  12. Software Trace Facility (STRACE)
  13. View and Set Program Type For Executable File (MARKEXE)
  14. Data Types
  15. Errors
  16. Generic IOCtl Commands
  17. Sample Source Code for a PSD
  18. Comments, Please!
  19. Glossary
  20. Notices

The SMP Programming Addendum is a detailed technical guide and reference for application programmers who wish to exploit the symmetric multiprocessor support in the OS/2 operating system. It gives reference information and code examples to enable you to write source code using OS/2 functions and tools.

Several versions of the file SMP.INF have been reported:

Release 1
(1996-08-29) The Warp Server 4 SMP Toolkit version of the file.
Release 2
(1996-11-XX) Missing some topics from the Warp Server 4 version. Included in "DevCon 12 , CD2 and CD3" and DevCon R2V2 CD1.
Release 3
(1997-03-12) Missing some topics from the Warp Server 4 version but including the "CVK_CMD_SCANPCB " documentation.

Links

See Also