Hello together,
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 Freeware Hex Editor XVI32
2. Windows WDK Windows Software Development Kit
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:
XX and YY are placeholder which are different from system to system. You should find this string exactly 2 times.Code:7C XX 8B 45 FC 85 C0 74 YY
5. Now change this string starting from 8B to
7C XX have to remain how they are (DONT CHANGE THEM)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\SYSTEM32Code: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:
11. You will get a long number (GUID) which you have to copy.Code:bcdedit /copy {current} /d "Windows 7 128GB"
12. Now we have to type in these commands one by one into cmd:
13. If cmd confirm everything you have to restart your computer and select the 128 gb kernel in the start menu.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