TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Moving GPU drivers out of the initramfs

3 pointsby JNRoweabout 1 year ago

1 comment

drewg123about 1 year ago
As a BSD guy, the whole concept of the initramfs is one of the most foreign and annoying things about linux. I far prefer the FreeBSD way of having a bootloader that fully understands the root filesystem (even ZFS) and can load any needed modules straight from the root filesystem. It makes debugging far simpler