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.

Ramfs, Rootfs and Initramfs

9 pointsby didizajaover 3 years ago

2 comments

MatthiasPortzelover 3 years ago
This is really interesting. I didn&#x27;t know that the Linux kernel provided documentation like this. I thought my only recourse for learning about the internals of Linux were man pages, 3rd party tutorials, or reading the kernel source.<p>This sort of documentation, that doesn&#x27;t assume prior knowledge, while still being technical, is really hard to get right.
评论 #30247988 未加载
iam-TJover 3 years ago
The kernel source repository has a directory specifically for it, strangely called &quot;Documentation&quot; [0] :)<p>There are also comprehensive web pages for both programmers and system administrators published for all versions and &#x27;latest&#x27; [1] which is where the article&#x27;s document is to be found.<p>[0] <a href="https:&#x2F;&#x2F;git.kernel.org&#x2F;pub&#x2F;scm&#x2F;linux&#x2F;kernel&#x2F;git&#x2F;torvalds&#x2F;linux.git&#x2F;tree&#x2F;Documentation" rel="nofollow">https:&#x2F;&#x2F;git.kernel.org&#x2F;pub&#x2F;scm&#x2F;linux&#x2F;kernel&#x2F;git&#x2F;torvalds&#x2F;lin...</a><p>[1] <a href="https:&#x2F;&#x2F;www.kernel.org&#x2F;doc&#x2F;html&#x2F;latest&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.kernel.org&#x2F;doc&#x2F;html&#x2F;latest&#x2F;</a>