mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
A free Windows-compatible Operating System - mirrored from GitHub
10f9688a17
* ntoskrnl/Makefile (OBJECTS_IO): Add io/rawfs.o. * ntoskrnl/cm/registry.c (CmiInitHives): Check status using NT_SUCCESS(). * ntoskrnl/include/internal/io.h (RawFsIsRawFileSystemDeviceObject, RawFsDriverEntry): Add prototypes. * ntoskrnl/include/internal/ntoskrnl.h (IoInit2): Add prototype. * ntoskrnl/io/device.c (IopCreateDriverObject): Handle unnamed services. * ntoskrnl/io/fs.c (IoMountVolume): Handle mounting of raw volumes. (IoRegisterFileSystem): Add registered filesystem device objects at the head of the list. * ntoskrnl/io/iomgr.c (IoInit2): New function. * ntoskrnl/ke/main.c (ExpInitializeExecutive): Call IoInit2(). * ntoskrnl/mm/section.c (MmQuerySectionView): Check return value of call to MmFindRegion(). * ntoskrnl/io/rawfs.c: New file. svn path=/trunk/; revision=4682 |
||
---|---|---|
freeldr | ||
os2 | ||
posix | ||
reactos | ||
rosapps |