Jump to content

Main public logs

Combined display of all available logs of EDM2. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 22:10, 19 May 2025 Martini talk contribs created page SMPProgAdd - Sample Source Code for a PSD (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...")