VLFNMEM.SYS: Difference between revisions
Appearance
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..." |
mNo edit summary |
||
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== | ==Links== | ||
* [https://hobbes.nmsu.edu/download/pub/os2/system/drivers/vlfn-091.zip vlfn-091.zip] | * [https://hobbes.nmsu.edu/download/pub/os2/system/drivers/vlfn-091.zip vlfn-091.zip] | ||
[[Category:DEVICE Statements]] |
Revision as of 01:52, 26 March 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.