Skip to content

tag

#kernel

37 posts

LinuxFix July 11, 2026 5 min read

Diagnosing and Fixing Kernel Oops Messages in dmesg

The difference between an oops and a full panic, how to read the call trace in an oops message well enough to identify the responsible driver, and when an oops is safe to ignore versus a sign of real trouble ahead.

#kernel#dmesg#debugging
Read more
WindowsNews July 11, 2026 2 min read

Windows XP Unifies the Consumer and Business Windows Lines

Released to retail October 25, 2001, Windows XP was the first consumer edition of Windows built on the NT kernel rather than the MS-DOS-based 9x line — ending the split between Windows 9x/Me and Windows NT/2000 for good.

#news#windows-xp#kernel
Read more
WSLDeep Dive July 11, 2026 2 min read

The Linux Kernel Microsoft Actually Maintains for WSL2

WSL2 doesn't borrow a distro's kernel — Microsoft maintains its own fork, patched specifically for the virtualized environment WSL2 runs in, and ships it independently of both Windows and any Linux distro's own kernel.

#deep-dive#wsl2#kernel
Read more
LinuxNews July 9, 2026 2 min read

Linux 6.1 Merges Initial Rust Support

Released December 11, 2022, Linux 6.1 became the first kernel version to officially accept Rust as a second language for kernel development, alongside C.

#news#rust#kernel
Read more