[ros-bugs] [Bug 1229] Paging file creation fails on partitions < 128MB

ReactOS.Bugzilla at reactos.org ReactOS.Bugzilla at reactos.org
Sun Jan 1 14:43:25 CET 2006


http://www.reactos.org/bugzilla/show_bug.cgi?id=1229





------- Additional Comments From gvg at reactos.org  2006-01-01 14:43 CET -------
It's not a smss problem. When a paging file is created, the ntoskrnl code
retrieves the physical locations of all the paging file segments and uses those
physical locations directly instead of going through the filesystem driver when
reading/writing the paging file. This ntoskrnl code currently assumes each file
segment can hold an exact multiple of PAGE_SIZE (i.e. there's never a need to
read/write a partial page). It is this code in ntoskrnl that needs to be fixed.

-- 
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the QA contact for the bug, or are watching the QA contact.


More information about the Ros-bugs mailing list