Windows 95/4.00.224

From BetaArchive Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
{{{title}}}
Windows 95 224 Fre English.PNG
4.00.224
Kernel version Windows 9x (4.00)
CPU architecture x86
Edition N/A
BIOS date 29th October 1994
TCB Beta ID: 186349
Password: 94730fb34

Windows 95 build 224 is a Beta 2 build of Windows 95, compiled on the 28th of October 1994. It was demonstrated at Fall COMDEX 1994. It is very similar to build 222.

Installation

Installing from Windows 95 boot floppy:

  1. Prepare disk with fdisk, reboot, then format (format C:).
  2. Change path to the CD-ROM and run setup.
  3. Accept the default settings, fill in required information and then continue to the file copying process. You may also customize the features to be installed.
  4. When complete, remove 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 boot issues with checked USER.EXE. To fix it, USER.EXE from the free version needs to replace the checked one.

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 is valid. It should have a value of 0EAAh, but unfortunately the value taken is 6763h ("gc" in ASCII). Hence it will lead to invalid paging of the segment. Because of that Windows will show a BSOD.
  • After changing the pointer to correct position, you will 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).

Gallery