代码搜索:CPRI IDT 有哪些应用?
找到约 10,000 项符合「CPRI IDT 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/192449/5156034
h idt.h
/*
* GeekOS IDT initialization code
* Copyright (c) 2001, David H. Hovemeyer
* $Revision: 1.10 $
*
* This is free software. You are permitted to use,
* redistribute, and mo
www.eeworm.com/read/192449/5156151
c idt.c
/*
* GeekOS IDT initialization code
* Copyright (c) 2001, David H. Hovemeyer
* $Revision: 1.9 $
*
* This is free software. You are permitted to use,
* redistribute, and mod
www.eeworm.com/read/192449/5156182
h idt.h
/*
* GeekOS IDT initialization code
* Copyright (c) 2001, David H. Hovemeyer
* $Revision: 1.10 $
*
* This is free software. You are permitted to use,
* redistribute, and mo
www.eeworm.com/read/192449/5156309
c idt.c
/*
* GeekOS IDT initialization code
* Copyright (c) 2001, David H. Hovemeyer
* $Revision: 1.9 $
*
* This is free software. You are permitted to use,
* redistribute, and mod
www.eeworm.com/read/182103/5269679
c idt.c
/*
* cpu.c - This file contains implementation of C function to
* instantiate IDT entries. More detailled information can be found
* on Intel site and more precisely in the following
www.eeworm.com/read/348319/3156657
idt welcomemsg.idt
Locale LicenseWelcomeMsg NonLicenseWelcomeMsg
s20 l200 l200
WelcomeMsg Locale
en The [Wizard] will install [ProductName] on your computer. Click Next to continue or Cancel to exit the [Wizard]. The [W
www.eeworm.com/read/340665/3268468
ld idt.ld
/* The following TEXT start address leaves space for the monitor
workspace. i.e. the NEC VR4300 (IDT) first free address is actually
0xa001af20. */
ENTRY(_start)
STARTUP(crt0.o)
OUTPUT_FORMAT("
www.eeworm.com/read/321760/3530172
ld idt.ld
/* The following TEXT start address leaves space for the monitor
workspace. i.e. the NEC VR4300 (IDT) first free address is actually
0xa001af20. */
ENTRY(_start)
STARTUP(crt0.o)
OUTPUT_FO
www.eeworm.com/read/321760/3530180
ld idt.ld
/* The following TEXT start address leaves space for the monitor
workspace. i.e. the NEC VR4300 (IDT) first free address is actually
0xa001af20. */
ENTRY(_start)
STARTUP(crt0.o)
OUTPUT_FO
www.eeworm.com/read/303078/3817428
h idt.h
#ifndef __IDT_H__
#define __IDT_H__
#include "sys/types.h"
//Interrupt Gate Descriptor
typedef struct intgd_tag
{
ushort_t loffset;
ushort_t segment_s;
byte reserved; /* Actuall