搜索资源列表
osboot
- OS引导记录手册,对于想做系统引导的朋友来说非常有用-OS boot record manual, for want of a friend guide system is very useful
systemstart
- 硬盘引导记录手册OS-MSDOS,windows,windows NT,Linux系统硬盘引导流程-hard disk boot record manual OS-MSDOS, windows, windows NT, Linux system hard disk boot process
WINGRB0206_src
- windows 下的GTUB 系统引导程序
bootsect
- 部分常用系统的引导程序-part of the guidance system used procedures
ucore-lab1
- Ucore是一个很小的适于学习的操作系统,此“麻雀”包含虚存管理、进程管理、处理器调度、同步互斥、进程间通信、文件系统等主要内核功能,总的内核代码量(C+asm)不会超过5K行。充分体现了“小而全”的指导思想。 这是ucore的实验1:系统软件启动过程。实验目的:操作系统是一个软件,也需要通过某种机制加载并运行它。在这里我们将通过另外一个更加简单的软件-bootloader 来完成这些工作。为此,我们需要完成一个能够切换到x86 的保护模式并显示字符的bootloader,为将来启动操作系统
MultiBoot
- 用汇编语言,设计一个多重引导程序,安装在一个装有多个操作系统的硬盘里,在计算机启动的时候,能让用户选择要启动的系统。 这是学习汇编程序设计课程的实验,自己写的,用masm编译,在vmware虚拟机上测试通过。内附源码、可执行程序及实验报告。 该程序会改写MBR引导的部分,在真是机器上运行有风险。-This is multi-boot program. With MultiBoot installed in the hard drive installed several OS, user
Kitnix
- 自己编写的一个简单的操作系统,Kitnix 0.01 编译环境:Nasm img文件可以用虚拟机载入直接启动,有引导、重启、关机及执行用户文件功能,基于boot、loader及用户文件三层结构,可以执行两个用户程序。 使用Fat12文件系统,可以在Msdos中直接对镜像进行操作。-I have written a simple operating system, Kitnix 0.01 compiler environment: Nasmimg document can be use
drier
- windows 系统引导,用于安装驱动时的自动识别-windows system boot, when installing the driver for the automatic identification
os
- 操作系统引导探究.rar讲解操作系统启动全过程,详细并有代码.-Guide into the operating system. Rar on the operating system to start the whole process in detail and have the code.
A
- boot简单的操作系统引导程序,展现操作系统的引导过程-simple boot operating system boot, the boot process to show the operating system
TOS-0.0.3-RELEASE.img
- 一个小型操作系统,带引导,用软盘进入系统,也能在虚拟机上使用-A small operating system, with guidance, use a floppy disk into the system, but also in the virtual machine to use
OSboot
- 操作系统引导探究 很详细的说明了计算机怎样从加电开始,如何引导,知道操作系统运行起来的过程。-Operating system, a very detailed descr iption and guide to explore how the computer from the power-on start, how to guide, to know the operating system up and running process.
EXEBUG-GENB
- 1、EXEBUG或者GENB,是一种只感染软磁盘引导记录和硬磁盘主引导记录的具有自我加载功能的计算机引导型病毒。 2、EXEBUG病毒通过软磁盘的引导记录和硬磁盘的主引导记录,在计算机加载操作系统时抢先占有控制权,完成盗用中断13H并且试图感染硬盘,以便形成EXEBUG病毒的传播媒体;然后模拟计算机加载操作系统的工作过程,引导系统正常引导。 -EXEBUG-GENB
bootloader
- 本篇文章将以开发中的 pyos 系统引导程序为例,pyos 是一个正在开发中的实验型操作 系统,它并不打算以目前任何一种运行中的操作系统为模式,而只想通过自己编写一个从头 到尾的操作系统来学习知识,积累技术-This article will guide the development process in the case pyos system, pyos is being developed in the experimental operating system, it does
RESTART
- DOS模式下不再检测硬件的重启程序,直接从引导部分进入系统,省去了硬件检测的麻烦!-DOS mode, restart the program no longer detects the hardware, some directly into the system from the boot, eliminating the need for hardware detection of trouble!
viviinit
- 操作系统引导程序,提供程序调试环境和系统引导-Operating system boot process, provides debugging environment
boot4200
- U盘第一扇区引导代吗,引导16~32扇区,U盘初始化为FAT32文件系统(注意笔记可能要求INT 13H 调用时DL=81H或者82H,本机为一体机测试用的是DL=0H)-U disk first sector of the boot-generation guide 16 to 32 sectors, U disk is initialized to the FAT32 file system (note the notes may require the invocation of the
grub-2.00~rc1.tar
- grub2的最新版本,实现多系统引导启动。-The latest version of grub2, multi-system boot.
Daila
- 本系统运用现代化的技术,为中小型企业提供现代化的管理手段,提高企业产品信息的收集、处理能力,联动及反映能力,为各级领导和管理人员提供准确、及时的分析数据,提高管理的科学性和工作效率,促进企业管理工作合理化、规范化、系统化。本系统主要实现以下目标: 系统采用人机交互的方式,界面美观友好,信息查询灵活、方便,数据存储安全可靠。 对用户输入的数据,进行严格的数据检验,尽可能的避免人为错误。 客户在拨打企业电话客服时,系统会自动接收、识别
Experimental-study-of-ARM9
- 本文首先介绍了ARM9试验学习,并对ARM9试验进行了简单的描述,然后依据EL-ARM-830+型教学试验系统,分析键盘接口实验,LCD的显示实验,触摸屏试验,音频录放实验,基于uCOSII的LCD驱动编写试验,Linux的试验环境搭建,BootLoader引导程序,基于Linux的键盘驱动程序的编写,基于Linux的LCD驱动程序的编写。最后,对ARM9实验学习进行了总体的评价-failed to translate