代码搜索结果
找到约 10,000 项符合
I 的代码
dclabc_i.bpk
# ---------------------------------------------------------------------------
!if !$d(BCB)
BCB = $(MAKEDIR)\..
!endif
# --------------------------------------------------------------------------
dclabc_i.cfg
-$A+
-$B-
-$C-
-$D-
-$E-
-$F-
-$G+
-$H+
-$I+
-$J+
-$K-
-$L-
-$M-
-$N+
-$O+
-$P+
-$Q-
-$R-
-$S-
-$T-
-$U-
-$V+
-$W-
-$X+
-$Y-
-$Z1
-cg
-AWinTypes=Windows;WinProcs=Windows;Dbi
dclabc_i.rc
/****************************************************************************
dclabc_i.rc
produced by Borland Resource Workshop
***********************************************************
dclabc_i.dof
[Compiler]
A=1
B=0
C=0
D=0
E=0
F=0
G=1
H=1
I=1
J=1
K=0
L=0
M=0
N=1
O=1
P=1
Q=0
R=0
S=0
T=0
U=0
V=1
W=0
X=1
Y=0
Z=1
ShowHints=1
ShowWarnings=1
UnitAliases=WinTypes=Windows;
dclabc_i.dpk
package dclABC_i;
{$R *.RES}
{$ALIGN ON}
{$ASSERTIONS OFF}
{$BOOLEVAL OFF}
{$DEBUGINFO OFF}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS OFF}
{$LONGSTRINGS ON}
{$
i386.c
/* i386.c - setsegs */
#include
#include
#include
#define KCODE 1
#define KSTACK 2
#define KDATA 3
struct sd gdt_copy[NGD] = {
/* 0th entry NULL */
{ 0,
i386.h
/* i386.h */
#define NBPG 4096
#define NID 48
#define NGD 8
#define IRQBASE 32 /* base ivec for IRQ0 */
struct idt {
unsigned short igd_loffset;
unsigned short igd_segsel;