From Hobby Post to Global Kernel Legacy | Analysis by Brian Moineau

TL;DR

  • Linus Torvalds announced Linux on August 25, 1991; 35 years later, the “just a hobby” kernel runs smartphones, clouds, and every TOP500 supercomputer. [1][6]
  • Linux’s dominance stems less from “free” and more from governance and upstream economics: Android’s Generic Kernel Image (GKI) corrals vendors, Azure reports a majority of workloads on Linux, and HPC standardization cements Linux at exascale. [2][3][6]
  • The next loop is compounding: GKI adoption, hyperscaler Linux-first roadmaps, and 100%-Linux HPC will push deeper into AI clusters, RISC-V platforms, and edge devices. [2][3][6][8]

What the source said

ZDNET recounts the 1991 comp.os.minix Usenet post where Linus Torvalds introduced a free OS for 386 PCs and joked it was “just a hobby, won’t be big and professional like gnu,” then traces multiple plausible “birthdays” (July 3, Aug 25, Sept 17, Oct 5, 1991) and how Ari Lemmke named the FTP directory “linux” instead of “Freax.” The piece cites early technical milestones—paging landed by late 1991 and X Window System support in 1992—and names long‑time contributors like Theodore Ts’o who helped harden filesystems and crypto. It emphasizes Torvalds’s ongoing stewardship and Linux’s ubiquity across websites, public clouds, supercomputers, and billions of Android devices. [1]

Why it matters

Hyperscalers—Microsoft Azure, Google Cloud, and AWS—monetize a base OS that the world’s vendors improve; Microsoft has publicly said Linux is the most‑used OS on Azure, which signals where compute margin accumulates. That majority status shifted Microsoft’s own engineering from Windows Server-first to Linux-first choices for new Azure services by the late 2010s. [3]

On mobile, Android’s global smartphone OS share hovers near 70% and Google has cited 3 billion monthly active Android devices, which makes the Linux kernel the de facto driver model for pocket computers from Samsung to Xiaomi. Those two facts mean kernel choices ripple through billions of Qualcomm, MediaTek, and Tensor SoCs and their update cadences. [4][5]

HPC programs from Oak Ridge National Laboratory to Argonne National Laboratory choose Linux because it scales from a single-node developer box to exascale systems like Frontier (Rmax > 1.1 EF) and Aurora (crossing the 1 EF threshold in 2024), and because 100% of the TOP500 reports Linux as the operating system. That standardization compresses time-to-science for MPI, Lustre, and SLURM users across national labs and universities. [6]

Original analysis

Back‑of‑the‑envelope math: If Android reports about 3.0 billion active devices and StatCounter shows roughly 70% smartphone share, then the global smartphone base implied by that figure is ≈ 3.0B / 0.70 = 4.29B devices. Even if 15% of Android actives are tablets/TVs (0.45B), the result still leaves ≈ 3.0B phones running a Linux kernel—orders of magnitude larger than the combined server fleet visible to any single vendor. This scale asymmetry channels driver, scheduler, and memory‑management work into mainline where servers and HPC later reuse it. [4][5]

2×2 typology:

  • Governance axis: single‑vendor vs multi‑stakeholder.
  • Distribution axis: consumer devices vs data center.
    Placement:
  • Android (Google‑led, multi‑stakeholder; consumer devices): kernel is upstream Linux with GKI enforcing ABI contracts for vendors.
  • Server Linux (Red Hat, Canonical, SUSE; multi‑stakeholder; data center): tuned for cgroups, namespaces, KVM, and eBPF.
  • Windows Server (Microsoft; single‑vendor; data center): optimized for .NET and Hyper‑V with limited upstream spillover.
  • iOS (Apple; single‑vendor; consumer devices): Darwin/XNU with tight vertical integration and minimal cross‑vendor kernel economics. This grid explains why Linux collects cross‑silo investment while single‑vendor stacks prioritize internal roadmaps.

Contrarian read: Kernel centrality could erode at the margins because eBPF offloads networking, observability, and security logic from kernel subsystems into JIT‑verified programs, which Linux has supported since 3.18 (2014) and expanded aggressively through the 5.x series. If more innovation lands in eBPF and userspace (think Cilium, bpftrace, and service meshes), the kernel becomes a stable substrate with fewer reasons to fork—ironically strengthening Linux’s position by reducing fragmentation risks while shifting “features” out of tree. [10]

