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.

Linux Inside – How the Linux Kernel Works

564 pointsby SebNag_almost 8 years ago

8 comments

classybullalmost 8 years ago
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 未加载
WhoBeIalmost 8 years ago
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 :)
dom0almost 8 years ago
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 未加载
rimheralmost 8 years ago
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_wotalmost 8 years ago
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_speakalmost 8 years ago
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 未加载
Lasokkialmost 8 years ago
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>
adamzegelinalmost 8 years ago
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.