Intel CPU Modes: MS-DOS: Windows 3.x:      Windows manages memory in allocated memory segments called heaps. The amount of memory assigned to a heap is limited by DOS memory management, which is why on a PC with 128MB of RAM, you can still get "out of memory" error messages from Windows. This happens when applications fail to release their memory allocations back to the heap when they terminate - a situation called a memory leak. The five heaps in Windows are as follows:
Windows 95:
Major Keys of the Windows 95 Registry
Key NameContents
HKEY_CLASSES_ROOTFile associations and OLE data.
HKEY_USERSUser preferences, including desktop setup and network connections.
HKEY_CURRENT_USEROn a PC with only a single user, this key is a duplicate of the HKEY_USERS key. However, on a PC with multiple logins, it contains the preferences of the currently logged-in user.
HKEY_LOCAL_MACHINEThe hardware and software installed on the system.
HKEY_CURRENT_CONFIGIn addition to duplicating the HKEY_LOCAL_MACHINE key when running, this key also contains any configuration changes made in the current session and information on the printers and fonts installed.
HKEY_DYN_DATARecords system performance information and keeps information on PnP devices.