Jump to content

VLFNMEM.SYS: Difference between revisions

From EDM2
Created page with "This driver is part of Virtual Long Filename Support Driver (VLFN) that allows DOS VDM sessions to have long filenamed files support. VLFNMEM.SYS is a (character) device dri..."
 
Ak120 (talk | contribs)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
This driver is part of Virtual Long Filename Support Driver (VLFN) that allows DOS VDM sessions to have long filenamed files support.  
This driver is part of Virtual Long Filename Support Driver (VLFN) that allows DOS VDM sessions to have long filenamed files support.


VLFNMEM.SYS is a (character) device driver. It's only job is to reserve 128K memory as a communication buffer between VLFN.SYS and VLFND.EXE, and give the address of this buffer to everybody who asks for it.
VLFNMEM.SYS is a (character) device driver. It's only job is to reserve 128K memory as a communication buffer between [[VLFN.SYS]] and VLFND.EXE, and give the address of this buffer to everybody who asks for it.


==Links==
[[Category:DEVICE Statements]]
* [https://hobbes.nmsu.edu/download/pub/os2/system/drivers/vlfn-091.zip vlfn-091.zip]

Latest revision as of 00:57, 9 November 2020

This driver is part of Virtual Long Filename Support Driver (VLFN) that allows DOS VDM sessions to have long filenamed files support.

VLFNMEM.SYS is a (character) device driver. It's only job is to reserve 128K memory as a communication buffer between VLFN.SYS and VLFND.EXE, and give the address of this buffer to everybody who asks for it.