磁盘引导程序 磁盘引导程序 磁盘引导程序 磁盘引导程序-disk boot disk boot disk boot disk boot 下载
磁盘主引导程序(MBR),作者作了详细的注释,是了解磁盘引导原理的佳作。-master boot disk (MBR), the authors made a detailed annotation, which is guiding principle of understanding disk sweetheart. 下载
FAT16 磁盘格式引导程序(ASM) -FAT16 disk format guide (ASM) 下载
FAT16 磁盘格式引导程序.文件是以ASM汇编格式提供的.-FAT16 disk boot format. ASM is a compilation document format available. 下载
磁盘引导区保存和恢复,多操作系统引导的程序-A program which realises saving and restoreing of disk booting area, and multi operating system booting 下载
FAT文件系统原理 计算机在按下power键以后,开始执行主板bios程序。进行完一系列检测和配置以后。开始按bios中设定的系统引导顺序引导系统。假定现在是硬盘。Bios执行完自己的程序后如何把执行权交给硬盘呢。交给硬盘后又执行存储在哪里的程序呢。其实,称为mbr的一段代码起着举足轻重的作用。MBR(master boot record),即主引导记录,有时也称主引导扇区。位于整个硬盘的0柱面0磁头1扇区(可以看作是硬盘的第一个扇区),bios在执行自己固有的程序以后就会jump到mbr中的第一条指令。将系统的控制权交由mbr来执行。在总共512byte的主引导记录中,MBR的引导程序占了其中的前446个字节(偏移0H~偏移1BDH),随后的64个字节(偏移1BEH~偏移1FDH)为DPT(Disk PartitionTable,硬盘分区表),最后的两个字节“55 AA”(偏移1FEH~偏移1FFH)是分区有效结束标志。-FAT file system in principle computer keys after pressing the power to start procedures for the implementation of motherboard bios. End conducted a series of inspections and subsequent distribution. Start by bios set in the boot sequence guidance system. It is assumed that drive. Bios implementation End after their own procedures on how the implementation of the right to drive it. Then drive to the store where the implementation of the procedure beforehand. In fact, as mbr section of the code will play a decisive role. MBR (master boot record), the master boot record that is sometimes also called master boot. Located in the entire drive 0 0 cylinder head a sector (can be seen as one drives the sector), bios their inherent in the implementation of the procedures will jump to the future mbr 下载
CMOS 密码破解全攻略,DOS 下对注册表的编程,零磁道受损软盘格式化小技巧,怎样备份硬盘引导记录,DEBUG 命令详解,DOS 下常用的相关网络命令,DOS 命令淘金——ECHO 命令的使用等等,是一个很不错的资料。喜欢的人就赶快下载吧- 下载
本书向读者展示了如何自己动手编写一个简化的32位保护模式操作系统,涉及了现代操作系统的主要技术。本书以编写操作系统为主线索,讨论了存储管理、基本I/O操作与图形界面、中断与系统调用、进程管理、设备管理(以IDE磁盘为例)、文件系统(FAT16为例)、系统引导与系统初始化等方面程序实现的技术问题,给出了操作系统实验和课程设计的内容,并提供了参考程序的清单及详细的注释。这些内容不仅对学习操作系统的学生有帮助,而且对从事底层软件开发、学习保护模式汇编编程与C语言编程的人员也非常有用。 本书可供高等院校开设操作系统课程的有关专业作为实践教材,亦可供广大计算机应用人员、软件设计人员参考和使用。-the book to show readers how to make their own preparation of a simplified 32 protected mode operating system, involved in a modern operating system, the main techniques. The book mainly for the preparation of the operating system clues to discuss the storage management and basic I / O operation and graphical interface, and the interruption of system calls, process management, equipment management (IDE disk for example). file system (FAT16 example), the boot and system initialization procedures and other aspects of the realization of technical problems, Experimental given operating system and the content of the curriculum design, and provide a reference list and the procedures detailed in the Notes. These elements not only to study the system to help students, but also to engage in low-lev 下载
第1章 TURBO PASCAL高级编程技术 1.1 单元及其使用 1.2 与汇编语言混合编程 1.3 与C语言混合编程 1.4 过程类型及其使用 1.5 中断例程的编写方法 1.6 动态数组及其使用 1.7 扩充内存(EMS)及其使用 1.8 扩展内存(XMS)及其使用 1.9 程序的标准数据作代码处理的方法 第2章 实用工具单元 2.1 屏幕输入与输出单元ACRT 2.2 字符串处理单元ASTR 2.3 磁盘操作单元DISK 2.4 热键单元POPUP 2.5 数据库交互单元DBASE 2.6 扩充内存单元EMS 2.7 扩展内存单元XMS 2.8 数学函数单元MATH 2.9 矩阵运算单元MATRIX 2.10 概率分布函数单元PROB 2.11 复数运算单元COMPLEX 第3章 实用程序 3.1 软锁驱动器程序 3.2 锁硬盘逻辑盘程序 3.3 稿纸打印程序 3.4 源程序列表程序 3.5 查找并替换程序 3.6 备份硬盘主引导扇区程序 3.7 四通-PC文本文件转换程序 3.8 SPT文件与BMP文件的双向转换程序 3.9 数据库卡片打印程序 3.10 BATCH文件转换为COM文件程序 3.11 机密文件的有效销毁程序 3.12 释放内存程序 附录1 源程序文件索引表 附录2 各种显示卡及其显示模态表 -Chapter 1 TURBO PASCAL senior programming technology and its use 1.1 1.2 modules and compile language Programming were mixed with 1.3 C language types and process 1.4 1.5 interrupt routine use of a method of preparation dynamic array .6 1.7 and its use expanded memory (EMS) 1.8 and its use of Extended Memory (CPU) and 1.9 The procedures for the use of the standard code for data processing method Chapter 2 2.1 Utilities modules screen input and output alone ACRT 2.2 billion string processing unit ASTR 2.3 disk operating unit DISK 2.4 hotkeys modules P OPUP 2.5 interactive database modules expand nutritional 2.6 2.7 EMS memory modules expand the memory modules Intel mathematical function modules 2.8 2.9 MATH matrix element MATRIX 2.10 probability distribution letter PROB 2.11 modular unit co 下载
一个出色的硬盘对拷工具,它可以把一个磁盘上的全部内容复制到另外一个磁盘上,也可以把磁盘内容复制为一个磁盘的镜像文件,以后你可以用镜像文件创建一个原始磁盘的拷贝。它可以最大限度地减少你每次安装 Win95 、WinNT 和 OS/2 等操作系统的时间,如果你有好几台配置相似的机器需要安装 Win95 , 你会发现使用 GHOST 使事情变得十分简单。GHOST在 DOS 下运行,并且可以从一张 DOS 引导盘上运行。 -an excellent drive Duikao tool, it can bring a disk copy of all the contents of a disk to another, and it can also make disk copy of a disk image file, later you can create an image file copy of the original disk. It can reduce to the maximum every time you install Win95, WinNT and OS / 2 operating systems, such as the time, if you have several configuration similar to the need to install Win95 machine, you will find the use of GHOST makes things very simple. GHOST running under DOS, and DOS can be a guide plate operation. 下载
linux界面生成 帮助 制作 工具 delphi pl0 c 半导体光放大器 matlab程序 发码芯片 aodv c程序 fdtd 模拟平面波 delphi压缩 第三方 熊宝宝远程 源码 dll插件的编写 51定时器应用asm ft245驱动 主动轮廓模型 ajax文件上传代码 层式 树状菜单 pdu 解码 c 科龙oled c 输入输出类 精通struts基于mvc 代码 数据库课程设计实例 elsevier投稿模板 ftp server 源码 西门子siemens gprs模块 图像处理,c代码 dsp2812串口程序 delphi 数值滤波 i2c verilog 下载 slave sonix开发包 java图书管理系统 ...下载 银行业务c开发 wtclient rs232源程序 bdi2000 hcs12 asm 自适应控制 .ppt 飞舞的蝴蝶vb源码 音频无损压缩算法 深入浅出arm7 pdf下载 vc文件压缩代码 嵌入式操作系统nucleus 网络电话vc源代码 matlab dpsk 贪心 算法 c 白平衡算法源码 mtk源代码下载 at91rm9200 中断 xml parser c small qq界面控件 twain控件 atl开发指南下载