搜索资源列表
WY OS 0.00b
- 我自己写的一个实模式的操作系统,支持fat12文件系统和一个和shell整合到一起的简单的键盘驱动,目前正在实现pci总线驱动程序。以后将会转入到保护模式下开发-I wrote it myself a real mode of the operating system, support FAT12 file system and a shell and the integration with a simple keyboard-driven, are currently achieving p
一个很简单的操作系统(版本二)
- 一个很简单的操作系统(版本二),是保护模式的编写,让你了解保护模式-a very simple operating system (version 2), is a protected mode of preparation, so you know protected mode
一个很简单的操作系统(版本三)
- 继第二版本,教你怎么让自己的操作系统进入保护模式,很精彩哦-the second version, to teach you how to make our operating system into protection mode, wonderful!
virtual-dusk
- 申请一个10M的文件空间虚拟成一个磁盘,按照1K大小划分扇区,依序编号,实现单卷单级目录的文件系统。 根据文件分配方案设计相应的FCB结构,空闲空间管理结构,磁盘卷总信息结构,目录区信息结构等,存放在虚拟磁盘的相应区域 编写管理程序,实现对虚拟磁盘的全权控制,犹如针对真实磁盘使用模式类似DOS或者Linux的终端方式 本文简单介绍了磁盘文件格式FAT及其他相关背景和算法,并采用FAT方案实现单卷、单级目录的虚拟文件系统。描述了整个程序的基本思路模块划分、流程图及代码的实现。-appl
ARM_00_OS
- 看看ARM菜鸟在ARM7上写的操作系统——ARM圈圈操作系统 最近在ADuC7027上写了一个ARM_00_OS,头都写晕了,发上来给大家一起来看看。 任务按优先级调度,如果处于就绪态且优先级最高的任务有两个或更多,则按时间片轮循调度。 支持任务创建、任务删除、内存分配、简单的消息、简单的设备管理、CPU及内存等使用统计等功能。 任务可处于ARM模式或THUMB模式,在创建任务时,要指定任务所处于的模式。 从这里下载整个文件包:http
seal-2.00.11-src
- SEAL是DOS 下的32位保护模式的GUI程序,它只能在DOS下才能运行。-SEAL is under the DOS protected mode 32 GUI program, it can only be run under DOS.
fluentos-C
- 我个人编写的操作系统,实现了保护模式并切换到用户态运行用户进程,对与操作系统初学者有一定帮助!-I personally prepared by the operating system, achieved a protected mode and switch to user mode users running process, with the right operating system will definitely help beginners!
DescParser
- pc保护模式描述符分析工具,采用VC编写,是你了解保护模式,分析描述符的好工具.-pc protected mode descr iptor analysis tools used to prepare VC, you know protected mode, Analysis descr iptors good tool.
4GB_mem_access
- 在实地址模式访问4g内存,对了解操作系统底层的人有帮助-in real address mode visit 4g memory, the understanding of the underlying operating system help
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
PMode-FreeDOS-041214
- 学习x86保护模式开发的源代码,对开发操作系统很有帮助,全部为汇编代码-learning x86 protected mode development of the source code, useful for the development of the operating system, all compiled code
28104055398
- shell 程序要求实现的shell支持以下内部命令: 1. Batch Processing 如果shell启动带有一个文件名作为参数,打开该文件并执行文件里所有命令。待所有进程全部结束退出shell。 2. Debugging 提供-v选项,shell启动时打开此选项将在运行过程中输出若干调试信息。在该模式下,shell应该显示所有被创建了的进程的PID号,通报已结束的子进程和传递给子进程的参数等。 3. Prompt (命令行提示符) 解释器打印$PS2作为提示符。 4.
companyperson
- 企业员工信息管理系统,采用MVC三层架构开发模式,采用Orcale数据库。此系统是用于企业对其员工信息进行管理的系统。-employee information management system, using MVC three-tier development model, using Oracle database. The system is its staff for enterprise information management systems.
dtos
- 我自己编写的一个保护模式下实现任务切换的系统软件,并加载运新了电梯控制系统。-I prepared a protected mode switch tasks under the system software, and the loading operation of the new elevator control system.
jiaoshi
- 一款小型的C/S模式网络同步校时系统,应用Socket编程,实现服务器/可户端时间的同步校正。
filetrasform
- 网络变程事例,采用服务器/客户端模式实现点对点文件传输功能。
80386
- 这是本关于保护模式下变成的电子书,设计很多CUP设计原理。是理解操作系统的必看书-This is a protected mode on the e-books into the design a lot of design principles CUP. Is to understand the operating system will read
QUOS0.9.tar
- 实模式操作系统的设计与实现-Real-mode operating system design and implementation. . . . . . . . . . . . . . . . . . .
NASM_ASM
- NASM 纯汇编打造简单中文操作系统,32位保护模式下的。-NASM pure assembly to create a simple Chinese operating system, 32-bit protected mode.
C s
- 模拟客户服务器模式,实现客户机与服务器端的接受消息与发送消息。(client send message to server)