Sujet : Re: Top 10 most common hard skills listed on resumes...
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.lang.cDate : 30. Aug 2024, 04:21:05
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vardr0$b7bo$11@dont-email.me>
References : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
User-Agent : Pan/0.160 (Toresk; )
On Wed, 28 Aug 2024 08:04:34 +0200, Bonita Montero wrote:
Am 28.08.2024 um 07:39 schrieb Lawrence D'Oliveiro:
The Linux kernel abstractions are very high level. Look at how entirely
different filesystems, even ones originating from entirely different
OSes, can be handled through the common VFS layer.
The distance between the levels of indirection is less than in C++.
Do you have any examples of C++ code that deals with the levels of
indirection in the Linux kernel?
Consider how a network-based filesystem is accessed:
filesystem API ← VFS layer ← network filesystem layer ← network stack ← network protocol
Look at the number of levels. And that’s actually a simplification.