mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 12:23:30 +00:00
- Fix ARM exports to make up for the recent i386 changes.
- Implement MmGetPageProtect. MDL Probe And Lock now works. - We get to RamdiskReadWrite now! svn path=/trunk/; revision=34623
This commit is contained in:
@@ -642,10 +642,9 @@ MmGetPageProtect(IN PEPROCESS Process,
|
||||
IN PVOID Address)
|
||||
{
|
||||
//
|
||||
// TODO
|
||||
// We don't enforce any protection on the pages -- they are all RWX
|
||||
//
|
||||
UNIMPLEMENTED;
|
||||
return 0;
|
||||
return PAGE_READWRITE;
|
||||
}
|
||||
|
||||
VOID
|
||||
|
||||
@@ -746,7 +746,7 @@ NlsLeadByteInfo DATA
|
||||
NlsMbCodePageTag DATA
|
||||
NlsMbOemCodePageTag DATA
|
||||
NlsOemCodePage DATA
|
||||
NlsOemLeadByteInfo DATA
|
||||
NlsOemLeadByteInfo=_NlsOemLeadByteInfo
|
||||
NtAddAtom
|
||||
NtAdjustPrivilegesToken
|
||||
NtAlertThread
|
||||
|
||||
Reference in New Issue
Block a user