搜索资源列表
中断矢量设置与读取有关的DOS功能调用
- 与中断矢量设置与读取有关的DOS功能调用,本例演示了如何编写中断服务程序,如何安装(将中断服务程序的地址设置到中断矢表中),以及如何通过软中断指令调用中断服务程序。为了突出重点,本例中中断服务程序代码未驻留内存。-and vector interrupt settings and read the DOS function calls, which in this case demonstrated how to prepare int
ARM7给菲利蒲LPC2214移植的UCOSII
- ARM7给菲利蒲LPC2214移植的UCOSII,软件分为标准版和高效版,其中高效版的任务切换速度会块些。支持软中断和THUMB模式-ARM7 to Philippe LPC2214 transplant UCOSII, software and Standard Edition version efficient, effective version of the task switching speed will block mor
中断矢量设置与读取有关的DOS功能调用
- 与中断矢量设置与读取有关的DOS功能调用,本例演示了如何编写中断服务程序,如何安装(将中断服务程序的地址设置到中断矢表中),以及如何通过软中断指令调用中断服务程序。为了突出重点,本例中中断服务程序代码未驻留内存。-and vector interrupt settings and read the DOS function calls, which in this case demonstrated how to prepare int
MCS-51系统中断优先级的软扩展
- 鉴于MCS-51系统只提供“二级中断嵌套”,提出扩展51系统中断优先级的纯软件方法。其利用51系统内建的中断允许寄存器IE和中断优先级寄存器IP,通过屏蔽字机制来实现;以C51的形式,给出这种扩展方法的函数库实现,为该方法的使用赋予友好、简洁的用户接口。-Given MCS-51 systems only provide "two interrupt nesting," expanded 51 priority sy
T139
- 今天问周立功要到的关于UCOSII的源代码,是基于软中断形式的,移植UCOSII最好使用软中断法,比较直观,易调试-this week, who asked to be on the UCOSII the source code is based on the form of soft interrupt, Transplant UCOSII best use of soft interrupt, intuitive and easy
swihandle
- 软中断处理程序,arm异常中断测试程序,可以很好的理解软中断的处理过程。-Soft interrupt processing, arm abnormal interruption of the test procedures, can be a very good understanding of soft-interrupted process.
linux
- 操作系统原理的4个进程程序。 进程的软中断通信等。-Operating principle of the four process procedures. The process of soft interrupt communications.
DOS
- 在DEBUG状态下,显示中断向量表,找一个空闲的中断类型号,以此软中断作为新增加的系统调用中断。编制一个系统调用服务与初始化程序syscall.asm,要求包括以下两部分内容:① 系统调用服务例程;② 初始化程序:设置新的中断向量和驻留新增加的例程。编制一个用户程序user.asm,其目的是检测新增加的功能调用是否成功。在DEBUG状态下:① 查找中断向量表中新增加的系统调用的中断向量;② 显示扩充的中断服务例程;③ 找到该中断服务例程
swi
- ARM处理器软中断处理。a_swi.s文件是最开始处理的SWI句柄,用ARM汇编指令编写。c_swi.c文件是在执行a_swi.s文件之后调用执行的C语言SWI句柄。 -ARM processor soft interrupt handling. a_swi.s document is the beginning of the SWI handler deal with the preparation of ARM compilatio
swi
- 平台44B0开发板,里面包含一个bootloader程序,由此连接一个led灯控制程序,可以直接生成bin文件,实现烧写,非调制版,实现软中断和bootloader启动初始化-44B0 platform development board, which contains a bootloader program, which led to connect a signal-controlled process, can be direc
swi
- 在s3c2440开发板裸板上模拟软中断处理程序,处理程序中是对LED灯的控制。-Development board in the bare board s3c2440 simulation soft interrupt handling procedures, the processing procedure is the control of LED lights.
interrupt
- 对于系统级语言设计之一的中断程序设计包括软中断和硬中断。后者设计到硬件端口的读写操作等等,应该用汇编实现比较好。而前者用C实现就要方便得多的了。-For system-level language design, one of the interrupt program design including soft and hard break interrupt. The latter design to the hardware po
1
- 一个简单的进程通信的例子——利用软中断实验进程之间的通信-A simple example of the process of communication- the use of soft interrupt the process of communication between the experimental
SWI_ADD_01
- 通过软中断的方式实现在arm上面64位加法的ads工程文件-failed to translate
LPC2368
- lpc2368 +ucos-ii 2.52 + 5个中断(软中断,uart,uart1 ,int0,int1)调试成功,CPU开销小-lpc2368+ ucos-ii 2.52+ 5 interrupt (software interrupt, uart, uart1, int0, int1) debug successful, CPU overhead,
linux_Serial_Port_Driver_Development
- linux下串口驱动开发文档,:介绍了Linux 下的串口驱动的设计层次及接口, 并指出串口与TTY终端之间的关联层次(串口可作TTY 终端使用), 以及Linux 下的中断处理机制/中断共享机制, 还有串口缓冲机制当中涉及的软中断机制 其中有关w83697/w83977 IC 方面的知识, 具体参考相关手册, 对串口的配置寄存器有详细介绍,。-linux_Serial Port Driver Development
swi
- s3c2410软中断程序,用来测试s3c2410软中断是否可行,我的开发环境是gt2440
osruanzhongduan
- 操作系统实验 进程软中断通信 编写一段程序,父进程创建一个子进程p1;并使子进程利用系统调用kill()向父进程发送信号,父进程得到信号后输出字符串“received p1 signal.” 。 -Experimental process, the operating system write a soft interrupt communication procedures, the parent creates a child pr
OStest3
- 操作系统软中断实验的一个小程序,用10号自定义软中断,自己写了一个很小的函数。-Soft interrupt the operating system in a small experimental program, with 10 custom soft interrupt, write a small function.
a
- 编制一个程序,使其实现进程的软中断通信。父进程发信号控制子程序的终止。 使用系统调用fork()创建两个子进程,再用系统调用signal()让父进程捕捉键盘上的中断信号;当捕捉到中断信号后,父进程用系统调用Kill()向两个子进程发出信号,子进程捕捉到信号后分别输出下列信息后终止: Child Proeess 1 is Killed by Parent! Child Process 2 is Killed by P