Named‑stakeholder breakdown:

  • Cloud operators: Microsoft Azure, Google Cloud, and AWS cut per‑core costs by upstreaming scheduler and IO stack work and by standardizing on KVM and cgroups; Azure publicly acknowledging Linux as majority usage demonstrates this incentive alignment. [3]
  • Silicon vendors: Intel, AMD, NVIDIA, and Ampere contribute NUMA, GPU, and Arm64 patches to improve performance on Xeon, EPYC, Grace Hopper, and Altra platforms that ship in 2024–2026 data centers.
  • Mobile OEMs: Samsung, Oppo, and Xiaomi depend on Android GKI to stabilize SoC bring‑up across yearly flagships and to extend update windows by keeping modules out of tree to a minimum. [2]
  • Architecture challengers: RISC‑V entered mainline in Linux 4.15 (2018), giving SiFive and university labs a standards‑based path to run glibc distros without proprietary shims. [7]

What others are missing

Android’s Generic Kernel Image plus Rust‑for‑Linux is a supply‑chain story, not just a kernel story: GKI pins stable module ABIs for vendors, and Rust landed as an official language in Linux 6.1 (2022), which together lower out‑of‑tree driver debt and reduce memory‑safety bugs in new subsystems. That pairing changes incentives for SoC vendors’ modem, GPU, and ISP teams between 2024 and 2027, because GKI shrinks per‑device diffs while Rust lowers long‑term maintenance costs for code that must live across multiple LTS cycles. [2][9]

What to watch next

  1. By June 2026, ≥90% of MLPerf Training closed‑division submissions will report Linux as the host OS in official MLCommons results, making Linux the undisputed default for large‑scale AI training.

  2. By December 2026, an official Microsoft communication (Azure blog, Ignite/Build keynote, or earnings call transcript) will cite that ≥70% of Azure virtual machine cores or VMs run Linux.

  3. By November 2027, the TOP500 list will still show 100% Linux OS share, and ≥4 systems will report Rmax ≥ 1 exaFLOP on TOP500.org.

Sources

[1] ZDNET — “Happy birthday, Linux: from a ‘hobby’ in 1991 to everywhere” (Steven J. Vaughan‑Nichols). What this contributes: Primary recounting of the Aug 25, 1991 Usenet post, early milestones, naming trivia, and ubiquity claims. https://www.zdnet.com/article/happy-birthday-linux/

[2] Android Documentation — “Generic Kernel Image (GKI).” What this contributes: How GKI enforces stable module ABIs and reduces vendor kernel fragmentation in Android devices. https://source.android.com/docs/core/architecture/kernel/generic-kernel-image

[3] ZDNET — “Microsoft: Linux is now the most‑used OS in Azure.” What this contributes: Confirms that a majority of Azure workloads run on Linux, indicating hyperscaler economics. https://www.zdnet.com/article/m




Related update: We recently published an article that expands on this topic: read the latest post.

Hidden Real Estate Gold: Industrial Lots | Analysis by Brian Moineau

The quiet land rush: industrial outdoor storage is stealing the spotlight

When someone says “real estate boom,” most of us picture gleaming warehouses, data centers or apartment towers. But there’s a quieter, dirt-under-your-nails story unfolding on paved and gravel lots across the U.S.: industrial outdoor storage (IOS). Once the domain of mom-and-pop operators and dusty truck yards, IOS is suddenly seeing explosive demand, sharp rent growth and major institutional attention — and it’s reshaping how investors and occupiers think about industrial land.

Why IOS matters now

  • IOS is simply land for things that live outside: containers, trucks, construction equipment, generators, bulk materials and fleet parking. Buildings — if present — typically occupy <25% of the site.
  • These parcels sit where movement matters: near highways, ports, intermodal nodes and data center construction sites. That adjacency makes them invaluable for staging and logistics.
  • Two forces collided to raise IOS’s profile: the ongoing industrial logistics reshuffle (e-commerce, fleet decentralization) and the data-center/A.I. construction boom. Data centers in particular need vast outdoor staging yards for generators, cooling equipment and construction fleets during buildouts.

