Written byMichael Larabel inOperating Systems on 18 April 2020 at 07:20 PM EDT.35 Comments
The Rust language focusedRedox OS open-source operating system is now able to boot the AMD Ryzen Threadripper 3990X 64-core/128-thread processor and run with full multi-threading capabilities.
While one of the fundamentals of the Rust programming language is on offering safe concurrency, Redox OS itself had a multi-core issue until this week when it was sorted out by lead Redox OS developer (and System76 engineer) Jeremy Soller.
He in turn verified the working multi-core system by using a System76 Thelio Major with the stunningThreadripper 3990X.
@redox_os running 128 threads on a @system76 thelio-major-r2 with a @AMDRyzen Threadripper 3990X
Every process at boot get its own core and then some :grin:
SMP support in @redox_os is finally ready! pic.twitter.com/TIoIzGykEe
— Jeremy Soller (@jeremy_soller) April 18, 2020Great to see Redox OS micro-kernel SMP support coming together and in due course will be interesting to see its performance... Especially at last check GNU Hurd still lacking SMP and x86_64 support .
以上所述就是小编给大家介绍的《Rust-Written Redox OS Booting The 128-Thread AMD Ryzen Threadripper 3990X》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
C Primer Plus
Stephen Prata、云巅工作室 / 云巅工作室 / 人民邮电出版社 / 2005-2-1 / 60.00元
《C Primer Plus(第5版)(中文版)》共17章。第1、2章学习C语言编程所需的预备知识。第3到15章介绍了C语言的相关知识,包括数据类型、格式化输入输出、运算符、表达式、流程控制语句、函数、数组和指针、字符串操作、内存管理、位操作等等,知识内容都针对C99标准;另外,第10章强化了对指针的讨论,第12章引入了动态内存分配的概念,这些内容更加适合读者的需求。第16章和第17章讨论了C预处......一起来看看 《C Primer Plus》 这本书的介绍吧!