搜索资源列表
osapi-2.0.tar
- osapi 2.0 操作系统抽象层 \"系统抽象层\"使得你可以实现一种对于RTOS、CPU和所运行产品物理特性完全透明的软件。使用这种公共通用接口,高层软件在并不了解底层硬件特性的情况下也可以访问底层服务,比如对非易失性内存的读写。 -osapi 2.0 Operating System Abstraction Layer "system abstraction layer" allows you to achieve an RTO S, CPU and the ope
project1
- 操作系统内存分配释放算法的C语言模拟,包括首次适应法与循环首次适应法。指令可通过io转向从文件读入-The release of the operating system memory allocation algorithm for C-language simulation, including the first cycle for the first time to adapt to meet the law and the law. Io steering commands can b
ucore-lab1
- Ucore是一个很小的适于学习的操作系统,此“麻雀”包含虚存管理、进程管理、处理器调度、同步互斥、进程间通信、文件系统等主要内核功能,总的内核代码量(C+asm)不会超过5K行。充分体现了“小而全”的指导思想。 这是ucore的实验1:系统软件启动过程。实验目的:操作系统是一个软件,也需要通过某种机制加载并运行它。在这里我们将通过另外一个更加简单的软件-bootloader 来完成这些工作。为此,我们需要完成一个能够切换到x86 的保护模式并显示字符的bootloader,为将来启动操作系统
userkernelspace
- A user-space device driver can do many of the things that kernel drivers can t, such as perform a long-running computation, block while waiting for an event, or read files from the file system. Unlike kernel drivers, a user-space device driver can us
1402081448
- read from memory System will automatically delete the directory of debug and release, so please do not put files on these two directory.
kolibri_src
- New Kolibri version 0.6.5.0 released. It s based on a bit less than hundred and a half revisions, including many changed and additions for both kernel and applications. Most noticeable is read ability from NTFS partitions, kernel support for programs
memory-op
- 使用Windows 2000/XP的API函数,编写一个包含两个线程的进程,一个线程用于模拟内存分配活动,一个线程用于跟踪第一个线程的内存行为,而且要求两个线程之间通过信号量实现同步。模拟内存活动的线程可以从一个文件中读出要进行的内存操作。-Use the API functions in Windows 2000/XP, the preparation of a process contains two threads, one thread is used to simulate memo
SegmentPage
- 操作系统课程设计中的段页式存储管理系统,手动输入内存及内存块大小,从文件中读取数据。有各种中断调试。-Segment pages in the curriculum design of the operating system storage management system, and manually enter the memory and the memory block size, data is read from the file. There are a variety of b
byte
- 以字节方式来实现读取内存条的部分信息,可以很容易的知道内村条信息-Read memory byte, Uchimura message, you can easily know
jianli-fat-wenjianxitong
- 设计的任务 1 、首先分配一定容量的磁盘存储空间,作为文件存储空间。 2 、建立相应的文件系统,使用 FAT 文件系统。 3 、为该文件系统设计相应的数据结构来管理目录、磁盘空闲空间、已分配空间 等。 4 、提供文件的创建、删除、移位、改名等功能。 5 、提供良好的界面,可以显示磁盘文件系统的状态和空间的使用情况。 6 、提供虚拟磁盘转储功能,可将信息存入磁盘,还可从磁盘读入内存。 -
os
- 操作系统课程设计 分页存储管理系统;建立一个基本分页存储管理系统的模型。 首先分配一片较大的内存空间,作为程序运行的可用存储空间; 建立应用程序的模型; 建立进程的基本数据结构及相应算法; 建立管理存储空间的基本存储结构; 建立管理分页的基本数据结构与算法; 设计存储空间的分配与回收算法; 提供信息转储功能,可将存储信息存入磁盘,也可以从磁盘读入; 注意:代码运行时先在D盘目录下创建一个进程表.txt的文件,并在文件中输入进程名和大小,如 a 12等,