bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How do I learn the Hurd stuff?


From: Samuel Thibault
Subject: Re: How do I learn the Hurd stuff?
Date: Thu, 30 Aug 2018 19:42:35 +0200
User-agent: NeoMutt/20170113 (1.7.2)

Almudena Garcia, le jeu. 30 août 2018 19:35:23 +0200, a ecrit:
> But... Why we can't implement this via hardware?

Because it would cast into stone the way to schedule threads. OSes use
very finely tuned heuristics (for fairness, priorities, locality, etc.)
to schedule threads, which we do not want to see hardwired in hardware.

Really, all the support you want to get from the hardware is just
getting the number of processors, initializing them, and support for
interprocessor interrupts (IPI) for signalling.

Samuel



reply via email to

[Prev in Thread] Current Thread [Next in Thread]