Main public logs
Appearance
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).
- 17:48, 7 August 2025 Martini talk contribs created page MIDILAB.SYS (Created page with "MidiLab/2 Device Driver. DEVICE=<path>\MIDILAB.SYS ii aaa ;ii :is the interrupt for which the MPU hardware is wired. Default is 5. ;aaa :is the port address for your MIDI hardware device. Default is hex 330. ;/Z :Should be used to avoid warning messages. These values must be entered as hex numbers. An example of an installation with IRQ 10 and Address of hex 330 would be: DEVICE=C:\MLABPM\MIDILAB.SYS A 330 Category:DEVICE Statements Category:Multimedia...")
- 17:41, 7 August 2025 Martini talk contribs created page RANDDRV.SYS (Created page with "Random number driver for RNG-810 or similar hardware. DEVICE=<path>\RANDDRV.SYS 0X300 ;0X300 :This assumes you have configured your random number generator to use port 0x300. Category:Misc Device Drivers Category:DEVICE Statements")
- 17:35, 7 August 2025 Martini talk contribs created page Category:Misc Device Drivers (Created page with "Category:Device Drivers")
- 17:34, 7 August 2025 Martini talk contribs created page Category:Storage Device Drivers (Created page with "Category:Device Drivers")
- 10:02, 7 August 2025 Ak120 talk contribs moved page Video Toolkit to OS/2 Video Toolkit
- 19:26, 6 August 2025 Martini talk contribs created page Category:386HPFS (Created page with "Category:Online Books")
- 19:25, 6 August 2025 Martini talk contribs created page Template:386HPFS (Created page with "{|class="wikitable" align=right !386 HPFS Technical Considerations |- | #Preface #LAN Server 3.0 Entry Architecture #LAN Server 3.0 Advanced Architecture #386 HPFS Features #Access Control System #Existing Drives Or Other File Systems #Hot Fix #Boot Manager #DISKCACHE #Busmaster Adapters & Memory Over 16MB |} Category:386HPFS")
- 18:37, 6 August 2025 Martini talk contribs created page Category:OMF-LX (Created page with "Category:Online Books")
- 17:50, 6 August 2025 Martini talk contribs created page Template:OMF-LX (Created page with "{|class="wikitable" align=right !GPI Guide and Reference |- | # Introduction # The 16/32-Bit Object Module Format # LX - Linear eXecutable Module Format Description |} Category:GPIGuide")
- 17:46, 6 August 2025 Martini talk contribs deleted page IBM OS/2 16/32-bit Object Module Format (OMF) Specification (Merged with IBM OS/2 16/32-bit Object Module Format (OMF) and Linear eXecutable Module Format (LX))
- 22:47, 25 July 2025 Martini talk contribs created page T358SCSI.ADD (Created page with " ==Syntax== BASEDEV=T358SCSI.ADD /M84 ==Parameters== ;/M84 :This will change the mode of the T358 (or the T348) to adapt to the special requirements of the 720C parallel port.")
- 06:16, 20 July 2025 Martini talk contribs created page KME8OS2.SYS (Created page with "This is enabler for the supplied Interface Card. This file should be located after the Card manager(PCMCIA.SYS, IBM2SS01.SYS) in the CONFIG.SYS file and the following options are available. ==Parameters== ;/nobeep :Setting this option to turn off the beep sound that is generated when inserting or removing the supplied Interface card. ;/v :If you set this option, the following message will appear when starting the computer. +--------------------------------------...")
- 18:24, 17 July 2025 Martini talk contribs created page ACSSVC.DLL (Created page with "An APPC Dynamic Link Library. ==Used By== * Cycles Game * IBM Z Family/2 Reusable Libraries Category:Files")
- 00:39, 12 July 2025 Martini talk contribs created page DEVESC SETUPBLITTERNOTIFY (Created page with "{{DISPLAYTITLE:DEVESC_SETUPBLITTERNOTIFY}} GreEscape DEVESC_SETUPBLITTERNOTIFY is called by EnDIVE users to indicate whether the hardware can support the current image blitting parameters. ;Simulation support: None. ==Syntax== GreEscape(hdc, ICODE, lInCount, pbInData, plOutCount, pbOutData); ==Parameters== ;''hdc'' (HDC) - input: Device context handle. ;''ICODE'' (LONG) - input: DEVESC_SETUPBLITTERNOTIFY escape code. ;''lInCount'' (LONG) - input: Number...")
- 00:38, 12 July 2025 Martini talk contribs created page DEVESC SETMODE (Created page with "{{DISPLAYTITLE:DEVESC_SETMODE}} GreEscape DEVESC_SETMODE sets the printer into a particular mode. ;Simulation support: This function is mandatory for hardcopy drivers, but may simply return a DEVESC_NOTIMPLEMENTED code. For other drivers, it is simulated by a handling routine in the graphics engine. ==Syntax== GreEscape(hdc, lEscape, cInCount, pInData, pcOutCount, pOutData, pInstance, lFunction); ==Parameters== ;''hdc'' (HDC) - input: Device context handle. ;''l...")
- 00:36, 12 July 2025 Martini talk contribs created page DEVESC SETJOBPROPERTIES (Created page with "{{DISPLAYTITLE:DEVESC_SETJOBPROPERTIES}} GreEscape DEVESC_SETJOBPROPERTIES writes the specified job property types and values into the job properties structure that is passed in. ;Simulation support: This function is mandatory for all drivers and must be implemented in order to have a valid OS/2 hardcopy driver. ==Syntax== GreEscape(hdc, lEscape, cInCount, pInData, pcOutCount, pOutData, pInstance, lFunction); ==Parameters== ;''hdc'' (HDC) - input: Device context...")
- 00:34, 12 July 2025 Martini talk contribs created page DEVESC REGISTER (Created page with "{{DISPLAYTITLE:DEVESC_REGISTER}} GreEscape DEVESC_REGISTER is called by EnDIVE users to register and unregister use with the driver. ;Simulation support: None. ==Syntax== GreEscape(hdc, ICODE, lInCount, pbInData, plOutCount, pbOutData); ==Parameters== ;''hdc'' (HDC) - input: Device context handle. ;''ICODE'' (LONG) - input: DEVESC_REGISTER escape code. ;''lInCount'' (LONG) - input: Number of bytes pointed to by pbInData. ;''pbInData'' (PBYTE) - inp...")
- 00:33, 12 July 2025 Martini talk contribs created page DEVESC RAWDATA (Created page with "{{DISPLAYTITLE:DEVESC_RAWDATA}} GreEscape DEVESC_RAWDATA sends device-specific data directly to the spooler or device. ;Simulation support: This function is mandatory for hardcopy drivers and must be implemented in order to have a valid OS/2 hardcopy driver. For other drivers, it is simulated by a handling routine in the graphics engine. ==Syntax== GreEscape(hdc, lEscape, cInCount, pInData, pcOutCount, pOutData, pInstance, lFunction); ==Parameters== ;''hdc'' (HDC...")
- 00:19, 12 July 2025 Martini talk contribs created page DEVESC QUERYVIOCELLSIZES (Created page with "{{DISPLAYTITLE:DEVESC_QUERYVIOCELLSIZES}} GreEscape DEVESC_QUERYVIOCELLSIZES obtains the details of the VIO cell sizes supported by the presentation driver. ;Simulation support: This function is mandatory for display drivers. For other drivers, it is simulated by a handling routine in the graphics engine. ==Syntax== GreEscape(hdc, lEscape, cInCount, pInData, pcOutCount, pOutData, pInstance, lFunction); ==Parameters== ;hdc (HDC) - input: Device context handle. ;lE...")
- 00:12, 12 July 2025 Martini talk contribs created page DEVESC QUERYSIZE (Created page with "{{DISPLAYTITLE:DEVESC_QUERYSIZE}} GreEscape DEVESC_QUERYSIZE queries the size of memory (in bytes) required for the corresponding list of specified job property types. Refer to Dynamic Job Properties for related information. ;Simulation support: This function is mandatory for all drivers and must be implemented in order to have a valid OS/2 hardcopy driver. ===Syntax=== GreEscape(hdc, lEscape, cInCount, pInData, pcOutCount, pOutData, pInstance, lFunction); ===GreEsca...")
- 00:07, 12 July 2025 Martini talk contribs created page DEVESC QUERYJOBPROPERTIES (Created page with "{{DISPLAYTITLE:DEVESC_QUERYJOBPROPERTIES}} '''GreEscape DEVESC_QUERYJOBPROPERTIES''' queries the specified job property types and values inside the job properties structure that is passed in. Refer to Dynamic Job Properties for related information. ;Simulation support: This function is mandatory for all drivers and must be implemented to have a valid OS/2 hardcopy driver. Refer to Dynamic Job Properties for related information. ==Syntax== GreEscape(hdc, l...")
- 00:05, 12 July 2025 Martini talk contribs created page DEVESC QUERYFB (Created page with "{{DISPLAYTITLE:DEVESC_QUERYFB}} '''GreEscape DEVESC_QUERYFB''' is called by EnDIVE users to get information describing the characteristics of the frame buffer. ;Simulation support: None. ==Syntax== GreEscape(hdc, ICODE, lInCount, pbInData, plOutCount, pbOutData); ==Parameters== ;''hdc'' (HDC) - input: Device context handle. ;''ICODE'' (LONG) - input: DEVESC_QUERYFB escape code. ;''lInCount'' (LONG) - input: Zero (0). ;''pbInData'' (PBYTE) - in...")
- 23:57, 11 July 2025 Martini talk contribs created page DEVESC QUERYESCSUPPORT (Created page with "{{DISPLAYTITLE:DEVESC_QUERYESCSUPPORT}} GreEscape DEVESC_QUERYESCSUPPORT queries whether a particular escape code is implemented by the presentation driver. The presentation driver returns DEV_OK if the specified escape is supported. Refer to Dynamic Job Properties for related information. ;Simulation support: This function is mandatory for all drivers and must be implemented in order to have a valid OS/2 hardcopy driver. ==Syntax== GreEscape(hdc, lEscape, cInCo...")
- 23:56, 11 July 2025 Martini talk contribs created page DEVESC NEXTBAND (Created page with "{{DISPLAYTITLE:DEVESC_NEXTBAND}} '''GreEscape DEVESC_NEXTBAND''' indicates that there is no more data for the current band, and gets the coordinates of the next band. If there is no current band, the handling routine returns the coordinates of the first band. ;Simulation support: This function is mandatory for hardcopy drivers, but may simply return a DEVESC_NOTIMPLEMENTED code. For other drivers, it is simulated by a handling routine in the graphics engine. ==Synt...")
- 23:53, 11 July 2025 Martini talk contribs created page DEVESC NEWFRAME WPROP (Created page with "{{DISPLAYTITLE:DEVESC_NEWFRAME_WPROP}} Based on the new job properties that are passed in, '''GreEscape DEVESC_NEWFRAME_WPROP''', will reset the device context information and presentation space information. This action should be equivalent to the result of a new DevOpenDC with the new job properties. Refer to Dynamic Job Properties for related information. ;Simulation support: This function is mandatory for hardcopy drivers and must be implemented in order to have...")
- 23:50, 11 July 2025 Martini talk contribs created page DEVESC NEWFRAME (Created page with "{{DISPLAYTITLE:DEVESC_NEWFRAME}} '''GreEscape DEVESC_NEWFRAME''' indicates that there is no more data for the current page. ;Simulation support: This function is mandatory for hardcopy drivers and must be implemented in order to have a valid OS/2 hardcopy driver. For other drivers, it is simulated by a handling routine in the graphics engine. ==Syntax== GreEscape(hdc, lEscape, cInCount, pInData, pcOutCount, pOutData, pInstance, lFunction); ==Parameters== ;''hdc'...")
- 23:49, 11 July 2025 Martini talk contribs created page DEVESC HWREQUEST (Created page with "{{DISPLAYTITLE:DEVESC_HWREQUEST}} '''GreEscape DEVESC_HWREQUEST''' is called by EnDIVE users to take advantage of enhanced acquire functions. In addition to performing the same serialization functions, GreEscape DEVESC_HWREQUEST lets each using process find out if its video memory buffer has been relocated or if system memory could not be allocated. ;Simulation support: None. ==Syntax== GreEscape(hdc, ICODE, lInCount, pbInData, plOutCount, pbOutData); ==Paramet...")
- 23:47, 11 July 2025 Martini talk contribs created page DEVESC GETSCALINGFACTOR (Created page with "{{DISPLAYTITLE:DEVESC_GETSCALINGFACTOR}} '''GreEscape DEVESC_GETSCALINGFACTOR''' gets the incremental scaling factors for the (X,Y) axes of a hardcopy device. ;Simulation support: This function is mandatory for hardcopy drivers, but may simply return a DEVESC_NOTIMPLEMENTED code. For other drivers, it is simulated by a handling routine in the graphics engine. ==Syntax== GreEscape(hdc, lEscape, cInCount, pInData, pcOutCount, pOutData, pInstance, lFunction); ==Par...")
- 23:46, 11 July 2025 Martini talk contribs created page DEVESC GETJOBID (Created page with "{{DISPLAYTITLE:DEVESC_GETJOBID}} '''GreEscape DEVESC_GETJOBID''' (8160L) is called by an application to get the spooler job ID, print queue name, and print server name for the job the application is spooling. This escape is not metafiled and is allowed only when printing OD_QUEUED. ;Simulation support: This function is optional for hardcopy drivers. ==Syntax== GreEscape(lInCount, pbInData, plOutCount, pbOutData); ==Parameters== ;''lInCount'' (LONG) - input: Not...")
- 23:45, 11 July 2025 Martini talk contribs created page DEVESC GETCP (Created page with "{{DISPLAYTITLE:DEVESC_GETCP}} '''GreEscape DEVESC_GETCP''' gets a hardcopy data stream that would set the specified code page in the hardcopy device. '''Note:''' This escape code is used only by hardcopy drivers with built-in fonts. ;Simulation support: This function is mandatory for hardcopy drivers, but may simply return a DEVESC_NOTIMPLEMENTED code. For other drivers, it is simulated by a handling routine in the graphics engine. ==Syntax== GreEscape(hdc, lEscape,...")
- 23:42, 11 July 2025 Martini talk contribs created page DEVESC GETAPERTURE (Created page with "{{DISPLAYTITLE:DEVESC_GETAPERTURE}} GreEscape DEVESC_GETAPERTURE ;Simulation support: This function is mandatory for display drivers supporting software motion video. For other drivers, it is simulated by a handling routine in the graphics engine. ;Description: '''GreEscape DEVESC_GETAPERTURE''' returns the size and physical address of the video aperture. For example, it would return "0A000h" and "64KB" for most Super VGA adapters. Care must be taken to determine i...")
- 23:34, 11 July 2025 Martini talk contribs created page DEVESC FLUSHOUTPUT (Created page with "{{DISPLAYTITLE:DEVESC_FLUSHOUTPUT}} GreEscape DEVESC_FLUSHOUTPUT flushes any output received for the current document. ;Simulation support: This function is mandatory for hardcopy drivers, but may simply return a DEVESC_NOTIMPLEMENTED code. For other drivers, it is simulated by a handling routine in the graphics engine. ==Syntax== GreEscape(hdc, lEscape, cInCount, pInData, pcOutCount, pOutData, pInstance, lFunction); ==Parameters== ;''hdc'' (HDC) - input: Device...")
- 23:32, 11 July 2025 Martini talk contribs created page Category:DEVESC (Created page with "Category:Gre")
- 23:31, 11 July 2025 Martini talk contribs created page DEVESC EXTQUERY (Created page with "{{DISPLAYTITLE:DEVESC_EXTQUERY}} GreEscape DEVESC_EXTQUERY is called by EnDIVE users to get information describing the characteristics of the motion video accelerator. ;Simulation support: None. ==Syntax== GreEscape(hdc, ICODE, lInCount, pbInData, plOutCount, pbOutData); ==Parameters== ;''hdc'' (HDC) - input: Device context handle. ;''ICODE'' (LONG) - input: DEVESC_EXTQUERY escape code. ;''lInCount'' (LONG) - input: Zero (0). ;''pbInData'' (PBYTE)...")
- 23:29, 11 July 2025 Martini talk contribs created page DEVESC EXTPUT (Created page with "{{DISPLAYTITLE:DEVESC_EXTPUT}} GreEscape DEVESC_EXTPUT is called by EnDIVE users to copy an image to the screen. ;Simulation support: None. ==Syntax== GreEscape(hdc, ICODE, lInCount, pbInData, plOutCount, pbOutData); ==Parameters== ;''hdc'' (HDC) - input: Device context handle. ;''ICODE'' (LONG) - input: DEVESC_EXTPUT escape code. ;''lInCount'' (LONG) - input: Number of bytes pointed to by pInData. ;''pbInData'' (PBYTE) - input: Pointer to IMAGEPAC...")
- 23:28, 11 July 2025 Martini talk contribs created page DEVESC EXTGET (Created page with "{{DISPLAYTITLE:DEVESC_EXTGET}} GreEscape DEVESC_EXTGET is called by EnDIVE users to copy an image from the screen to system memory or to off-screen video memory. ;Simulation support: None. ==Syntax== GreEscape(hdc, ICODE, lInCount, pbInData, plOutCount, pbOutData); ==Parameters== ;''hdc'' (HDC) - input: Device context handle. ;''ICODE'' (LONG) - input: DEVESC_EXTGET escape code. ;''lInCount'' (LONG) - input: Number of bytes pointed to by pbInData. ;''p...")
- 23:26, 11 July 2025 Martini talk contribs created page DEVESC ENDDOC (Created page with "{{DISPLAYTITLE:DEVESC_ENDDOC}} GreEscape DEVESC_ENDDOC ends the current document. ;Simulation support: This function is mandatory for hardcopy drivers and must be implemented in order to have a valid OS/2 hardcopy driver. For other drivers, it is simulated by a handling routine in the graphics engine. ==Syntax== GreEscape(hdc, lEscape, cInCount, pInData, pcOutCount, pOutData, pInstance, lFunction); ==Parameters== ;''hdc'' (HDC) - input: Device context handle. ;'...")
- 23:25, 11 July 2025 Martini talk contribs created page DEVESC DRAFTMODE (Created page with "{{DISPLAYTITLE:DEVESC_DRAFTMODE}} GreEscape DEVESC_DRAFTMODE sets draft (text) mode ON or OFF. ;Simulation support: This function is mandatory for hardcopy drivers, but may simply return a DEVESC_NOTIMPLEMENTED code. For other drivers, it is simulated by a handling routine in the graphics engine. ==Syntax== GreEscape(hdc, lEscape, cInCount, pInData, pcOutCount, pOutData, pInstance, lFunction); ==Parameters== ;''hdc'' (HDC) - input: Device context handle. ;''lEsc...")
- 23:23, 11 July 2025 Martini talk contribs created page DEVESC DEFAULTJOBPROPERTIES (Created page with "{{DISPLAYTITLE:DEVESC_DEFAULTJOBPROPERTIES}} GreEscape DEVESC_DEFAULTJOBPROPERTIES resets (or defaults) the specified job property types inside the job properties structure that is passed in. ;Simulation support: This function is mandatory for all drivers and must be implemented in order to have a valid OS/2 hardcopy driver. ==Syntax== GreEscape(hdc, lEscape, cInCount, pInData, pcOutCount, pOutData, pInstance, lFunction); ==Parameters== ;''hdc'' (HDC) - input: De...")
- 23:21, 11 July 2025 Martini talk contribs created page DEVESC DEACQUIREFB (Created page with "{{DISPLAYTITLE:DEVESC_DEACQUIREFB}} GreEscape DEVESC_DEACQUIREFB releases the internal Presentation Manager driver resources acquired by DEVESC_ACQUIREFB. ;Simulation support: This function is mandatory for display drivers supporting software motion video. For other drivers, it is simulated by a handling routine in the graphics engine. ==Syntax== GreEscape(hdc, lCode, lInCount, pbInData, plOutCount, pbOutData); ==Parameters== ;''hdc'' (HDC) - input: Device contex...")
- 23:19, 11 July 2025 Martini talk contribs created page DEVESC DBE FONTMANAGEMENT (Created page with "{{DISPLAYTITLE:DEVESC_DBE_FONTMANAGEMENT}} GreEscape DEVESC_DBE_FONTMANAGEMENT is the entry point to sub-functions to support DBCS device font. ;Simulation support: NONE. This function is mandatory for display drivers supporting the Double-Byte Character Set (DBCS). For other drivers, DEVESC_NOTIMPLEMENTED should be returned. ==Syntax== GreEscape(hdc, lEscape, cInCount, pInData, pcOutCount, pOutData, pInstance, lFunction); ==Parameters== ;''hdc'' (HDC) - input: D...")
- 23:18, 11 July 2025 Martini talk contribs created page DEVESC CHAR EXTRA (Created page with "{{DISPLAYTITLE:DEVESC_CHAR_EXTRA}} GreEscape DEVESC_CHAR_EXTRA changes the width of all characters, including the break character on a hardcopy device. ;Simulation support: This function is mandatory for hardcopy drivers, but may simply return a DEVESC_NOTIMPLEMENTED code. For other drivers, it is simulated by a handling routine in the graphics engine. ==Syntax== GreEscape(hdc, lEscape, cInCount, pInData, pcOutCount, pOutData, pInstance, lFunction); ==Parameters== ;'...")
- 23:17, 11 July 2025 Martini talk contribs created page DEVESC BREAK EXTRA (Created page with "{{DISPLAYTITLE:DEVESC_BREAK_EXTRA}} GreEscape DEVESC_BREAK_EXTRA changes the width of the break character on a hardcopy device. ;Simulation support: This function is mandatory for hardcopy drivers, but may simply return a DEVESC_NOTIMPLEMENTED code. For other drivers, it is simulated by a handling routine in the graphics engine. ==Syntax== GreEscape(hdc, lEscape, cInCount, pInData, pcOutCount, pOutData, pInstance, lFunction); ==Parameters== ;''hdc'' (HDC) - input...")
- 23:15, 11 July 2025 Martini talk contribs created page DEVESC ACQUIREFB (Created page with "{{DISPLAYTITLE:DEVESC_ACQUIREFB}} GreEscape DEVESC_ACQUIREFB reserves a video adapter by acquiring the necessary internal Presentation Manager driver resources so that the calling routine has sole access to the video frame buffer and bank-switching registers. No use of the adapter by the Presentation Manager or any other process is allowed while the adapter is reserved. ;Simulation support: This function is mandatory for display drivers supporting software motion video....")
- 23:07, 11 July 2025 Martini talk contribs created page DEVESC ABORTDOC (Created page with "GreEscape DEVESC_ABORTDOC ends the current document. ;Simulation support: This function is mandatory for hardcopy drivers and must be implemented in order to have a valid OS/2 hardcopy driver. For other drivers, it is simulated by a handling routine in the graphics engine. ==Syntax== GreEscape(hdc, lEscape, cInCount, pInData, pcOutCount, pOutData, pInstance, lFunction); ==Parameters== ;''hdc'' (HDC) - input : Device context handle. ;''lEscape'' (LONG) - inp...")
- 22:38, 30 June 2025 Martini talk contribs moved page Valery Valerius to Valery Sedletskiy without leaving a redirect
- 22:38, 30 June 2025 Martini talk contribs created page Valery Valerius (Created page with "Goes by "valerius" on IRC. ==Articles== * L4 microkernel as the basis of the OS kernel [https://ru2-halfos-ru.translate.goog/core/articles/core003.html?_x_tr_sch=http&_x_tr_sl=ru&_x_tr_tl=en&_x_tr_hl=en&_x_tr_pto=wapp (Google Translate)] * Approaches to Designing an Operating System Kernel [https://ru2-halfos-ru.translate.goog/core/articles/core001.html?_x_tr_sch=http&_x_tr_sl=ru&_x_tr_tl=en&_x_tr_hl=en&_x_tr_pto=wapp (Google Translate] ==Software== * FAT32 * VirtualBox...")
- 03:40, 21 June 2025 Martini talk contribs created page Talk:Stupid OS/2 Tricks/Introduction (Created page with "Source: https://archive.org/download/homeware19/homeware19.zip/homeware19%2FOS2%2FTRICKS4.ARJ")
- 16:44, 17 June 2025 Martini talk contribs created page WPIRTL.DLL (Created page with "This DLL was includes in the Adobe Flash package for OS/2 and eComStation.")
- 16:44, 17 June 2025 Martini talk contribs created page Npflos2.dll (Created page with "This DLL was includes in the Flash package for OS/2 and eComStation.")