-
本次实验的目的在于掌握使用nachos中的线程序解决较为复杂的并发问题。实验内容分三部分:实现事件栅栏原语并进行正确性测试;实现闹钟原语并进行正确性测试;利用事...
本次实验的目的在于掌握使用nachos中的线程序解决较为复杂的并发问题。实验内容分三部分:实现事件栅栏原语并进行正确性测试;实现闹钟原语并进行正确性测试;利用事件栅栏和闹钟原语来解决电梯问题(详细内容请看nachos-labs.pdf)。-this experiment designed to use the line of nachos procedures to address more complex issues of concurrency. Experimental content is divided into three parts : to achieve the original language fence incident and accuracy testing; Achieve clock original language and accuracy testing; Using Event fence and alarm clock to solve the original language Elevator (See details nachos- labs.pdf ).
- 2023-03-03 19:20:04下载
- 积分:1
-
expat功能开发包,xml解析包,超级好用
expat功能开发包,xml解析包,超级好用-functional development expat package, xml analytic package, super easy to use
- 2022-12-09 22:25:03下载
- 积分:1
-
很好的学习LINUX的服务器 管理及架设的很好的学习资料
很好的学习LINUX的服务器 管理及架设的很好的学习资料-A good learning LINUX server management and set up a good learning materials
- 2022-06-01 09:01:03下载
- 积分:1
-
清华大学-电子信息工程系-实验用ARM
清华大学-电子信息工程系-实验用ARM-linux-源代码-MMU篇-Tsinghua University- Electronic Information Engineering- experiment with ARM-linux-source code-MMU Part
- 2023-01-09 21:45:03下载
- 积分:1
-
学习MAkefile相关的好资料,内容全面,可以一看
学习MAkefile相关的好资料,内容全面,可以一看-A good learning MAkefile related information, comprehensive, you can see
- 2022-03-20 07:45:13下载
- 积分:1
-
linux多线程矩阵相乘(C++)
采用多线程技术,对于每行每列的计算都进行了相应的线程操作。...
linux多线程矩阵相乘(C++)
采用多线程技术,对于每行每列的计算都进行了相应的线程操作。-linux multi-threaded matrix multiply (C++)
- 2022-08-26 14:10:18下载
- 积分:1
-
xml文档树分析例子程序
xml文档树分析例子程序-xml document examples tree analysis procedures
- 2022-02-25 13:35:26下载
- 积分:1
-
耀文提供视频捕获设备统一接入。现在你可以行动。
unicap provides an uniform access to video capture devices. Currently you can access v4l, v4l2, IIDC 1394 ( DCAM ) cameras and video to firewire converters with a single API. New devices can be added via a plugin system-unicap provides an uniform access to video capture devices. Currently you can access v4l. v4l2. IIDC 1394 (DCAM) cameras and video to Firewire c onverters with a single API. New devices can be a dded via a plugin system
- 2023-07-14 21:15:03下载
- 积分:1
-
Linux下的飞鸽传书,在Gnome环境中使用,能与windows下的飞鸽互传。
Linux下的飞鸽传书,在Gnome环境中使用,能与windows下的飞鸽互传。-Linux under Chuanshu Dove, in the Gnome environment, with windows to each other under the Dove.
- 2022-05-08 10:25:09下载
- 积分:1
-
Linux 是一个源码开放的操作系统,无论是普通用户还是企业用户都可以编写自己的内核代码,再加上对标准内核的裁剪从而制作出适合自己的操作系统。目前有很多中低端用...
Linux 是一个源码开放的操作系统,无论是普通用户还是企业用户都可以编写自己的内核代码,再加上对标准内核的裁剪从而制作出适合自己的操作系统。目前有很多中低端用户使用的网络设备的操作系统是从标准 Linux 改进而来的,这也说明了有越来越多的人正在加入到 Linux 内核开发团体中。
一个或多个内核模块的实现并不能满足一般 Linux 系统软件的需要,因为内核的局限性太大,如不能在终端上打印,不能做大延时的处理等等。当我们需要做这些的时候,就需要将在内核态采集到的数据传送到用户态的一个或多个进程中进行处理。这样,内核态与用户空间进程通信的方法就显得尤为重要。在 Linux 的内核发行版本中没有对该类通信方法的详细介绍,也没有其他文章对此进行总结,所以本文将列举几种内核态与用户态进程通信的方法并详细分析它们的实现和适用环境。
source code 2
-Linux is an open-source operating system, both ordinary users or enterprises, users can prepare their core code, coupled with the standard kernel cutting thereby making up their own operating system. There are a lot of low-end users of the network equipment from the standard operating system Linux is improving from the This also shows that the more and more people are added to the Linux kernel development groups. One or more modules and the realization of general Linux can not satisfy the needs of system software, because the core is too restrictive, such as the terminal can print, can not handle the b
- 2022-01-26 00:11:59下载
- 积分:1