代码搜索:如何学习 CPRI IDT?
找到约 10,000 项符合「如何学习 CPRI IDT?」的源代码
代码结果 10,000
www.eeworm.com/read/431386/1907215
inc idt.inc
; See "Intel Architecture Software Developer抯 Manual Volume 3: System Programming" for details
; IDT descriptor entry
KIDTENTRY STRUCT ; sizeof = 08h
_Offset WORD ? ; 0000h
Selector W
www.eeworm.com/read/365228/2898206
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/359509/2976010
inc idt.inc
; See "Intel Architecture Software Developer抯 Manual Volume 3: System Programming" for details
; IDT descriptor entry
KIDTENTRY STRUCT ; sizeof = 08h
_Offset WORD ? ; 0000h
Selector W
www.eeworm.com/read/353219/3088559
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
www.eeworm.com/read/153248/5652213
inc idt.inc
; See "Intel Architecture Software Developer抯 Manual Volume 3: System Programming" for details
; IDT descriptor entry
KIDTENTRY STRUCT ; sizeof = 08h
_Offset WORD ? ; 0000h
Selector W
www.eeworm.com/read/475693/6775725
idt phonenote.idt
www.eeworm.com/read/471564/6885102
ini idt.ini
[colors]
KEYWORD=0,0,255
PARAMETER=255,0,0
[Keywords]
DEFINS=KEYWORD
DEFADSR=KEYWORD
DEFROOT=KEYWORD
DEFDRUM=KEYWORD
MIDDLE_C=KEYWORD
UNOTE=PARAMETER
CENT=PARAMETER
HPITCH=PARAMETER
www.eeworm.com/read/266123/11239509
h idt.h
/** idt.h
**
** Original Author: Kasper Verdich Lund
** Date: 10/11/99
**
** Description:
** Interrupt Descriptor Table functions
**
** This program is free software, you can redistribute it a
www.eeworm.com/read/266123/11239570
c idt.c
/** idt.c
**
** Original Author: Kasper Verdich Lund
** Date: 10/11/99
**
** Description:
** Interrupt Descriptor Table functions
**
** This program is free software, you can redistribute it a
www.eeworm.com/read/106975/15615683
h idt.h
/*
* OSV
* Copyright (C) 2002 Ciprian DOSOFTEI
* All rights reserved.
*
* http://backster.free.fr/osv
*
* This file is part of the OSV project. OSV is free software, also k