-
操作系统引导探究
操作系统引导探究-OS guide Inquiry
- 2022-08-08 21:43:48下载
- 积分:1
-
EOS is a major open
EOS是一个主要用于教学的开源操作系统,它的源码风格是windows内核风格。EOS的整体结构简单,从boot、loader、kernel.dll到应用程序,结构清晰简单,但是功能内核功能也比较完整,源码总数为10000多行,比较适合初中级操作系统内核源码学习者。
与Linux0.11或0.12相比,EOS的内核的结构更加的模块化,结构比之清晰,是学习操作系统原理与内核分析研究的较好的工具。
-EOS is a major open-source operating system for teaching, and its style is windows kernel source code style. EOS" s overall structure is simple, from the boot, loader, kernel.dll to the application, the structure clear and straightforward, but the function of the kernel functions are relatively complete, a total of more than 10,000 source lines, more suitable for middle-class operating system kernel source code learners. 0.12, compared with Linux0.11 or, EOS of the core structure of a more modular structure than the clear, is to learn principles and core analysis of the operating system a better tool.
- 2023-03-20 19:55:04下载
- 积分:1
-
simulation operating system on the storage management pages replacement procedur...
关于模拟操作系统的存储管理页面置换程序,挺好的.-simulation operating system on the storage management pages replacement procedures, Holbrook.
- 2022-07-25 15:45:55下载
- 积分:1
-
LRU(最近最少使用算法) and MRU(最近最常使用算法)所谓的LRU(Least recently used)算法的基本概念是:当内存的剩余的可用空间不够...
LRU(最近最少使用算法) and MRU(最近最常使用算法)所谓的LRU(Least recently used)算法的基本概念是:当内存的剩余的可用空间不够时,缓冲区尽可能的先保留使用者最常使用的数据,换句话说就是优先清除”较不常使用的数据”,并释放其空间-LRU (least recently used algorithm) and MRU (most recently used) algorithm called LRU ( Least recently used) algorithm is the basic concept : When the memory of the remaining available space is insufficient, the first buffer as possible to retain the most common users of the data used, In other words priority is to eliminate the "more rarely use the data," and the release of its space
- 2022-06-29 21:11:52下载
- 积分:1
-
TSOT: experimental simulation of a process queue, the queue using linked list fo...
TSOT:实验一 进程队列模拟,队列使用链表形式。
TSOP:实验二 页面请求模拟,生成表单一中的页面地址映射有严重问题,我没有重做。
TAOT:实验三 进程调度。
TAOB:实验四 银行家算法,不能自行设定进程数量,用的是递归算法。-TSOT: experimental simulation of a process queue, the queue using linked list form. TSOP: 2 page requests simulation experiment to generate the page address in the form of a mapping have serious problems, I did not redo. TAOT: Experiment 3 process scheduling. TAOB: Experiment 4 banker" s algorithm, not the number of self-setting process, using a recursive algorithm.
- 2022-08-22 00:34:56下载
- 积分:1
-
hwmodiag for mcp55芯片
hwmodiag for mcp55 chipset
- 2023-08-15 01:40:02下载
- 积分:1
-
A real model of examples show the contents of memory to compile NASM @ CPU and c...
一个实模式下显示内存内容的例子 nasm编译 @ CPU及微机基本硬件的使用-A real model of examples show the contents of memory to compile NASM @ CPU and computer use of basic hardware
- 2022-02-26 12:11:30下载
- 积分:1
-
一个简单的例子,为多线程和信号
此示例实现阅读室模型。假设有 8 个席位,在阅览室里,在等候室 5 个座位。Readers" 的行动会像这样: 1) 一位读者在前台服务注册他的信息,他进入阅览室之前。他在他离开后注销。前台服务只能处理一个 time.2 的一位读者) 如果一个读者发现阅读房间里满是,他会在等待 room.3 等) 如果在候诊室里没有席位,他将 leave.*The 主线程将启动 20 个读取器线程。读取器线程将重复上述行为。读者的行为记录打印在屏幕上和写到一个文件中。
- 2022-01-22 03:57:30下载
- 积分:1
-
windows操作系统中mappings项目
windows操作系统中mappings项目-item mappings
- 2023-08-21 16:25:03下载
- 积分:1
-
a simple boot loader written with asm,
this code shows how you can write a rea...
a simple boot loader written with asm,
this code shows how you can write a real mode boot loader,you can assemble it with nasm
- 2022-07-17 01:59:49下载
- 积分:1