登录
首页 » 操作系统 » linux0.99源代码用于研究linux操作系统

linux0.99源代码用于研究linux操作系统

于 2023-01-19 发布 文件大小:675.97 kB
0 104
下载积分: 2 下载次数: 1

代码说明:

linux0.99源代码用于研究linux操作系统-linux0.99 source code used to study the linux operating system

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • ucos
    ucos-ii在 阳初2440开发板的移植 可支持从norflash启动,从nandflash启动以及由其它bootloader加载到SDRAM中运行-Yang ucos-ii in the beginning of 2440 development board can support from the transplant norflash start, start from the NANDFLASH as well as by other bootloader loaded into SDRAM running
    2023-08-14 07:45:02下载
    积分:1
  • 高校计算机学院课程关于进程通信的程序范例
    高校计算机学院操作系统课程关于进程通信的程序范例-University College of the operating system of computer programs on the example of the process of communication procedures
    2022-03-13 08:14:25下载
    积分:1
  • 本次程序的题目为:进程管理――支持多个进程并发运行的简单的进程管理模拟,对本实验的分析要求是:⑴中的同步机构采用信号量上的P、V的机制;⑵控制机构包...
    本次程序的题目为:进程管理――支持多个进程并发运行的简单的进程管理模拟系统,对本实验的分析要求是:⑴系统中的同步机构采用信号量上的P、V操作的机制;⑵控制机构包括阻塞和唤醒操作;⑶时间片中断处理程序处理模拟的时间片中断;⑷进程调度程序负责为各进程分配处理机;⑸根据用户的需求来创建n个进程(n为即满足用户需求,又不超出系统可容的最大进程数),各进程互斥地访问使用临界资源 S1、S2;⑹使用动态优先数(如:随阻塞次数的增加而减小优先数,以提高其优先权);⑺进程结束后应能够撤消;⑻进程间能实现“发送”和“接收”两个消息缓冲通信操作;⑼系统在运行过程中随机打印出各进程的状态变换过程、系统的调度过程及公共变量的变化情况,在一个进程运行完毕,进入完成状态后,可以将该进程撤消,也可以动态的创建另一个新的进程。-the procedures on the topic of : process management-- to support multiple concurrent processes running a simple process management simulation system for the analysis of the experimental requirements are : 1 system of institutions using synchronous signals on the amount of P, V operation of the mechanism; 2 control agencies, including obstruction and awaken operation ; 3-time interrupt handling procedures-time simulation of interruption; 4 process scheduler is responsible for the allocation process processors; together according to the user"s needs to create process n (n that meet user needs, without exceeding the system can accommodate
    2022-11-14 01:00:03下载
    积分:1
  • 哈工大的几个人开发的pyos的部分源码
    哈工大的几个人开发的操作系统pyos的部分源码-the development of several people pyos part of the operating system source code
    2022-01-22 08:48:17下载
    积分:1
  • 模拟中的银行家算法,1.txt的录入格式 进程名(单字符),所需a资源数,所需b资源数,所需c资源数,已申请a资源数,已申请b资源数,已申请c资源数...
    模拟操作系统中的银行家算法,1.txt的录入格式 进程名(单字符),所需a资源数,所需b资源数,所需c资源数,已申请a资源数,已申请b资源数,已申请c资源数 共5行-The Banker Algorithm
    2022-03-21 16:11:49下载
    积分:1
  • solaris9安装指南!对于一个陌生的!这本书是你最好的选择...
    solaris9安装指南!对于一个陌生的操作系统!这本书是你最好的选择-solaris9 Installation Guide! For an unfamiliar operating system! This book is your best choice
    2022-03-16 19:04:50下载
    积分:1
  • 模拟Unix文件
    每一个文件系统不仅包括文件和数据,还包括文件系统本身的树形目录结构,以及子目录、链接、访问权限等信息,它还必须保证数据的安全性和可靠性。 Unix文件系统调用主要包括:文件的打开和关闭、文件的创建和删除,文件的连接和解除连接,文件的读和写,以及文件的随机访问。用户可以通过文件系统提供的系统调用在其程序中对文件进行上述操作。
    2023-08-30 03:10:03下载
    积分:1
  • 试验目的:通过研究Linux的线程机制和信号量实现生产者消费者问题的并发控制 说明:有界缓冲区内设有20个存储单元,放入/取出的数据项设定为1~20这20个整型...
    试验目的:通过研究Linux的线程机制和信号量实现生产者消费者问题的并发控制 说明:有界缓冲区内设有20个存储单元,放入/取出的数据项设定为1~20这20个整型数。 要求: (1)每个生产者和消费者对有界缓冲区进行操作后,即时显示有界缓冲区的全部内容.当前指针位置和生产者/消费者线程的标识符 (2)生产者和消费者各有两个以上 (3)多个生产者或多个消费者之间须共享对缓冲区进行操作的函数代码。-Test Objective : To study the Linux threading mechanism and signal to producers and consumers to achieve the concurrency control : a boundary buffer There are 20 storage units, Add/remove data items for a set of 20 ~ 20-integer. Requirements : (1) Each producer and consumer sector of the buffer zone is operated, immediately after the sector showed a buffer in its entirety. The current position and producer/consumer threads identifier (2) producers and consumers have two or more (3) A number of producers or many consumers to be shared between the right to operate the buffer function code.
    2023-06-17 09:40:03下载
    积分:1
  • 只要自己做编,对就有深刻的了解,讲的是进程间的
    只要自己做编,对操作系统就有深刻的了解,讲的是进程间的操作-To do as long as their provision of operating systems have a profound understanding of the process of talking about inter-operation
    2022-11-20 10:05:04下载
    积分:1
  • 银行家算法C++描述,中的经典问题,算法较为简易
    银行家算法C++描述,操作系统中的经典问题,算法较为简易-bankers algorithm C descriptions of the operating system classic problem, the algorithm is a summary
    2022-04-08 22:56:57下载
    积分:1
  • 696518资源总数
  • 106161会员总数
  • 5今日下载