i found a little solution how you can use up to 128 gb ram on windows 32 bit which i wanna show you here:
What you need:
1. A Hex-Editor

2. Windows WDK

Ok lets start
1. Download and install all needed Programs.
2. Open "C:\WINDOWS\SYSTEM32" and copy "NTKRNLPA.EXE" to your desktop and rename it to "ntkr128g.exe"
3. Open the Hex-Editor and open the copied "ntkr128g.exe".
4. Search for this byteorder:
Code:
7C XX 8B 45 FC 85 C0 74 YY
5. Now change this string starting from 8B to
Code:
B8 00 00 02 00 90 90
6. Check if there are no errors, save the file and Copy it to "C:\WINDOWS\SYSTEM32".
7. Since the Kernel file is changed its no more digital signed and windows wont start it. We have to do the following to make it work again.
8. Now we create a startmenu entry to change between the modified 128 gb kernel and the normal kernel.
9. Open up CMD and type in the following lines one by one:
Code:
dir C:\WINDOWS\SYSTEM32
Code:
C:\Winddk\7600.16385.0\bin\x86\makecert -r -ss my -n "CN=Meine Name"
Code:
C:\Winddk\7600.16385.0\bin\x86\signtool sign -s my -n "Meine Name" ntkr128g.exe
10. Open up cmd again and type in the following:
Code:
bcdedit /copy {current} /d "Windows 7 128GB"
12. Now we have to type in these commands one by one into cmd:
Code:
bcdedit /set {your GUID number here!} pae ForceEnable
bcdedit /set {your GUID number here!} kernel ntkr128g.exe
bcdedit /set {your GUID number here!} testsigning on
I hope i could help a few of you.
This is written by: Imperial Blaze, Thelovefool






