Nuta: Exploring the internals of Linux v0.01
By the way, there's an interesting comment about the scheduler:
* 'schedule()' is the scheduler function. This is GOOD CODE! There * probably won't be any reason to change this, as it should work well * in all circumstances (ie gives IO-bound processes good response etc).Yes it's indeed good code. Unfortunately (or fortunately), this prophecy is false. Linux became one of most practical and performant kernel which has introduced many new scheduling improvements and algorithms over the years, like Completely Fair Scheduler (CFS).
Posted Aug 14, 2023 15:26 UTC (Mon)
by quotemstr (subscriber, #45331)
[Link]
Posted Aug 14, 2023 16:19 UTC (Mon)
by jkohen (subscriber, #47486)
[Link] (1 responses)
Posted Aug 16, 2023 16:27 UTC (Wed)
by ssmith32 (subscriber, #72404)
[Link]
Posted Aug 14, 2023 17:18 UTC (Mon)
by xose (subscriber, #535)
[Link] (4 responses)
Posted Aug 14, 2023 18:14 UTC (Mon)
by dskoll (subscriber, #1630)
[Link]
Wow... over 1000 pages! That is an enormous undertaking and I plan on reading it...
Posted Aug 15, 2023 12:35 UTC (Tue)
by 0x3333 (subscriber, #158599)
[Link]
Posted Aug 15, 2023 13:07 UTC (Tue)
by oskar (subscriber, #119514)
[Link]
Posted Aug 16, 2023 9:24 UTC (Wed)
by linusw (subscriber, #40300)
[Link]
Nuta: Exploring the internals of Linux v0.01
Nuta: Exploring the internals of Linux v0.01
Nuta: Exploring the internals of Linux v0.01
For the pathologically curious, from oldlinux.org. (sorry, href is forbidden for these links)
[BOOK]: A Heavily Commented Linux Kernel Source Code - Kernel Version 0.12
In Chinese: http://www.oldlinux.org/download/CLK-5.0-WithCover.pdf , and English: http://www.oldlinux.org/download/ECLK-5.0-WithCover.pdf
[BOOK]: A Heavily Commented Linux Kernel Source Code - Kernel Version 0.12
[BOOK]: A Heavily Commented Linux Kernel Source Code - Kernel Version 0.12
[BOOK]: A Heavily Commented Linux Kernel Source Code - Kernel Version 0.12
[BOOK]: A Heavily Commented Linux Kernel Source Code - Kernel Version 0.12