TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Linux Inside – How the Linux Kernel Works

564 点作者 SebNag_将近 8 年前

8 条评论

classybull将近 8 年前
Every time I start to fall into the conceit that I'm an exceptionally good developer, I look at things like kernels or low level hardware programming and eat a big ol' slice of humble pie.
评论 #14432111 未加载
评论 #14433002 未加载
WhoBeI将近 8 年前
Nice. Way back in the day, maybe 20-25 years ago, I had a first look at the boot process and wish I&#x27;d had something similar to the first chapter then. Man, it was hard to find information and ones you did you realized understanding it meant learning an entirely new subject.<p>Those were the days really. Barely having started my English studies I went looking for a single piece of information and found so much else on the way.. The tinkering and nights of frustration gave insights and a feeling of accomplishment that set me on the path to the profession I have today.<p>Then I started high school and someone showed me a shaded and textured cube they had rotating on their screen and I found out what math is good for :)
dom0将近 8 年前
Besides some scattered text files and the Linux man pages, there is this: <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><p>It&#x27;s fairly new - started about a year ago, but there&#x27;s quite a lot of stuff in there already (bootstrapped from the old XML stuff, I believe).
评论 #14432533 未加载
评论 #14443740 未加载
rimher将近 8 年前
I&#x27;ve taken a class in college about the Linux kernel, and it&#x27;s still amazing to see how complicated it actually is.<p>I&#x27;ve got a fairly good idea of how many pieces work, but the whole thing together still puzzles me at times.<p>I think that it&#x27;s one of the biggest achievements of the internet as a tool for progress, and it shows that good intentions and pragmatism (together with some good Linus insults as well) can go a long way
评论 #14434681 未加载
chris_wot将近 8 年前
I love this work, it inspired me to work on Inside LibreOffice.<p><a href="https:&#x2F;&#x2F;www.gitbook.com&#x2F;book&#x2F;chrissherlock1&#x2F;inside-libreoffice&#x2F;details" rel="nofollow">https:&#x2F;&#x2F;www.gitbook.com&#x2F;book&#x2F;chrissherlock1&#x2F;inside-libreoffi...</a>
评论 #14430948 未加载
i_have_to_speak将近 8 年前
Oh my God, the first article has a link to Ralph Brown&#x27;s Interrupt List. Good ol&#x27; days!<p>[1] <a href="http:&#x2F;&#x2F;www.ctyme.com&#x2F;intr&#x2F;int.htm" rel="nofollow">http:&#x2F;&#x2F;www.ctyme.com&#x2F;intr&#x2F;int.htm</a>
评论 #14443152 未加载
Lasokki将近 8 年前
Torvald&#x27;s thesis on portability of Linux is also a quite interesting article<p><a href="https:&#x2F;&#x2F;www.cs.helsinki.fi&#x2F;u&#x2F;kutvonen&#x2F;index_files&#x2F;linus.pdf" rel="nofollow">https:&#x2F;&#x2F;www.cs.helsinki.fi&#x2F;u&#x2F;kutvonen&#x2F;index_files&#x2F;linus.pdf</a>
adamzegelin将近 8 年前
Is there any documentation that talks about x86_64 and the modern UEFI boot process? This guide still talks about BIOSs, MBRs, real mode, 16-bit registers, etc.