mstdn.maud.io is one of the many independent Mastodon servers you can use to participate in the fediverse.
The place to express your ❤️ more freely. / あなたの「すき」をもっと自由に書き表すための場所。

Administered by:

Server stats:

347
active users

今の Linux をモノリシックだというの、今の x86 ベースのプロセッサを CISC だというぐらい無理があるでしょう……

@kb10uy modulable ではあるけれど全部が kernel land に突っ込まれててどこかが死んだら丸ごと終わり、という意味では kernel の設計論的には monolithic ではあるよ。

@orumin なるほど(モジュール単位で死ぬわけではないのか)

@kb10uy いちおう kernel のコンテキストは複数の kernel thread になってるから、ひとつのコンテキストの停止がすぐさま全部のコンテキストの停止にはならんけれども、まあ大抵は kernel panic になって kernel 全部止まるのでは