[NTOS/MM] Start using the SECTION structure for every section object we
authorJérôme Gardou <jerome.gardou@reactos.org>
Tue, 30 Oct 2018 18:05:44 +0000 (19:05 +0100)
committerJérôme Gardou <jerome.gardou@reactos.org>
Tue, 1 Jan 2019 21:08:13 +0000 (22:08 +0100)
commit8040bab36599172eadcea3613e8856f461d938cc
treee62be27b0518b062100dcb15c9fd228d12325e5d
parentd6dc1fd2310ed67891edc27a49aacc2eb11220f3
[NTOS/MM] Start using the SECTION structure for every section object we
create.

Use the Segment field
Use the InitialPageProtection field
Use an unused Flag to differentiate "ARM3" and "ROS" sections
ntoskrnl/cache/section/data.c
ntoskrnl/include/internal/mm.h
ntoskrnl/mm/ARM3/miarm.h
ntoskrnl/mm/section.c