mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 07:22:58 +00:00

* 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
7 lines
172 B
Modula-2
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
|