A free Windows-compatible Operating System - mirrored from GitHub
Go to file
Timo Kreuzer f48ae0dc23 [NTOSKRNL]
Modify MiCreatePebOrTeb to use MiInsertVadEx instead of doing everything "by hand". No, this does not "change Windows behavior". The TEB creation works exactly as before, and the only difference in the PEB creation is that if the first attempt fails, we will no longer try again from the top of the address space. But since this cannot fail in the first place, at least not due to the VA range not being free, another attempt would be pointless anyway!

svn path=/trunk/; revision=64593
2014-10-08 00:31:49 +00:00
reactos [NTOSKRNL] 2014-10-08 00:31:49 +00:00
rosapps [BUTTERFLIES] 2014-09-24 22:18:51 +00:00
rostests [RICHED20_WINETEST] 2014-10-06 18:42:09 +00:00
wallpaper