Windows System Software -- Consulting, Training, Development -- Unique Expertise, Guaranteed Results
The free OSR Learning Library has more than 50 articles on a wide variety of topics about writing and debugging device drivers and Minifilters. From introductory level to advanced. All the articles have been recently reviewed and updated, and are written using the clear and definitive style you've come to expect from OSR over the years.
Check out The OSR Learning Library at: https://www.osr.com/osr-learning-library/
read write file without paging io ?
To my understanding, ZwReadFile, ZwWriteFile normally use paging-io, But for some reason, I want to read/write a file with not paging-io,
But anyway I dont know how. any advice ? thanks.
Upcoming OSR Seminars | ||
---|---|---|
OSR has suspended in-person seminars due to the Covid-19 outbreak. But, don't miss your training! Attend via the internet instead! | ||
Internals & Software Drivers | 7 February 2022 | Live, Online |
Kernel Debugging | 21 March 2022 | Live, Online |
Developing Minifilters | 23 May 2022 | Live, Online |
Writing WDF Drivers | 12 September 2022 | Live, Online |
Comments
I also want guarante that read/write do not produce any paging
Or is there any methods than can disable paging on a spcefic partition?
help needed
I'm not sure your question makes sense.
What is your definition of "paging I/O" in this context?
Are you really just trying to avoid file CACHING? See a nice description, with diagram, here:
https://docs.microsoft.com/en-us/windows/win32/fileio/file-caching
Peter
Peter Viscarola
OSR
@OSRDrivers