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,356 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 Dec 16, 2020
  • C++
rminnich
rminnich commented Jan 1, 2021

All dev*.c files should have these two functions
static char *
devname(void)
{
return devtab.name;
}

static int
devdc(void)
{
return devtab.dc;
}

That way, we avoid problems like the recent breakage with devregress.c where in the devtab we used 'R' but in the attach we use 'Z', which collided with devacpi

Good beginner issue. It might be a simple awk/sed script. F

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