The Wayback Machine - https://web.archive.org/web/20201009050838/https://github.com/topics/operating-system
Skip to content
#

Operating system

An operating system operates and manages both the hardware and software in a computer. Operating systems provide software platforms for applications to function.

Here are 2,216 public repositories matching this topic...

📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, including language, program library, data structure, algorithm, system, network, link loading library, interview experience, recruitment, recommendation, etc.

  • Updated Oct 7, 2020
  • C++
rnaval
rnaval commented Sep 28, 2020

When cpuName obtained is something like "AMD Ryzen 5 3600 6-core Processor", getVendorFreq() returns -1.

This seems to be caused by the way that it parses the cpuName value here:

https://github.com/oshi/oshi/blob/master/oshi-core/src/main/java/oshi/hardware/CentralProcessor.java#L461

It seems that it cannot find the @ character which usually denotes the frequency (for Intel Proces

Wikipedia
Wikipedia
You can’t perform that action at this time.