搜索资源列表
一个很简单的操作系统(版本三)
- 继第二版本,教你怎么让自己的操作系统进入保护模式,很精彩哦-the second version, to teach you how to make our operating system into protection mode, wonderful!
sourceforge_nogui
- Linux中的不间断数据保护模块实现代码-Linux uninterrupted data protection module code
WritingOS
- 简明的介绍了怎样着手设计和编写一个操作系统,对BIOS和保护模式等都有简单的介绍-concise introduction to the design and how to proceed with the preparation of an operating system, right BIOS and protection model has a simple presentation
2007031716045822831
- 一个简单的开机保护程序 无任何控件 全api编写 关键字 :键盘钩子, dll注入,api函数 api操作注册表, windows消息-a simple reboot protection procedures without any controls all api prepared keyword : keyboard hook, dll implantation, api function api operate the registry, windows news
processzzc
- 并发线程的管理.防止死锁的产生.此为枷锁的方法,直接保护临界区,防止临界区的错误的产生.-The management of concurrent threads. To prevent the deadlock generation. This is the way to the yoke of direct protection of critical areas, to prevent critical errors generated.
rjff
- 操作系统的线程管理,使用软件的方法,防止临界区产生错误,保护临界区并对并发线程保护,无死锁现象.-The operating system' s thread management, use of software methods to prevent the critical error, protect critical areas and the protection of concurrent threads, deadlock phenomenon.
80x86_protectedmode
- 80x86保护模式系列教程 一.保护方式简介 二.分段管理机制 三.控制寄存器和系统地址寄存器 四.实模式与保护模式切换实例 五.任务状态段和控制门 六.控制转移 七.中断和异常 八.操作系统类指令 九.输入/输出保护 十.分页管理机制 十一.虚拟8086模式-80x86 protected mode for a series of tutorials. Protection mode Introductio
ucore-lab2
- Ucore是一个很小的适于学习的操作系统,此“麻雀”包含虚存管理、进程管理、处理器调度、同步互斥、进程间通信、文件系统等主要内核功能,总的内核代码量(C+asm)不会超过5K行。充分体现了“小而全”的指导思想。 这是ucore的实验2:内存管理。实验目的:理解内存地址的转换和保护;理解页表的建立和使用方法;了解物理内存的管理方法;了解常用的减少碎片的方法;了解虚拟内存的管理方法。文件中包括源代码、实验指导书和实验报告。-Ucore is a small operating system fo
os
- 操作系统6.1 文件和文件系统 6.2 文件的逻辑结构 6.3 外存分配方式 6.4 目录管理 6.5 文件存储空间的管理 6.6 文件共享与文件保护 6.7 数据一致性控制 -OS 6.1 file 6.2 file and file system logical structure of the external memory allocation 6.4 6.3 6.5 content management file storage space mana
run
- 自己动手写操作系统,小练习包括fifo.c\fork.c\popen.c等,保护模式,超过1M内存管理模式,等代码,生成的中间文件等,适合初学者参考!-Do-it-yourself write operation system, small exercises include fifo. C \ fork. C \ popen. C, and other protection mode, more than 1 M memory management mode, and the code, ge
FileManage
- 操作系统文件管理功能的实现 ①可以实现下列命令: login 用户登录 dir 列文件目录 create 创建文件 delete 删除文件 open 打开文件 close 关闭文件 read 读文件 write 写文件 ②列目录时要列出文件名、物理地址、保护码和文件长度. ③源文件可以进行读写保护. -The operating system file management functions to achieve ① can a
Compile_linux_kernel
- Ubuntu 12.10下编译Linux内核的详细步骤,内容为操作系统课程设计实验一的实验报告(为保护隐私缺少两张实验结果截图请自行补充)。-Ubuntu 12.10 Linux kernel compile detailed steps, the content of courses on operating system design experiments an experimental report (for the protection of privacy is missing tw
ucore-lab1-lab8
- Ucore是一个很小的适于学习的操作系统,此“麻雀”包含虚存管理、进程管理、处理器调度、同步互斥、进程间通信、文件系统等主要内核功能,总的内核代码量(C+asm)不会超过5K行。充分体现了“小而全”的指导思想。 这是ucore的实验2:内存管理。实验目的:理解内存地址的转换和保护;理解页表的建立和使用方法;了解物理内存的管理方法;了解常用的减少碎片的方法;了解虚拟内存的管理方法。--Ucore is a small operating system for learning, the " Spa
