code

Winsage
September 13, 2026
32-bit Windows is commonly thought to be limited to 4GB of RAM due to its 32-bit address space, but this overlooks the role of Physical Address Extension (PAE), which allows access to more than 4GB of RAM on compatible processors. PAE enables 32-bit x86 processors to use 36-bit physical addresses. Windows allocates a 4GB virtual address space to each 32-bit application, with 2GB reserved for the application and 2GB for system use. Windows Server 2003 SP1 Enterprise can support up to 64GB of RAM, while the Datacenter edition can handle 128GB. Microsoft did not extend this capability to consumer editions due to the complexities and potential issues with hardware drivers, which often assume a 32-bit framework. Modifying drivers for PAE can be challenging, as incorrect assumptions about physical and virtual addresses can lead to memory corruption. To mitigate risks, Microsoft capped physical address space at 4GB in Windows XP SP2 and Windows Server 2003 SP1 Standard Edition. Server environments typically have more controlled hardware selections, allowing for the use of drivers that are tested for compatibility with addresses exceeding 4GB. Microsoft began discouraging the production of 32-bit systems in 2020 and ended 32-bit edition production with Windows 11.
AppWizard
September 12, 2026
Enthusiasts in the emulation community have acquired a toolkit for the static recompilation of Nintendo Switch games on PCs, following the final update of the suyu emulator, which introduced Recompiler mode. This tool pre-compiles static code from the ARM AArch64 architecture into instructions for modern 64-bit x86 chips, allowing game logic to operate natively and reducing CPU overhead. The implementation is about 50% complete, focusing on code execution, while the graphics and audio components still rely on high-level emulation. Fully functional native ports will require third-party developers to create their own renderers for the Tegra GPU's graphics calls. The codebase allows the community to explore game structures, develop modifications, and create semi-native executables for PCs.
Winsage
September 11, 2026
Developer Mayuki Sawatari has created ReProgman, a modern homage to the Windows 3.1 Program Manager, which operates on both Windows 11 and macOS. The application mimics the early '90s interface, scanning the Start menu on Windows or the Applications folder on Mac to organize programs into groups without altering actual shortcuts. Users can drag and drop icons, utilize classic window arrangements, and experience a recreated exit dialog box. The project was initially developed in just an hour, with a detailed specification document available in its git repository. ReProgman is released under the MIT license and is available as a standalone binary, though Mac users need to adjust permissions to run it. Currently, it supports only Windows 11 on x64 and Arm architectures and macOS on Apple Silicon, excluding Windows 10 and Intel Macs.
AppWizard
September 11, 2026
Amazon Luna's September 2026 free games lineup includes 12 titles: War Hospital, Just Die Already, Drop Duchy, DOOM, DOOM II, Botany Manor, DOOM Eternal (available September 17), Rims Racing (available September 17), Wall World 2 (available September 17), Hue (available September 24), The Da Vinci Cryptex (available September 24), and High on Life (available September 24). Additionally, Star Wars Outlaws and Avatar: Frontiers of Pandora are currently available for streaming. All downloaded games remain in the user's library indefinitely, even if the Amazon Prime subscription is canceled.
BetaBeacon
September 11, 2026
- An unofficial Android port of Grand Theft Auto 5 is in development by M0jso of Paralympics Productions. - The port is being built to run GTA 5 natively on Arm, based on the same foundation as the Switch port. - Minimum requirements include a Snapdragon 865 processor, 8 GB of RAM, and 65 GB of storage. - The initial public build will only be compatible with Snapdragon chips.
Search