Linux kernel

Winsage
March 6, 2026
FRANK OS is a newly launched open-source graphical desktop operating system specifically designed for microcontrollers, with its first official version, 1.0, now available. It is built on FreeRTOS rather than the Linux kernel, optimized for the RP2350 microcontroller, which has approximately 520 KB of SRAM and dual CPU cores. The operating system features a desktop environment reminiscent of Windows 95, including overlapping windows, a taskbar, and a start-menu-style launcher. It supports standard desktop behaviors and allows users to switch between applications using an Alt+Tab-style interface. FRANK OS comes preloaded with nine lightweight applications, such as an interactive terminal, a C compiler, classic games, and a ZX Spectrum emulator. Programs can be compiled as ARM ELF binaries and loaded from an SD card. The system is aimed at hobbyists and experimental use.
Winsage
January 29, 2026
Microsoft developers and enterprise technology leaders are increasingly choosing Linux over Windows for development tasks, driven by performance concerns, workflow inefficiencies, and the rise of cloud-native development. The Windows Subsystem for Linux (WSL) has facilitated this shift by allowing developers to work in a Linux environment while still using Windows. Tools like Docker, Kubernetes, and Terraform, which are primarily designed for Linux, have led to a reevaluation of desktop strategies across various industries. Linux provides direct access to the same kernel and toolchain used in production, reducing discrepancies that can lead to bugs. It typically requires less memory at idle compared to Windows, making it more efficient for developers managing multiple containers or virtual machines. Microsoft has responded by investing in platform-agnostic tools like Visual Studio Code and embracing Linux on its Azure cloud platform, where over 50% of virtual machines run Linux. The introduction of WSL2 has improved compatibility and performance, but it has also highlighted Windows' limitations, leading to frustrations among developers. Security considerations favor Linux due to its open-source nature, allowing for greater customization and auditing. Financially, Linux can be more economical for enterprises due to lower licensing costs and reduced hardware requirements. Organizations that have switched to Linux report significant improvements in build times and overall developer experience. Hybrid strategies are emerging to accommodate developer preferences while ensuring security, with cloud-based development environments gaining traction. The trend toward Linux workstations reflects broader industry movements toward open source and platform independence, as companies adapt to attract and retain technical talent.
Winsage
January 15, 2026
Wine 11.0 has been released, allowing users to run 16-bit, 32-bit, and 64-bit Windows x86 binaries on Unix-like operating systems without distinguishing between 32-bit and 64-bit commands. It introduces support for the Linux kernel's NT synchronization primitive, enhancing performance for Windows binaries. Wine 11 is compatible with older kernels, though with reduced performance. It supports x86-to-Arm translation on Arm64 Linux systems through FEX-Emu and works on Apple Silicon Macs via Rosetta 2. The version simplifies command usage to a single wine command and eliminates 32-bit support libraries. Enhancements include improved clipboard handling over Wayland, full-screen mode functionality, Direct3D support, native Vulkan video decoding for H.264, and better handling of SCSI devices and game controllers. Wine 11 downloads are available for Linux and macOS, with a FreeBSD port expected. Testing on Ubuntu 25.10 under GNOME using Wayland showed positive results for both 32-bit and 64-bit applications.
Winsage
January 8, 2026
Loss32 is a new Linux distribution concept developed by Japanese developer Hikari no Yume, designed to provide a Windows-like desktop experience on the Linux kernel. It was introduced at the 39th Chaos Communication Congress in Germany. Loss32 integrates the Windows desktop experience using WINE, allowing Windows applications to run natively on Linux. Unlike ReactOS, which aims to reimplement the Windows NT kernel, Loss32 leverages the established Linux kernel and WINE for better reliability. The initial proof-of-concept for Loss32 is expected to be released in January 2026, although the timeline for a finished product remains uncertain. The project aims to create a user-friendly experience without common Microsoft-related issues, while also allowing the use of native Linux applications. The development of Loss32 may positively impact the WINE project, enhancing its functionality for all users.
Winsage
December 26, 2025
A new runtime standby ABI has been proposed in the Linux kernel community through a post-Christmas patch series led by Antheas Kapenekakis. This initiative aims to implement a feature similar to Microsoft's "Modern Standby," allowing devices to maintain network connectivity while appearing to be in a sleep state. The patches provide a more robust solution than previous efforts, enabling user-space control over ACPI LPS0 display notifications. The series introduces a mechanism for firing Modern Standby firmware notifications without suspending the kernel, allowing the device to appear asleep while still performing basic computations. The first part of the series modifies the existing DSMs to be called at the beginning of the suspend sequence and exposes a transition function through /sys/power/standby for user-space interaction. The RFC patch series, including documentation on the proposed interface, is available for review.
Winsage
December 24, 2025
Galen Hunt, a Distinguished Engineer at Microsoft, has proposed to eliminate all C and C++ code within the company, focusing on transitioning to Rust. This initiative aims to address technical debt and improve memory safety, as C and C++ are responsible for approximately 70% of vulnerabilities in Microsoft products. Microsoft plans to leverage AI and modern tooling to facilitate this transition, which includes rewriting portions of the Windows kernel in Rust. Hunt is seeking a Principal Software Engineer with Rust expertise to support this effort. The adoption of Rust is growing globally, with a reported 2.3 million developers using it, and major tech companies are increasingly integrating it into their infrastructure.
Search