Linux

Winsage
April 27, 2026
Linus Torvalds has announced the closure of the merge window for Linux version 7.1, allowing public testing to begin with the first release candidate now available. This version includes a significant rewrite of the NTFS code aimed at improving dual-boot experiences between Windows and Linux. Additionally, Linux 7.1 will gradually phase out support for the i486 Intel processor and some older networking technologies and SoC configurations. Users can find the release candidate in Linus' Linux Git repository and are encouraged to report any bugs.
AppWizard
April 26, 2026
Valve has introduced new beta Steamworks tools for game developers as part of its Steam Deck Verified Games initiative. These tools allow developers to monitor average framerates over the past 30 days and access user survey results regarding the Verified status of their games. Participation in data collection is opt-in, ensuring user privacy. The user survey appears after at least ten minutes of gameplay, allowing users to agree or disagree with a game's Verified status and provide feedback on various criteria. The Steam Deck Verified program assesses game compatibility based on four criteria: Controller input, Display, Seamlessness, and System support. Games are rated as Verified, Playable, Unsupported, or Unknown, with these ratings displayed in the Steam store. Valve may potentially make the collected data accessible to the public in the future.
AppWizard
April 25, 2026
Android's built-in Linux Terminal app is set to receive an upgrade with new options for adjusting image quality and performance, particularly beneficial for users in desktop mode. The latest Android 17 QPR1 beta 1 introduces a setting to adjust the Terminal's resolution, offering three choices: Full (prioritizes visual quality), Half (balances performance and visibility), and Quarter (maximizes performance at the cost of visual fidelity). Users can access these options through Settings > Advanced. The update also includes a full-screen button to hide navigation and status bars, and a redesigned toolbar in a pill-shaped floating bar at the bottom of the screen. Additionally, a feature to limit memory usage is being tested for future stable rollout in Android 17.
Winsage
April 25, 2026
On April 24, a protest organized by environmental and consumer advocacy groups took place outside the Microsoft France office in Paris to oppose the company's decision to discontinue support for the Windows 10 operating system. Activists claim this could lead to the obsolescence of approximately 300 million computers worldwide, resulting in 58 million tons of carbon dioxide emissions and significant depletion of raw materials. Consumers may face an average cost of €600 for new devices if they upgrade. Experts warn users must choose between expensive new hardware or risking financial fraud due to lack of security updates. The organization Halte à l'Obsolescence Programmée is gathering signatures for a petition advocating for a mandatory 15-year software support period. Public advocacy previously convinced Microsoft to extend its software update releases by an additional 12 months. The protest aims to raise awareness and apply pressure until the end of October.
Winsage
April 25, 2026
Open-source developer "Hailey" has introduced the Windows 9x Subsystem for Linux (WSL9X), which allows users to run both Windows and Linux applications simultaneously on classic versions of Windows, including Windows 95, 98, and Me. WSL9X operates by running a modern Linux kernel (6.19) alongside the Windows 9x kernel, enabling features such as paging, memory protection, and pre-emptive scheduling. It is neither emulation nor virtualization and does not require hardware virtualization. WSL9X is available for download, but users must build it from the source provided by Hailey. It allows access to a genuine Linux terminal alongside classic Windows applications, enabling various tasks without compromising system stability.
Winsage
April 24, 2026
The Linux Subsystem for Windows 9x, led by Hailey Somerville, allows Linux to run within the Windows 9x framework by modifying the Linux kernel to interface with Windows 9x kernel APIs. Users need to create a specially modified Linux kernel (version 6.19) and a disk image with Windows 9x installed. The subsystem can be initiated with the wsl command, enabling both kernels to operate together. This initiative is reminiscent of Cooperative Linux and parallels the Windows Subsystem for Linux (WSL2) on Windows 10 and later. Contributions from the community have been vital to the project's development.
Winsage
April 23, 2026
A computer enthusiast has developed a tool called WSL9x, which allows users to run contemporary Linux kernels on early versions of Windows (from Windows 95 onward) and on machines with 486 CPUs. WSL9x enables the simultaneous operation of Windows and Linux applications without relying on hardware virtualization. The architecture includes a client program, wsl.com, which manages a DOS window for the console driver. Meanwhile, the Linux community is phasing out support for the Intel 486 CPU, with developers removing related support options in the Linux kernel, marking the end of support for this processor.
Winsage
April 22, 2026
Hailey has developed the Windows 9x Subsystem for Linux (WSL9x), which allows the 6.19 Linux kernel to run on Windows 9x systems without a graphical user interface, relying instead on a terminal experience. WSL9x consists of three main components: a modified Linux kernel that interacts with Windows 9x APIs, a virtual device (VxD) driver that initializes WSL9x and manages userspace events, and a simple 16-bit DOS client for passing commands to the Linux kernel. The system handles syscalls through a general protection fault handler due to limitations in the Win9x architecture. However, this setup poses security risks as both the Linux kernel and Windows kernel operate with the same CPU privileges, meaning instability could occur if either crashes. Comprehensive instructions for installation are available on Hailey's Codeberg page.
Search