Hurd вполне себе встаёт на любое железо и работает.
ТОлько вот с полгода назад он не понимал сетевую карточку на моём ноуте и кушал очень много процессорных ресурсов. Вентилятор на ноуте не выключался ни на секнуду, даже в шелле, когда ничего кроме шелла запущено не было, вентилятор разгонялся и разгонялся. На минуту показалось что ноутбук это маленький вертолёт и что он сейчас взлетит.
За это Hurd был "снесён" до лучших времен.
Кажется кто то из разработчиков очень не любит или не понимает команду HLT.
>Кажется кто то из разработчиков очень не любит или не понимает команду HLT.
:))) Да нет - это фундаментальное свойство современных микрокернельных осей на x86
Every call from a user application, say to get the time, required the message to be sent to the kernel (an expensive operation known as a context switch), which would then send the request to the Unix library with another context switch - and then repeat it all again for the response! Thus Mach, through no real fault of its own, was generally considered to be very powerful, but incredibly slow.
>Every call from a user application, say to get the time, required the message to be sent to the kernel (an expensive operation known as a context switch), which would then send the request to the Unix library with another context switch - and then repeat it all again for the response! Thus Mach, through no real fault of its own, was generally considered to be very powerful, but incredibly slow.
И какое отношение HLT имеет к "медленности" передачи сообщений Mach?