搜索资源列表
dosstamem
- ★★DOS常驻内存程序[原创]★★ 也许大家不理解意思。 驻留内存的意思就是 1)不能影响其他程序的运行。 2)自我复制。 3)某种情况下进行破坏(比如4月16日)。 对于DOS程序(病毒)来说,你起码要篡改一个中断。然后在你的中断程序中把真实的中断做一次,就神不知鬼不觉了 下面我以篡改键盘中断的病毒解释一个例子。-** DOS memory Permanent procedures [original] * Perhaps they do not unders
动态地址分配
- 包含分配DOS存储段,改变数据段空间分配,分配主存储器,从远堆中释放一块 ,重新分配主存, 改变数据段空间位置-include DOS memory allocation, data change of space allocation, distribution main memory, far from the rubble release of a redistribution of the main deposit, change of the spatial data, etc.
内存技术
- 在DOS下的内存处理技术,xms技术ems技术和各种内存处理函数-DOS memory technology, technical ems XMS technology and a variety of memory handling functions
LARGE_MEM-bbpc
- 蓝宇BBPC-SOM2496嵌入式主板 突破DOS内存限制实例代码与函数-Lan Yu-Main Board SOM2496 breakthrough Embedded DOS memory limit with the function code examples
DosMem
- dos 内存管理文档,个人编辑-dos memory management documents, personal Editor
中断矢量设置与读取有关的DOS功能调用
- 与中断矢量设置与读取有关的DOS功能调用,本例演示了如何编写中断服务程序,如何安装(将中断服务程序的地址设置到中断矢表中),以及如何通过软中断指令调用中断服务程序。为了突出重点,本例中中断服务程序代码未驻留内存。-and vector interrupt settings and read the DOS function calls, which in this case demonstrated how to prepare interrupted service procedures, h
dos_ext_sample.zip
- dos memory management sample,dos memory management sample
DOS4G
- DOS下进入Protect Mode,任意访问0-4GB内存地址数据。-DOS into Protect Mode, random access memory address 0-4GB of data.
smbus_op
- DOS下面进行SMBUS读写的小程序。 SMBUS上面一般挂着内存SPD,ClockGen,Thermal Sensor等器件配置信息。 本程序适用WatcomC编写-DOS to read and write the following small program to SMBUS. SMBUS usually hung above the memory SPD, ClockGen, Thermal Sensor devices and other configuration info
cdtsr
- 播放CDROM音乐的内存驻留程序- Broadcasts the CDROM music the memory resident program
rising钥匙盘破解源码
- DEbug 关于制作瑞星杀毒软件密钥盘的源码 MOV BX,200 ;内存基址(0面) MOV DH,00 ;磁头号00 MOV DL,00 ;驱动器号00(A盘) MOV CX,4F01 ;4F(即79)号磁道01号扇区 即(CH=4F CL=01) MOV AH,05 ;格式化磁道 MOV AL,09 ;连续读取9个扇区 INT 13 ;调用13号中断 INT 3 MOV BX,300 ;内存基址(1面) MOV DH,01 ;磁头号01 MOV DL,00 ;驱动器号00(A盘) MOV
caozuo
- 基于DOS的内存分配过程 操作系统- Based on DOS memory allocation process operating system
memory
- 内存的相关知识,包括基本原理,类型,时序等以及相关项目的开发方法-Memory-related knowledge, including the basic principles, types, timing and related projects such as the development of methods
I2C
- I2C存储器读写实验,汇编语言编写,用途广泛-I2C memory read and write experiments, compiled languages, a wide range of uses
4GM
- dos turbo c big real mode 4g memory dump
MEMORY
- C语言编写的内存处理实例,对内存的申请,销毁,申请不成功、出错的各种处理-C language memory handling for instance, the application memory, destruction, unsuccessful, and a variety of error handling
lec16-memory
- notes on memory technology use for Btech studies
MEMORY
- 使用汇编语言编写程序,该小程序比较小巧,显示系统上的内存使用情况。
DOS-mmc
- 讲述了dos的内存管理模式,包括是地址模式,保护模式-About the dos memory management model, including the address mode and protected mode
DOS
- 实现dos调用功能 修改显存方法显示字符-Achieve dos memory recall function to modify the method to display characters