代码搜索:微内核
找到约 4,827 项符合「微内核」的源代码
代码结果 4,827
www.eeworm.com/read/427942/8911397
c hook_sys_call.c
/*
* 新版本下的Hook演示:
* 隐藏文件名中包含 HIDE_FILE 定义字样的文件
*
* 写系统调用表前要清CR0内存保护位,否则会发生段错误
*
* 在 Fedora Core 8 上开发,Linux内核版本:2.6.25.4
*
*/
#include
#include
#include
www.eeworm.com/read/382341/9034907
plg led.plg
礦ision2 Build Log
Project:
F:\公司资料管理\新书\现代8051内核高级单片机无线单片机基础和入门\C8051_EXample\LED\LED.uv2
Project File Date: 06/21/2006
Output:
www.eeworm.com/read/282713/9071804
h lcd_portconfig.h
//note:如果您使用C语言编写LCD的底层接口程序的话,这里的定义才会有用
// this file for MCU I/O port or the orther`s hardware config
// for LCD Display
#include "REG51.h"
#include "intrins.h" //包含此头文件可直接操作内核的寄存器以及一些定义好的宏
www.eeworm.com/read/381710/9076367
h lcd_portconfig.h
//note:如果您使用C语言编写LCD的底层接口程序的话,这里的定义才会有用
// this file for MCU I/O port or the orther`s hardware config
// for LCD Display
#include "REG51.h"
#include "intrins.h" //包含此头文件可直接操作内核的寄存器以及一些定义好的宏
/
www.eeworm.com/read/178575/9391281
dsk commtsr.dsk
[Closed Files]
File_0=SourceModule,'F:\Book\第九章监视串口的Windows内核编程\截取串口\Unit1.pas',0,1,1,12,4,1,0
File_1=SourceModule,'H:\WIN\DELPHI\comm\载取\old不完全\UnitDllMain.pas',0,1,7,46,15,0,0
File_2=SourceModule
www.eeworm.com/read/374156/9419575
h lcd_portconfig.h
//note:如果您使用C语言编写LCD的底层接口程序的话,这里的定义才会有用
// this file for MCU I/O port or the orther`s hardware config
// for LCD Display
#include "REG51.h"
#include "intrins.h" //包含此头文件可直接操作内核的寄存器以及一些定义好的宏
www.eeworm.com/read/374150/9419818
h lcd_portconfig.h
//note:如果您使用C语言编写LCD的底层接口程序的话,这里的定义才会有用
// this file for MCU I/O port or the orther`s hardware config
// for LCD Display
#include "REG51.h"
#include "intrins.h" //包含此头文件可直接操作内核的寄存器以及一些定义好的宏
www.eeworm.com/read/365428/9863722
h system.h
//// 切换到用户模式运行。
// 该函数利用iret 指令实现从内核模式切换到用户模式(初始任务0)。
#define move_to_user_mode() \
__asm__ ( "movl %%esp,%%eax\n\t" \ // 保存堆栈指针esp 到eax 寄存器中。
"pushl $0x17\n\t" \ // 首先将堆栈段选择符(SS)入栈。
"pushl %%eax\n
www.eeworm.com/read/355162/10289923
c main.c
#define uchar unsigned char //定义一下方便使用
#define uint unsigned int
#define ulong unsigned long
#include //包括一个52标准内核的头文件
sbit P30 = P3^0; //要控制的LED灯
sbit K1= P3^1; //按键K1,INT0
www.eeworm.com/read/425057/10383002
c main.c
#define uchar unsigned char //定义一下方便使用
#define uint unsigned int
#define ulong unsigned long
#include //包括一个52标准内核的头文件
sbit P10 = P1^0; //头文件中没有定义的IO就要自己来定义了
char code dx516[3]