reactos/reactos/drivers/storage/diskdump/diskdump.def
David Welch 9231f7b9a2 - Added support for crash dumps:-
* Recognize the option /CRASHDUMP on the kernel command line to specify
the type of dump desired.
* Added a new driver (diskdump) which wraps the miniport for the disk
containing the pagefile and does the crash dump i/o.
* Added a FSCTL to get the mapping between LCNs and disk offsets so
crash dumps don't need to go through the filesystem.

svn path=/trunk/; revision=5887
2003-08-27 21:28:08 +00:00

7 lines
172 B
Modula-2

; $Id: diskdump.def,v 1.1 2003/08/27 21:28:08 dwelch Exp $
;
; diskdump.def - export definition file for crash dump driver
;
LIBRARY DISKDUMP.SYS
EXPORTS
DiskDumpFunctions