Windows 95/4.00.224: Difference between revisions

From BetaArchive Wiki
m (Mibrab moved page Windows 95/4.0.224 to Windows 95/4.00.224: naming system)
No edit summary
Line 1: Line 1:
{{infobox Buildinfo
{{infobox WindowsBuild
|title=Build of [[Windows 95]]
|image = Windows 95 224 Fre English.PNG
|image = Windows 95 224 Fre English.PNG
|imagecaption = Windows 95 Build 224
|imagecaption = Windows 95 Build 224
|kernel = Windows 9x 4.00
|kernel = Windows 9x 4.00
|arch= x86
|arch= x86
|mcb_link = Beta ID: 186349, Password: 94730fb34
|key= Beta ID:<br><code>186349</code><br>Password:<br><code>94730fb34</code>
|sku = n/a
|sku = N/A
|bios = 28th October 1994
|bios = October 28th 1994
|tcb_build=[http://www.thecollectionbook.info/builds/windows/build/11 Click Here]
|database=[https://www.betaarchive.com/database/search.php?q=4.00.224 Click Here]
}}
}}
'''Build 224''' is a Beta 2 build of Windows 95, compiled on 28th October 1994. It was released on Fall COMDEX 1994. It is very similar to build 222.
'''Build 224''' is a Beta 2 build of Windows 95, compiled on 28th October 1994. It was released on Fall COMDEX 1994. It is very similar to build 222.


== Installation ==
== Installation ==
''Installing from Windows 95 Boot Floppy''<br>
''Installing from Windows 95 Boot Floppy''<br>
1. Prepare Disk with <code>fdisk.exe</code>, reboot, then format. <code>format.com C:</code><br>
1. Prepare Disk with <code>fdisk.exe</code>, reboot, then format. <code>format.com C:</code><br>
Line 19: Line 20:
4. Accept the default settings and fill in required information then continue to the file copying process. You may also customize the features to be installed.<br>
4. Accept the default settings and fill in required information then continue to the file copying process. You may also customize the features to be installed.<br>
5. When complete, remove the floppy and reboot.<br>
5. When complete, remove the floppy and reboot.<br>
== Changes From Build 122 ==
''Not Yet Added.''


== Checked/Debug Problems ==
== Checked/Debug Problems ==
Line 35: Line 32:
==External links==
==External links==
*[http://en.wikipedia.org/wiki/Windows_95#Beta Description of Microsoft Chicago]
*[http://en.wikipedia.org/wiki/Windows_95#Beta Description of Microsoft Chicago]
*[http://www.thecollectionbook.info/builds/windows/build/11 Windows 95 #4.00.224 on the The Collection Book]

Revision as of 20:02, 6 April 2019

Template:Infobox WindowsBuild Build 224 is a Beta 2 build of Windows 95, compiled on 28th October 1994. It was released on Fall COMDEX 1994. It is very similar to build 222.

Installation

Installing from Windows 95 Boot Floppy
1. Prepare Disk with fdisk.exe, reboot, then format. format.com C:
2. Change to the CD-ROM and enter the RETAIL directory.
3. Run setup.exe from the CD-ROM.
4. Accept the default settings and fill in required information then continue to the file copying process. You may also customize the features to be installed.
5. When complete, remove the floppy and reboot.

Checked/Debug Problems

This build exists in both free and checked/debug versions, its SDK is also available. However, the checked/debug version has issues booting with checked USER.EXE. To fix it USER.EXE from the free release needs to replace the checked USER.EXE.

Some information about why Windows won't boot using checked USER.EXE after lot of kernel-debugging:

  • The free USER32.DLL, when loading the Segment 21h from USER.EXE, which has the "Debug Windows 4.00.224" string. It checks for a word inside the segment to ensure it's valid. It should have a value of 0EAAh, but unfortunately the value taken is 6763h ("gc" in ASCII). Hence it'll lead to invalid paging of the segment. Because of that Windows will show a BSOD.
  • After changing the pointer to correct position, you'll be able to see the GUI with the watermark "Debug Windows" in right-bottom. However, hWnd pointers are done inside the same segment, hence EXPLORER.EXE will fail to load and will show an error or send "Invalid hWnd" to the kernel debugger. Setting the hWnd in debugger to 0 will let it run explorer.exe, though some issues remain (including system time in the taskbar).

External links