Fundamentals 2 min read

Linux Kernel Floppy Driver Gets First Update in Three Years – What Changed?

The Linux kernel’s floppy‑disk driver received its first maintenance update in three years, submitted by Intel engineer Andy Shevchenko, who removed an unused CROSS_64KB macro, replaced a custom SZ_64K constant, and alphabetically reordered headers, thereby cutting redundant code and improving readability for legacy systems still relying on floppy storage.

Liangxu Linux
Liangxu Linux
Liangxu Linux
Linux Kernel Floppy Driver Gets First Update in Three Years – What Changed?

Although floppy‑disk technology is largely obsolete, the Linux kernel still ships a driver for it because certain legacy hardware—such as older Boeing 747‑400 aircraft—continues to depend on floppy media for data updates.

After a three‑year gap, Intel engineer Andy Shevchenko contributed a maintenance patch that cleans up the driver code. The changes include deleting the unused CROSS_64KB() macro from arch/code, replacing the custom SZ_64K constant with a standard definition, and sorting header includes alphabetically.

These modifications reduce redundant code, eliminate duplicate constant definitions, and make the source easier to read and maintain, which is valuable for future developers who may need to support the remaining floppy‑based systems.

Original Source

Signed-in readers can open the original source through BestHub's protected redirect.

Sign in to view source
Republication Notice

This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactadmin@besthub.devand we will review it promptly.

KernelLinuxmaintenanceOpenSourcedriverFloppy
Liangxu Linux
Written by

Liangxu Linux

Liangxu, a self‑taught IT professional now working as a Linux development engineer at a Fortune 500 multinational, shares extensive Linux knowledge—fundamentals, applications, tools, plus Git, databases, Raspberry Pi, etc. (Reply “Linux” to receive essential resources.)

0 followers
Reader feedback

How this landed with the community

Sign in to like

Rate this article

Was this worth your time?

Sign in to rate
Discussion

0 Comments

Thoughtful readers leave field notes, pushback, and hard-won operational detail here.