Quick snapshot of the market

  • IOS rents have surged — Newmark reports rents rose roughly 123% since 2020, outpacing bulk warehouses by a wide margin. (Newmark’s “Lots to Gain” research is a useful primer.) (nmrk.com)
  • Vacancy is tight in many markets, and supply is constrained by zoning and land-use policies that often discourage industrial outdoor uses. That scarcity gives owners pricing power. (nmrk.com)
  • Institutional capital is moving in: private equity and large managers have formed JV’s and provided financing for IOS portfolios, turning what was once fragmented into investable, scalable pools of assets. Recent portfolio deals and credit commitments illustrate the shift. (danielkaufmanreal.estate)

The investor dilemma: high return, specific risks

  • Why investors are excited

    • Strong rent growth and low vacancy create attractive cash flows compared with many traditional industrial segments.
    • Many IOS assets are irreplaceable in the short-to-medium term because municipalities often restrict new IOS zoning.
    • Some markets show IOS rents that, when normalized per acre, rival bulk warehouse pricing — signaling potential revaluation upside. (nmrk.com)
  • What keeps cautious investors awake at night

    • Zoning and local politics: IOS is often labeled “non-productive” (low job density, limited tax generate), so expansion can be politically fraught. That’s both a supply limiter and a land-use risk. (nmrk.com)
    • Cyclical demand drivers: IOS benefits from spikes in trade, imports, construction and data center build cycles. If any of these cool materially (tariffs, weaker imports, slower AI/data-center rollouts), demand can ease. (globest.com)
    • Environmental and community pushback: stormwater, dust, visual blight and traffic impacts can invite stricter local controls or redevelopment pressure.
    • Standardization and liquidity: pricing and lease structures are still maturing. While institutional owners are professionalizing the sector, IOS is less homogeneous than a modern logistics park.

Where the value is concentrated

  • Inland logistics hubs (Phoenix, Memphis, Atlanta) have been leaders in rent growth; Southern California showed earlier strength but has seen more variability. Market-by-market performance diverges, so hyper-local analysis matters. (globest.com)
  • Sites close to ports, intermodal yards and major highway junctions command premiums — the same adjacency logic that drives warehouse economics, applied to land rather than buildings.

Practical takeaways for stakeholders

  • For investors

    • Treat IOS like a specialty industrial play: underwrite with conservative scenarios for zoning friction and cyclical demand swings.
    • Look for operators with platform capabilities — portfolio management, standardized leases, environmental controls and local permitting expertise.
    • Consider income-plus-value strategies: strong current cash flow today and limited-to-no new supply could yield outsized appreciation.
  • For occupiers (logistics firms, contractors, data-center developers)

    • Secure long-term yard capacity near critical nodes now; relocation costs and scarcity can be expensive later.
    • Negotiate site improvements and environmental protections into leases to reduce operating headaches and community pushback.
  • For municipalities and planners

    • Recognize IOS’s role in the logistics ecosystem but balance it with community concerns: permit management, stormwater controls and buffer zones can help make IOS less contentious.

A note on the data and narrative

This momentum is visible in market analytics and multiple industry reports: Newmark’s “Lots to Gain” research lays out national rent and vacancy trends, while trade coverage documents portfolio transactions and financing that signal institutionalization. Press consolidation, Yardi and market-specific deal reports corroborate the lift in rents and investor interest. (nmrk.com)

My take

IOS is one of those asset classes that looks boring until it outperforms. The category’s fundamentals — scarce, well-located land plus diversified, mission-critical demand — create an appealing combination. That said, it’s specialist investing: success will belong to owners who can navigate zoning, operationalize outdoor-land asset management and time exposure to cyclical infrastructure waves. Institutions will continue to professionalize the market, but the best returns are likely for those who pair local knowledge with the ability to scale.

Final thoughts

Industrial outdoor storage is no longer an afterthought. It’s a strategic piece of the industrial ecosystem, increasingly essential for logistics, construction and the buildout of digital infrastructure. For investors and occupiers, that means treating IOS with the same diligence long applied to warehouses — but with an added emphasis on land use, political risk and operational flexibility. In a market where dirt — literally — has become a scarce resource, those who see the value in the lot can find performance hiding in plain sight.

Sources