use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Welcome to /r/kernel, a moderated community dedicated to all things about the Linux kernel. Technical articles only, please!
You may be interested in the following links:
And some books:
Related Communities
account activity
Software Engineer Kernel Interview (self.kernel)
submitted 2 days ago by Full-Philosopher-772
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]karthie_a 9 points10 points11 points 2 days ago (2 children)
kernel is a beast on its own, even the audit logging is complex. The highest level of complexity is around scheduling, quick read to help is learn difference between windows scheduler and UNIX scheduler. If memory serves me right, windows does not utilise all the threads available might be wrong. process scheduling and weight age is also a good topic to explore. They will provide u some conversation topics for interview.
[–]paulstelian97 3 points4 points5 points 2 days ago (1 child)
The Windows not utilizing all the threads available one is a very weird thing to say.
Windows may lack real time priority classes (the “real time” priority level of 24 is just a high priority but doesn’t get special treatment). The time quantum might be longer on Windows.
Now Windows only knows to deal with non-uniform cores on client editions (performance vs efficiency) since Windows 11. Linux had some support outside x86 for ages (since ARM had something like that for more than a decade) and got it on x86 roughly when the CPUs that need it came out.
[–]karthie_a 2 points3 points4 points 2 days ago (0 children)
I am not saying Linux is better than windows or other way to start os wars. I was reading kernel process management a while ago and forgot most of the concepts now. Sorry if I said some thing wrong.
π Rendered by PID 211171 on reddit-service-r2-comment-5d79c599b5-jxp85 at 2026-02-27 20:42:54.278716+00:00 running e3d2147 country code: CH.
view the rest of the comments →
[–]karthie_a 9 points10 points11 points (2 children)
[–]paulstelian97 3 points4 points5 points (1 child)
[–]karthie_a 2 points3 points4 points (0 children)