Skip to content

Commit 206f1ca

Browse files
committed
Initial commit
0 parents  commit 206f1ca

File tree

295 files changed

+65445
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

295 files changed

+65445
-0
lines changed

.vscode/settings.json

+142
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,142 @@
1+
{
2+
"files.associations": {
3+
"X86DEBUG.C": "cpp",
4+
"MAIN.C": "cpp",
5+
"PRINTF.C": "cpp",
6+
"DOSDUMP.C": "cpp",
7+
"VIDMGR.C": "cpp"
8+
},
9+
"cSpell.words": [
10+
"acrtused",
11+
"ades",
12+
"aoff",
13+
"areg",
14+
"ASSERTMOD",
15+
"BGND",
16+
"BUGBUG",
17+
"BWHITE",
18+
"cbpd",
19+
"chksum",
20+
"CMOS",
21+
"CMOSSHUTDOWN",
22+
"COLRCRTDATA",
23+
"COLRCRTINDX",
24+
"COLRFEATURE",
25+
"COLRPORTS",
26+
"COLRSIZE",
27+
"COLRSTATUS",
28+
"CPFAULT",
29+
"CRTCURLOCHI",
30+
"CRTCURLOCLO",
31+
"CRTSTARTADDRHI",
32+
"CRTSTARTADDRLO",
33+
"DBLFAULT",
34+
"decvistop",
35+
"DISKIO",
36+
"DIVERROR",
37+
"DOSDATA",
38+
"DOSEXIT",
39+
"dword",
40+
"EDATA",
41+
"EGAINFO",
42+
"EGAMONO",
43+
"EGASELECTFONT",
44+
"ENDDATA",
45+
"endm",
46+
"endp",
47+
"errnz",
48+
"ETEXT",
49+
"extrn",
50+
"FARJMP",
51+
"FGND",
52+
"FRAMEINC",
53+
"FULLSAVE",
54+
"GDCMISC",
55+
"GDTR",
56+
"GPFAULT",
57+
"Grph",
58+
"GRPHADDR",
59+
"ifdef",
60+
"incvistop",
61+
"INTGATE",
62+
"ints",
63+
"INVOPCODE",
64+
"IOPL",
65+
"IOPM",
66+
"IOROM",
67+
"iretd",
68+
"IRQA",
69+
"IRQB",
70+
"IRQC",
71+
"IRQD",
72+
"IRQE",
73+
"IRQF",
74+
"KBDCMD",
75+
"KBDOPORT",
76+
"KBDPORT",
77+
"KBDSCAN",
78+
"KBDSTATUS",
79+
"KEYCMD",
80+
"lgdt",
81+
"lidt",
82+
"lodsb",
83+
"lodsd",
84+
"loopnz",
85+
"loopz",
86+
"MAXSZ",
87+
"memmgr",
88+
"MISCOUT",
89+
"MONOADDR",
90+
"MONOCRTDATA",
91+
"MONOCRTINDX",
92+
"MONOFEATURE",
93+
"MONOSIZE",
94+
"MONOSTATUS",
95+
"MOVAX",
96+
"movs",
97+
"movsb",
98+
"MOVSP",
99+
"movzx",
100+
"MULTIPAGE",
101+
"nmemcpy",
102+
"NOCP",
103+
"notforced",
104+
"NOTPRETTY",
105+
"nstrlen",
106+
"OPORT",
107+
"outpw",
108+
"PAGEFAULT",
109+
"PBYTE",
110+
"PCHAR",
111+
"pgtbl",
112+
"plogicalvram",
113+
"popa",
114+
"putch",
115+
"reinitialization",
116+
"RESETFLAG",
117+
"resetvistop",
118+
"ROMDATA",
119+
"SEGLIMIT",
120+
"SEGTYPE",
121+
"SEQRESET",
122+
"SETCURSORTYPE",
123+
"SETSCANSET",
124+
"SETTYPEMATIC",
125+
"setvistop",
126+
"STACKFAULT",
127+
"stosb",
128+
"stosd",
129+
"TSSFAULT",
130+
"typematic",
131+
"TYPEMATIC",
132+
"unflushed",
133+
"vecbad",
134+
"Vecs",
135+
"vecset",
136+
"VFONT",
137+
"VIDMEM",
138+
"vidmgr",
139+
"VIDMGR",
140+
"VMODE"
141+
]
142+
}

0 commit comments

Comments
 (0)