Jump to content

SMPProgAdd - Sample Source Code for a PSD: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

19 May 2025

  • curprev 22:1122:11, 19 May 2025 Martini talk contribs 31,927 bytes +31 No edit summary
  • curprev 22:1022:10, 19 May 2025 Martini talk contribs 31,896 bytes +31,896 Created page with "The following is the source code for an actual PSD. ==Main program== <pre> #define INCL_ERROR_H #include <os2.h> #include <psd.h> #include <alr.h> extern ulong_t RMP2Available(void); * Global Variables: P_F_2 router = 0; char *pParmString = 0; int IODelayCount = 30; PLMA *pPSDPLMA = 0; ulong_t sizePLMA = 0; /*** Disable - Disable interrupts * * This function disables interrupts, and returns * the original state of eflags * * ENT..."