mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
A free Windows-compatible Operating System - mirrored from GitHub
![]() Don't hardcode the first parameter of the bugchecks. Instead, I introduce a NpBugCheck macro and file identifiers (their names conform to the existing name convention of the driver) so that, when bugchecking, we report as the first parameter of the NPFS_FILE_SYSTEM bugcheck the file ID (in the high word) and the line (in the low word) where the bugcheck was emitted. See the MSDN article "Bug Check 0x25: NPFS_FILE_SYSTEM" - http://msdn.microsoft.com/en-us/library/windows/hardware/ff557436(v=vs.85).aspx for more information. Inspired from the existing ext2 driver. Should be done for the other filesystems (FAT, NTFS, CDFS, Redirector, Mailslot, etc...). svn path=/trunk/; revision=60051 |
||
---|---|---|
reactos | ||
rosapps | ||
rostests | ||
wallpaper |