├── .gitignore ├── README.md ├── base ├── dirs ├── mvdm │ ├── bde │ │ ├── bde.def │ │ ├── bde.h │ │ ├── bdecmds.c │ │ ├── bdeheap.c │ │ ├── bdemisc.c │ │ ├── bdestack.c │ │ ├── bdesym.c │ │ ├── bdeutil.c │ │ ├── data.c │ │ ├── disasm.c │ │ ├── makefile │ │ ├── precomp.h │ │ └── sources │ ├── bin86 │ │ ├── autoexec.nt │ │ ├── chp │ │ │ ├── black16.scr │ │ │ ├── country.sys │ │ │ ├── makefile │ │ │ ├── netapi.dll │ │ │ ├── olecli.dll │ │ │ ├── sources │ │ │ ├── sysedit.exe │ │ │ ├── system.ini │ │ │ ├── winhelp.exe │ │ │ ├── write16.exe │ │ │ ├── write16.map │ │ │ └── write16.sym │ │ ├── chs │ │ │ ├── black16.scr │ │ │ ├── country.sys │ │ │ ├── makefile │ │ │ ├── netapi.dll │ │ │ ├── olecli.dll │ │ │ ├── sources │ │ │ ├── sysedit.exe │ │ │ ├── system.ini │ │ │ ├── winhelp.exe │ │ │ ├── write16.exe │ │ │ ├── write16.map │ │ │ └── write16.sym │ │ ├── cht │ │ │ ├── black16.scr │ │ │ ├── country.sys │ │ │ ├── makefile │ │ │ ├── netapi.dll │ │ │ ├── olecli.dll │ │ │ ├── sources │ │ │ ├── sysedit.exe │ │ │ ├── system.ini │ │ │ ├── winhelp.exe │ │ │ ├── write16.exe │ │ │ ├── write16.map │ │ │ └── write16.sym │ │ ├── config.nt │ │ ├── country.sys │ │ ├── ctl3dv2.dll │ │ ├── ctl3dv2.map │ │ ├── ctl3dv2.sym │ │ ├── dirs │ │ ├── jpn │ │ │ ├── _disp.sys │ │ │ ├── _ias.sys │ │ │ ├── _prnescp.sys │ │ │ ├── adddrv.exe │ │ │ ├── appsicon.dll │ │ │ ├── config.nt │ │ │ ├── config.us │ │ │ ├── config.wow │ │ │ ├── deldrv.exe │ │ │ ├── gaijiedt.exe │ │ │ ├── jp.bat │ │ │ ├── kkcfunc.sys │ │ │ ├── lanman.drv │ │ │ ├── lzexpand.dll │ │ │ ├── makefile │ │ │ ├── msime.dic │ │ │ ├── msime.sys │ │ │ ├── msimed.sys │ │ │ ├── msimei.sys │ │ │ ├── msimek.sys │ │ │ ├── msimekey.exe │ │ │ ├── msimelst.exe │ │ │ ├── msimer.dic │ │ │ ├── msimergn.exe │ │ │ ├── msimeset.exe │ │ │ ├── netapi.dll │ │ │ ├── olecli.dll │ │ │ ├── pmspl.dll │ │ │ ├── sources │ │ │ ├── sysedit.exe │ │ │ ├── system.ini │ │ │ ├── us.bat │ │ │ ├── ver.dll │ │ │ ├── winhelp.exe │ │ │ ├── write16.exe │ │ │ ├── write16.map │ │ │ └── write16.sym │ │ ├── kor │ │ │ ├── black16.scr │ │ │ ├── config.nt │ │ │ ├── edit.com │ │ │ ├── edit.exe │ │ │ ├── edit.hlp │ │ │ ├── edit2.hlp │ │ │ ├── makefile │ │ │ ├── olecli.dll │ │ │ ├── qbasic.com │ │ │ ├── qbasic.exe │ │ │ ├── qbasic.hlp │ │ │ ├── qbasic2.exe │ │ │ ├── qbasic2.hlp │ │ │ ├── sources │ │ │ ├── sysedit.exe │ │ │ ├── system.ini │ │ │ ├── ver.dll │ │ │ ├── winhelp.exe │ │ │ ├── write16.exe │ │ │ ├── write16.map │ │ │ └── write16.sym │ │ ├── lanman.drv │ │ ├── lzexpand.dll │ │ ├── netapi.dll │ │ ├── olecli.dll │ │ ├── pifedit.hlp │ │ ├── pmspl.dll │ │ ├── regedit.exe │ │ ├── regedit.hlp │ │ ├── sources.inc │ │ ├── sysedit.exe │ │ ├── system.ini │ │ ├── usa │ │ │ ├── makefile │ │ │ └── sources │ │ ├── ver.dll │ │ ├── winhelp.exe │ │ ├── write.hlp │ │ ├── write16.exe │ │ ├── write16.map │ │ ├── write16.sym │ │ └── x86 │ │ │ └── win87em.dll │ ├── dbg │ │ ├── daytona │ │ │ ├── makefile │ │ │ └── sources │ │ ├── dbg.c │ │ ├── dirs │ │ └── sources.inc │ ├── dirs │ ├── dos │ │ ├── command │ │ │ ├── chp │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── chs │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── cht │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── cmd.c │ │ │ ├── cmd.h │ │ │ ├── cmdconf.c │ │ │ ├── cmddata.c │ │ │ ├── cmddisp.c │ │ │ ├── cmdenv.c │ │ │ ├── cmdexec.c │ │ │ ├── cmdexit.c │ │ │ ├── cmdkeyb.c │ │ │ ├── cmdkeyb.h │ │ │ ├── cmdmisc.c │ │ │ ├── cmdpif.c │ │ │ ├── cmdpif.h │ │ │ ├── cmdredir.c │ │ │ ├── daytona │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── dirs │ │ │ ├── jpn │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── kor │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ └── sources.inc │ │ ├── dem │ │ │ ├── chp │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── chs │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── cht │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── daytona │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── dem.c │ │ │ ├── dem.h │ │ │ ├── demdasd.c │ │ │ ├── demdasd.h │ │ │ ├── demdata.c │ │ │ ├── demdir.c │ │ │ ├── demdisp.c │ │ │ ├── demerror.c │ │ │ ├── demfcb.c │ │ │ ├── demfile.c │ │ │ ├── demgset.c │ │ │ ├── demhndl.c │ │ │ ├── demioctl.c │ │ │ ├── demlabel.c │ │ │ ├── demlfn.c │ │ │ ├── demlfn.h │ │ │ ├── demlock.c │ │ │ ├── demmisc.c │ │ │ ├── demmsg.c │ │ │ ├── demmsg.h │ │ │ ├── demsrch.c │ │ │ ├── dirs │ │ │ ├── dosdef.h │ │ │ ├── jpn │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── kor │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ └── sources.inc │ │ ├── dirs │ │ ├── test │ │ │ └── test.bat │ │ └── v86 │ │ │ ├── cleanup.inc │ │ │ ├── cmd │ │ │ ├── append │ │ │ │ ├── append.asm │ │ │ │ ├── appendm.asm │ │ │ │ ├── appendp.inc │ │ │ │ ├── br │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── chp │ │ │ │ │ ├── append.skl │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── chs │ │ │ │ │ ├── append.skl │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── cht │ │ │ │ │ ├── append.skl │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── cs │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── da │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── dirs │ │ │ │ ├── el │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── es │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── fi │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── fr │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── ger │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── hu │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── it │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── jpn │ │ │ │ │ ├── append.skl │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── kor │ │ │ │ │ ├── append.skl │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── makefile.sub │ │ │ │ ├── nl │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── no │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── pl │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── psu │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── pt │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── ru │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── sources.inc │ │ │ │ ├── sv │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── sysmac.lib │ │ │ │ ├── tr │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── tst │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ └── usa │ │ │ │ │ ├── append.skl │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ ├── backup │ │ │ │ ├── chp │ │ │ │ │ ├── backup.exe │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── chs │ │ │ │ │ ├── backup.exe │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── cht │ │ │ │ │ ├── backup.exe │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── dirs │ │ │ │ ├── ger │ │ │ │ │ ├── backup.exe │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── jpn │ │ │ │ │ ├── backup.exe │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── kor │ │ │ │ │ ├── backup.exe │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── makefile.sub │ │ │ │ ├── sources.inc │ │ │ │ └── usa │ │ │ │ │ ├── backup.exe │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ ├── command │ │ │ │ ├── .gitignore │ │ │ │ ├── br │ │ │ │ │ ├── bldmsg.h │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── buildmsg.c │ │ │ │ ├── chp │ │ │ │ │ ├── bldmsg.h │ │ │ │ │ ├── command.skl │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── chs │ │ │ │ │ ├── .gitignore │ │ │ │ │ ├── bldmsg.h │ │ │ │ │ ├── command.skl │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── cht │ │ │ │ │ ├── .gitignore │ │ │ │ │ ├── bldmsg.h │ │ │ │ │ ├── command.skl │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── comequ.asm │ │ │ │ ├── command1.asm │ │ │ │ ├── command2.asm │ │ │ │ ├── comseg.asm │ │ │ │ ├── comsw.asm │ │ │ │ ├── copy.asm │ │ │ │ ├── copypr1.asm │ │ │ │ ├── copypr2.asm │ │ │ │ ├── cparse.asm │ │ │ │ ├── cs │ │ │ │ │ ├── bldmsg.h │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── da │ │ │ │ │ ├── bldmsg.h │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── dir.asm │ │ │ │ ├── dirs │ │ │ │ ├── el │ │ │ │ │ ├── bldmsg.h │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── envdata.asm │ │ │ │ ├── es │ │ │ │ │ ├── bldmsg.h │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── fi │ │ │ │ │ ├── bldmsg.h │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── fordata.asm │ │ │ │ ├── fr │ │ │ │ │ ├── bldmsg.h │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── ger │ │ │ │ │ ├── bldmsg.h │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── hu │ │ │ │ │ ├── bldmsg.h │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── ifequ.asm │ │ │ │ ├── init.asm │ │ │ │ ├── iparse.asm │ │ │ │ ├── it │ │ │ │ │ ├── bldmsg.h │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── jpn │ │ │ │ │ ├── .gitignore │ │ │ │ │ ├── bbb.exe │ │ │ │ │ ├── bldmsg.h │ │ │ │ │ ├── command.skl │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── kor │ │ │ │ │ ├── .gitignore │ │ │ │ │ ├── bldmsg.h │ │ │ │ │ ├── command.skl │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── loadhi.asm │ │ │ │ ├── makefile.sub │ │ │ │ ├── nl │ │ │ │ │ ├── bldmsg.h │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── no │ │ │ │ │ ├── bldmsg.h │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── parse2.asm │ │ │ │ ├── path1.asm │ │ │ │ ├── path2.asm │ │ │ │ ├── pl │ │ │ │ │ ├── bldmsg.h │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── psu │ │ │ │ │ ├── bldmsg.h │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── pt │ │ │ │ │ ├── bldmsg.h │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── rdata.asm │ │ │ │ ├── readme.txt │ │ │ │ ├── resmsg.equ │ │ │ │ ├── ru │ │ │ │ │ ├── bldmsg.h │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── rucode.asm │ │ │ │ ├── sources.inc │ │ │ │ ├── stub.asm │ │ │ │ ├── sv │ │ │ │ │ ├── bldmsg.h │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── tbatch.asm │ │ │ │ ├── tbatch2.asm │ │ │ │ ├── tcmd1a.asm │ │ │ │ ├── tcmd1b.asm │ │ │ │ ├── tcmd2a.asm │ │ │ │ ├── tcmd2b.asm │ │ │ │ ├── tcode.asm │ │ │ │ ├── tdata.asm │ │ │ │ ├── tenv.asm │ │ │ │ ├── tenv2.asm │ │ │ │ ├── tfor.asm │ │ │ │ ├── tmisc1.asm │ │ │ │ ├── tmisc2.asm │ │ │ │ ├── tparse.asm │ │ │ │ ├── tpipe.asm │ │ │ │ ├── tprintf.asm │ │ │ │ ├── tr │ │ │ │ │ ├── bldmsg.h │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── tranmsg.asm │ │ │ │ ├── tspc.asm │ │ │ │ ├── tst │ │ │ │ │ ├── bldmsg.h │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── tucode.asm │ │ │ │ ├── uinit.asm │ │ │ │ └── usa │ │ │ │ │ ├── .gitignore │ │ │ │ │ ├── bldmsg.h │ │ │ │ │ ├── command.skl │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ ├── debug │ │ │ │ ├── br │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── chp │ │ │ │ │ ├── debug.skl │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── chs │ │ │ │ │ ├── debug.skl │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── cht │ │ │ │ │ ├── debug.skl │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── cs │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── da │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── debasm.asm │ │ │ │ ├── debcom1.asm │ │ │ │ ├── debcom2.asm │ │ │ │ ├── debcom3.asm │ │ │ │ ├── debconst.asm │ │ │ │ ├── debdata.asm │ │ │ │ ├── debems.asm │ │ │ │ ├── deberr.asm │ │ │ │ ├── debmes.asm │ │ │ │ ├── debuasm.asm │ │ │ │ ├── debug.asm │ │ │ │ ├── debug.inc │ │ │ │ ├── debug.tag │ │ │ │ ├── dirs │ │ │ │ ├── dosdebug │ │ │ │ │ ├── debasm.obj │ │ │ │ │ ├── debcom1.obj │ │ │ │ │ ├── debcom2.obj │ │ │ │ │ ├── debcom3.obj │ │ │ │ │ ├── debconst.obj │ │ │ │ │ ├── debdata.obj │ │ │ │ │ ├── deberr.obj │ │ │ │ │ ├── debmes.obj │ │ │ │ │ ├── debuasm.obj │ │ │ │ │ ├── debug.arf │ │ │ │ │ ├── debug.exe │ │ │ │ │ └── debug.obj │ │ │ │ ├── el │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── es │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── fi │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── fr │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── ger │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── hu │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── it │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── jpn │ │ │ │ │ ├── debug.skl │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── kor │ │ │ │ │ ├── debug.skl │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── makefile.sub │ │ │ │ ├── nl │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── no │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── pl │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── psu │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── pt │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── ru │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── sources.inc │ │ │ │ ├── sv │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── sysver.fal │ │ │ │ ├── sysver.inc │ │ │ │ ├── sysver.tru │ │ │ │ ├── tr │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── tst │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ └── usa │ │ │ │ │ ├── debug.skl │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ ├── dirs │ │ │ ├── edit │ │ │ │ ├── dirs │ │ │ │ ├── edit.com │ │ │ │ ├── edit.hlp │ │ │ │ ├── makefile.sub │ │ │ │ ├── sources.inc │ │ │ │ └── usa │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ ├── edlin │ │ │ │ ├── br │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── chp │ │ │ │ │ ├── edlin.skl │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── chs │ │ │ │ │ ├── edlin.skl │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── cht │ │ │ │ │ ├── edlin.skl │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── cs │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── da │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── dirs │ │ │ │ ├── edlcmd1.asm │ │ │ │ ├── edlcmd2.asm │ │ │ │ ├── edlequ.asm │ │ │ │ ├── edlin.asm │ │ │ │ ├── edlmes.asm │ │ │ │ ├── edlparse.asm │ │ │ │ ├── edlstdsw.inc │ │ │ │ ├── el │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── es │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── fi │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── fr │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── ger │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── hu │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── it │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── jpn │ │ │ │ │ ├── edlin.skl │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── kor │ │ │ │ │ ├── edlin.skl │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── makefile.sub │ │ │ │ ├── nl │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── no │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── pl │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── psu │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── pt │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── ru │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── sources.inc │ │ │ │ ├── sv │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── tr │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── tst │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ └── usa │ │ │ │ │ ├── edlin.skl │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ ├── exe2bin │ │ │ │ ├── br │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── chp │ │ │ │ │ ├── exe2bin.skl │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── chs │ │ │ │ │ ├── exe2bin.skl │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── cht │ │ │ │ │ ├── exe2bin.skl │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── cs │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── da │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── dirs │ │ │ │ ├── display.asm │ │ │ │ ├── e2bchng.inc │ │ │ │ ├── e2bequ.inc │ │ │ │ ├── e2binit.asm │ │ │ │ ├── e2bmacro.inc │ │ │ │ ├── e2bparse.inc │ │ │ │ ├── e2btable.inc │ │ │ │ ├── el │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── es │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── exe2bin.tag │ │ │ │ ├── fi │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── fr │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── ger │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── hu │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── it │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── jpn │ │ │ │ │ ├── exe2bin.skl │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── kor │ │ │ │ │ ├── exe2bin.skl │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── makefile.sub │ │ │ │ ├── nl │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── no │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── pl │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── psu │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── pt │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── ru │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── sources.inc │ │ │ │ ├── sv │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── tr │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── tst │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ └── usa │ │ │ │ │ ├── exe2bin.skl │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ ├── fastopen │ │ │ │ ├── dirs │ │ │ │ ├── fastopen.asm │ │ │ │ ├── fastopen.lnk │ │ │ │ ├── makefile.sub │ │ │ │ ├── sources.inc │ │ │ │ └── usa │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ ├── graphics │ │ │ │ ├── br │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── chp │ │ │ │ │ ├── graphics.skl │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── chs │ │ │ │ │ ├── graphics.skl │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── cht │ │ │ │ │ ├── graphics.skl │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── cs │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── da │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── dirs │ │ │ │ ├── el │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── es │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── fi │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── fr │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── ger │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── graphics.asm │ │ │ │ ├── graphics.pro │ │ │ │ ├── graphics.tag │ │ │ │ ├── grbwprt.asm │ │ │ │ ├── grbwprt.ext │ │ │ │ ├── grcolprt.asm │ │ │ │ ├── grcolprt.ext │ │ │ │ ├── grcommon.asm │ │ │ │ ├── grcommon.ext │ │ │ │ ├── grcpsd.asm │ │ │ │ ├── grcpsd.ext │ │ │ │ ├── grctrl.asm │ │ │ │ ├── grctrl.ext │ │ │ │ ├── grctrl.str │ │ │ │ ├── grinst.asm │ │ │ │ ├── grinst.ext │ │ │ │ ├── grint2fh.asm │ │ │ │ ├── grint2fh.ext │ │ │ │ ├── grload.asm │ │ │ │ ├── grload.ext │ │ │ │ ├── grload2.asm │ │ │ │ ├── grload2.ext │ │ │ │ ├── grload3.asm │ │ │ │ ├── grload3.ext │ │ │ │ ├── grmsg.equ │ │ │ │ ├── grparms.asm │ │ │ │ ├── grparms.ext │ │ │ │ ├── grparse.asm │ │ │ │ ├── grparse.ext │ │ │ │ ├── grpattrn.asm │ │ │ │ ├── grpattrn.ext │ │ │ │ ├── grpattrn.str │ │ │ │ ├── grprint.ext │ │ │ │ ├── grshar.str │ │ │ │ ├── hu │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── it │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── jpn │ │ │ │ │ ├── graphics.skl │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── kor │ │ │ │ │ ├── graphics.skl │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── makefile.sub │ │ │ │ ├── nl │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── no │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── pl │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── psu │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── pt │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── ru │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── sources.inc │ │ │ │ ├── sv │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── tr │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── tst │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ └── usa │ │ │ │ │ ├── graphics.skl │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ ├── keyb │ │ │ │ ├── br │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── chp │ │ │ │ │ ├── keyb.skl │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── chs │ │ │ │ │ ├── keyb.skl │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── cht │ │ │ │ │ ├── keyb.skl │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── commsubs.asm │ │ │ │ ├── commsubs.inc │ │ │ │ ├── cs │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── da │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── dirs │ │ │ │ ├── el │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── es │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── fi │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── fr │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── ger │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── hu │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── it │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── jpn │ │ │ │ │ ├── keyb.skl │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── kbmsg.inc │ │ │ │ ├── keyb.asm │ │ │ │ ├── keyb.lnk │ │ │ │ ├── keyb.tag │ │ │ │ ├── keybcmd.asm │ │ │ │ ├── keybcmd.inc │ │ │ │ ├── keybcpsd.asm │ │ │ │ ├── keybcpsd.inc │ │ │ │ ├── keybdcl.inc │ │ │ │ ├── keybequ.inc │ │ │ │ ├── keybi2f.asm │ │ │ │ ├── keybi2f.inc │ │ │ │ ├── keybi9.asm │ │ │ │ ├── keybi9.inc │ │ │ │ ├── keybi9c.asm │ │ │ │ ├── keybi9c.inc │ │ │ │ ├── keybmac.inc │ │ │ │ ├── keybmsg.inc │ │ │ │ ├── keybshar.inc │ │ │ │ ├── keybsys.inc │ │ │ │ ├── keybtbbl.asm │ │ │ │ ├── keybtbbl.inc │ │ │ │ ├── kor │ │ │ │ │ ├── keyb.skl │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── makefile.sub │ │ │ │ ├── nl │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── no │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── parser.asm │ │ │ │ ├── pl │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── psu │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── pt │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── ru │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── sources.inc │ │ │ │ ├── sv │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── tr │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── tst │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ └── usa │ │ │ │ │ ├── keyb.skl │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ ├── loadfix │ │ │ │ ├── br │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── chp │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── chs │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── cht │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── cs │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── da │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── dirs │ │ │ │ ├── el │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── es │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── fi │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── fr │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── ger │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── hu │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── it │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── jpn │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── kor │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── loadfix.asm │ │ │ │ ├── makefile.sub │ │ │ │ ├── nl │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── no │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── pl │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── psu │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── pt │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── ru │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── sources.inc │ │ │ │ ├── sv │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── tr │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── tst │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ └── usa │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ ├── mem │ │ │ │ ├── _msgret.asm │ │ │ │ ├── _parse.asm │ │ │ │ ├── br │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── chkvdisk.asm │ │ │ │ ├── chp │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ ├── mem.skl │ │ │ │ │ └── sources │ │ │ │ ├── chs │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ ├── mem.skl │ │ │ │ │ └── sources │ │ │ │ ├── cht │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ ├── mem.skl │ │ │ │ │ └── sources │ │ │ │ ├── cs │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── da │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── dirs │ │ │ │ ├── el │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── es │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── fi │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── fr │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── ger │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── hu │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── it │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── jpn │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ ├── mem.skl │ │ │ │ │ └── sources │ │ │ │ ├── kor │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ ├── mem.skl │ │ │ │ │ └── sources │ │ │ │ ├── makefile.sub │ │ │ │ ├── mem.c │ │ │ │ ├── mem.h │ │ │ │ ├── mem.tag │ │ │ │ ├── membase.c │ │ │ │ ├── memctrlc.c │ │ │ │ ├── memex.c │ │ │ │ ├── msgdef.h │ │ │ │ ├── nl │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── no │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── parse.h │ │ │ │ ├── pl │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── psu │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── pt │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── ru │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── sources.inc │ │ │ │ ├── submsg.c │ │ │ │ ├── sv │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── tr │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── tst │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── usa │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ ├── mem.skl │ │ │ │ │ └── sources │ │ │ │ ├── value │ │ │ │ └── xmm.h │ │ │ ├── nlsfunc │ │ │ │ ├── br │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── chp │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ ├── nlsfunc.skl │ │ │ │ │ └── sources │ │ │ │ ├── chs │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ ├── nlsfunc.skl │ │ │ │ │ └── sources │ │ │ │ ├── cht │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ ├── nlsfunc.skl │ │ │ │ │ └── sources │ │ │ │ ├── cs │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── da │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── dirs │ │ │ │ ├── doesmac.inc │ │ │ │ ├── el │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── es │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── fi │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── fr │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── funcdbcs.inc │ │ │ │ ├── funcparm.inc │ │ │ │ ├── ger │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── hu │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── it │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── jpn │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ ├── nlsfunc.skl │ │ │ │ │ └── sources │ │ │ │ ├── kor │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ ├── nlsfunc.skl │ │ │ │ │ └── sources │ │ │ │ ├── makefile.sub │ │ │ │ ├── msg2nls.inc │ │ │ │ ├── nl │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── nlsfunc.asm │ │ │ │ ├── nlsparm.asm │ │ │ │ ├── no │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── pl │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── psu │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── pt │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── ru │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── sources.inc │ │ │ │ ├── sv │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── tr │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── tst │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ └── usa │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ ├── nlsfunc.skl │ │ │ │ │ └── sources │ │ │ ├── qbasic │ │ │ │ ├── chp │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── chs │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── cht │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── dirs │ │ │ │ ├── edit.com │ │ │ │ ├── edit.hlp │ │ │ │ ├── gorilla.bas │ │ │ │ ├── jpn │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── kor │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── makefile.sub │ │ │ │ ├── money.bas │ │ │ │ ├── msherc.com │ │ │ │ ├── nibbles.bas │ │ │ │ ├── qbasic.exe │ │ │ │ ├── qbasic.hlp │ │ │ │ ├── remline.bas │ │ │ │ ├── sources.inc │ │ │ │ └── usa │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ ├── setver │ │ │ │ ├── br │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ ├── message.h │ │ │ │ │ └── sources │ │ │ │ ├── chp │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ ├── message.h │ │ │ │ │ └── sources │ │ │ │ ├── chs │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ ├── message.h │ │ │ │ │ └── sources │ │ │ │ ├── cht │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ ├── message.h │ │ │ │ │ └── sources │ │ │ │ ├── cs │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ ├── message.h │ │ │ │ │ └── sources │ │ │ │ ├── da │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ ├── message.h │ │ │ │ │ └── sources │ │ │ │ ├── device.asm │ │ │ │ ├── dirs │ │ │ │ ├── dos.asm │ │ │ │ ├── el │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ ├── message.h │ │ │ │ │ └── sources │ │ │ │ ├── es │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ ├── message.h │ │ │ │ │ └── sources │ │ │ │ ├── fi │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ ├── message.h │ │ │ │ │ └── sources │ │ │ │ ├── fr │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ ├── message.h │ │ │ │ │ └── sources │ │ │ │ ├── ger │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ ├── message.h │ │ │ │ │ └── sources │ │ │ │ ├── hu │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ ├── message.h │ │ │ │ │ └── sources │ │ │ │ ├── it │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ ├── message.h │ │ │ │ │ └── sources │ │ │ │ ├── jpn │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ ├── message.h │ │ │ │ │ └── sources │ │ │ │ ├── kor │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ ├── message.h │ │ │ │ │ └── sources │ │ │ │ ├── makefile.sub │ │ │ │ ├── nl │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ ├── message.h │ │ │ │ │ └── sources │ │ │ │ ├── no │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ ├── message.h │ │ │ │ │ └── sources │ │ │ │ ├── parse.c │ │ │ │ ├── pl │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ ├── message.h │ │ │ │ │ └── sources │ │ │ │ ├── psu │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ ├── message.h │ │ │ │ │ └── sources │ │ │ │ ├── pt │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ ├── message.h │ │ │ │ │ └── sources │ │ │ │ ├── ru │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ ├── message.h │ │ │ │ │ └── sources │ │ │ │ ├── setver.c │ │ │ │ ├── setver.doc │ │ │ │ ├── setver.h │ │ │ │ ├── setver.tag │ │ │ │ ├── sources.inc │ │ │ │ ├── sv │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ ├── message.h │ │ │ │ │ └── sources │ │ │ │ ├── tr │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ ├── message.h │ │ │ │ │ └── sources │ │ │ │ ├── tst │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ ├── message.h │ │ │ │ │ └── sources │ │ │ │ └── usa │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ ├── message.h │ │ │ │ │ └── sources │ │ │ └── share │ │ │ │ ├── dirs │ │ │ │ ├── makefile.sub │ │ │ │ ├── share.asm │ │ │ │ ├── share.lnk │ │ │ │ ├── sources.inc │ │ │ │ └── usa │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ └── sources │ │ │ ├── dev │ │ │ ├── ansi │ │ │ │ ├── ansi.asm │ │ │ │ ├── ansi.inc │ │ │ │ ├── ansi.lnk │ │ │ │ ├── ansi.tag │ │ │ │ ├── ansiinit.asm │ │ │ │ ├── ansivid.inc │ │ │ │ ├── br │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── chp │ │ │ │ │ ├── ansi.skl │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── chs │ │ │ │ │ ├── ansi.skl │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── cht │ │ │ │ │ ├── ansi.skl │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── cs │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── da │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── dirs │ │ │ │ ├── el │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── es │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── fi │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── fr │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── ger │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── hu │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── ioctl.asm │ │ │ │ ├── it │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── jpn │ │ │ │ │ ├── ansi.skl │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── kor │ │ │ │ │ ├── ansi.skl │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── makefile.sub │ │ │ │ ├── nl │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── no │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── parser.asm │ │ │ │ ├── pl │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── psu │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── pt │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── ru │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── sources.inc │ │ │ │ ├── sv │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── tr │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── tst │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ └── usa │ │ │ │ │ ├── ansi.skl │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ ├── country │ │ │ │ ├── country.asm │ │ │ │ ├── dbcs93x.inc │ │ │ │ ├── dirs │ │ │ │ ├── makefile.sub │ │ │ │ ├── mkcntry.inc │ │ │ │ ├── nls437.inc │ │ │ │ ├── nls737.inc │ │ │ │ ├── nls850.inc │ │ │ │ ├── nls852.inc │ │ │ │ ├── nls855.inc │ │ │ │ ├── nls857.inc │ │ │ │ ├── nls860.inc │ │ │ │ ├── nls861.inc │ │ │ │ ├── nls862.inc │ │ │ │ ├── nls863.inc │ │ │ │ ├── nls864.inc │ │ │ │ ├── nls865.inc │ │ │ │ ├── nls866.inc │ │ │ │ ├── nls869.inc │ │ │ │ ├── nls93x.inc │ │ │ │ ├── sources.inc │ │ │ │ └── usa │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ ├── dirs │ │ │ ├── disp_win │ │ │ │ ├── dirs │ │ │ │ ├── disp_win.asm │ │ │ │ ├── disp_win.inc │ │ │ │ ├── jpn │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── kor │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── makefile.sub │ │ │ │ └── sources.inc │ │ │ ├── font_win │ │ │ │ ├── dirs │ │ │ │ ├── font_win.asm │ │ │ │ ├── font_win.inc │ │ │ │ ├── jpn │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── kor │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── makefile.sub │ │ │ │ └── sources.inc │ │ │ ├── hbios │ │ │ │ ├── ascii.inc │ │ │ │ ├── bld │ │ │ │ ├── ch2ks.tbl │ │ │ │ ├── chab.inc │ │ │ │ ├── cho.inc │ │ │ │ ├── chohab7.tbl │ │ │ │ ├── choi.inc │ │ │ │ ├── compose.inc │ │ │ │ ├── data.inc │ │ │ │ ├── debug.asm │ │ │ │ ├── debug.inc │ │ │ │ ├── dirs │ │ │ │ ├── dual.asm │ │ │ │ ├── dual.inc │ │ │ │ ├── equ.inc │ │ │ │ ├── hanja.tbl │ │ │ │ ├── hbios.mak │ │ │ │ ├── hecon.asm │ │ │ │ ├── hecon.map │ │ │ │ ├── hf.inc │ │ │ │ ├── hfont.sys │ │ │ │ ├── init.asm │ │ │ │ ├── jong.inc │ │ │ │ ├── jongi.inc │ │ │ │ ├── jung.inc │ │ │ │ ├── jungi.inc │ │ │ │ ├── kb.asm │ │ │ │ ├── kor │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── makefile.sub │ │ │ │ ├── patgen.inc │ │ │ │ ├── sources.inc │ │ │ │ ├── test.asm │ │ │ │ ├── vga.inc │ │ │ │ └── video.asm │ │ │ ├── himem │ │ │ │ ├── br │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ ├── messages.asm │ │ │ │ │ └── sources │ │ │ │ ├── chp │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ ├── messages.asm │ │ │ │ │ └── sources │ │ │ │ ├── chs │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ ├── messages.asm │ │ │ │ │ └── sources │ │ │ │ ├── cht │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ ├── messages.asm │ │ │ │ │ └── sources │ │ │ │ ├── cs │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ ├── messages.asm │ │ │ │ │ └── sources │ │ │ │ ├── da │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ ├── messages.asm │ │ │ │ │ └── sources │ │ │ │ ├── dirs │ │ │ │ ├── el │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ ├── messages.asm │ │ │ │ │ └── sources │ │ │ │ ├── es │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ ├── messages.asm │ │ │ │ │ └── sources │ │ │ │ ├── fi │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ ├── messages.asm │ │ │ │ │ └── sources │ │ │ │ ├── fr │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ ├── messages.asm │ │ │ │ │ └── sources │ │ │ │ ├── ger │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ ├── messages.asm │ │ │ │ │ └── sources │ │ │ │ ├── himem.asm │ │ │ │ ├── himem.inc │ │ │ │ ├── himem1.asm │ │ │ │ ├── himem2.asm │ │ │ │ ├── himem4.asm │ │ │ │ ├── himem5.asm │ │ │ │ ├── hu │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ ├── messages.asm │ │ │ │ │ └── sources │ │ │ │ ├── it │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ ├── messages.asm │ │ │ │ │ └── sources │ │ │ │ ├── jpn │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ ├── messages.asm │ │ │ │ │ └── sources │ │ │ │ ├── kor │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ ├── messages.asm │ │ │ │ │ └── sources │ │ │ │ ├── makefile.sub │ │ │ │ ├── nl │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ ├── messages.asm │ │ │ │ │ └── sources │ │ │ │ ├── no │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ ├── messages.asm │ │ │ │ │ └── sources │ │ │ │ ├── pl │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ ├── messages.asm │ │ │ │ │ └── sources │ │ │ │ ├── psu │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ ├── messages.asm │ │ │ │ │ └── sources │ │ │ │ ├── pt │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ ├── messages.asm │ │ │ │ │ └── sources │ │ │ │ ├── ru │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ ├── messages.asm │ │ │ │ │ └── sources │ │ │ │ ├── sources.inc │ │ │ │ ├── sv │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ ├── messages.asm │ │ │ │ │ └── sources │ │ │ │ ├── tr │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ ├── messages.asm │ │ │ │ │ └── sources │ │ │ │ ├── tst │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ ├── messages.asm │ │ │ │ │ └── sources │ │ │ │ └── usa │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ ├── messages.asm │ │ │ │ │ └── sources │ │ │ ├── keyboard │ │ │ │ ├── dirs │ │ │ │ ├── jpn │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── kbdhe.asm │ │ │ │ ├── kbdhe220.asm │ │ │ │ ├── kbdhe319.asm │ │ │ │ ├── kdf.asm │ │ │ │ ├── kdfbe.asm │ │ │ │ ├── kdfbg.asm │ │ │ │ ├── kdfbl.asm │ │ │ │ ├── kdfbl097.asm │ │ │ │ ├── kdfbl098.asm │ │ │ │ ├── kdfbl099.asm │ │ │ │ ├── kdfbr.asm │ │ │ │ ├── kdfbr275.asm │ │ │ │ ├── kdfcf.asm │ │ │ │ ├── kdfcz.asm │ │ │ │ ├── kdfdk.asm │ │ │ │ ├── kdfdv.asm │ │ │ │ ├── kdfeof.asm │ │ │ │ ├── kdfet.asm │ │ │ │ ├── kdffr.asm │ │ │ │ ├── kdffr120.asm │ │ │ │ ├── kdffr189.asm │ │ │ │ ├── kdfge.asm │ │ │ │ ├── kdfgk.asm │ │ │ │ ├── kdfhu.asm │ │ │ │ ├── kdfic.asm │ │ │ │ ├── kdfit.asm │ │ │ │ ├── kdfit141.asm │ │ │ │ ├── kdfit142.asm │ │ │ │ ├── kdfjp.asm │ │ │ │ ├── kdfjp_ax.asm │ │ │ │ ├── kdfjp_ib.asm │ │ │ │ ├── kdfjp_oa.asm │ │ │ │ ├── kdfla.asm │ │ │ │ ├── kdfnl.asm │ │ │ │ ├── kdfno.asm │ │ │ │ ├── kdfnow.asm │ │ │ │ ├── kdfpl.asm │ │ │ │ ├── kdfpl1.asm │ │ │ │ ├── kdfpo.asm │ │ │ │ ├── kdfro.asm │ │ │ │ ├── kdfru.asm │ │ │ │ ├── kdfru091.asm │ │ │ │ ├── kdfru092.asm │ │ │ │ ├── kdfru093.asm │ │ │ │ ├── kdfsf.asm │ │ │ │ ├── kdfsg.asm │ │ │ │ ├── kdfsl.asm │ │ │ │ ├── kdfsp.asm │ │ │ │ ├── kdfsu.asm │ │ │ │ ├── kdfsv.asm │ │ │ │ ├── kdftr.asm │ │ │ │ ├── kdftr440.asm │ │ │ │ ├── kdfuk.asm │ │ │ │ ├── kdfuk166.asm │ │ │ │ ├── kdfuk168.asm │ │ │ │ ├── kdfur.asm │ │ │ │ ├── kdfur094.asm │ │ │ │ ├── kdfur095.asm │ │ │ │ ├── kdfur096.asm │ │ │ │ ├── kdfyc116.asm │ │ │ │ ├── kdfyc117.asm │ │ │ │ ├── kdfyc118.asm │ │ │ │ ├── kdfyu.asm │ │ │ │ ├── key01.lnk │ │ │ │ ├── key02.lnk │ │ │ │ ├── keyax.lnk │ │ │ │ ├── keybmac.inc │ │ │ │ ├── keyboard.lnk │ │ │ │ ├── keybshar.inc │ │ │ │ ├── keyjp.lnk │ │ │ │ ├── makefile.sub │ │ │ │ ├── sources.inc │ │ │ │ └── usa │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ └── ntfont │ │ │ │ ├── dirs │ │ │ │ ├── jpn │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ └── sources │ │ │ │ ├── makefile.sub │ │ │ │ ├── ntfont.asm │ │ │ │ ├── ntfont.inc │ │ │ │ └── sources.inc │ │ │ ├── dirs │ │ │ ├── doskrnl │ │ │ ├── bios │ │ │ │ ├── biosbop.inc │ │ │ │ ├── biosseg.inc │ │ │ │ ├── biostruc.inc │ │ │ │ ├── br │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── chp │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ ├── msbio.skl │ │ │ │ │ └── sources │ │ │ │ ├── chs │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ ├── msbio.skl │ │ │ │ │ └── sources │ │ │ │ ├── cht │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ ├── msbio.skl │ │ │ │ │ └── sources │ │ │ │ ├── cs │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── da │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── devmark.inc │ │ │ │ ├── dirs │ │ │ │ ├── dosmsg.cmd │ │ │ │ ├── el │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── es │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── fi │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── fr │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── ger │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── hu │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── it │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── jpn │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ ├── msbio.skl │ │ │ │ │ └── sources │ │ │ │ ├── kor │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ ├── msbio.skl │ │ │ │ │ └── sources │ │ │ │ ├── makefile.sub │ │ │ │ ├── msbio1.asm │ │ │ │ ├── mschar.asm │ │ │ │ ├── msend.asm │ │ │ │ ├── msequ.inc │ │ │ │ ├── msgroup.inc │ │ │ │ ├── msinit.asm │ │ │ │ ├── msint13.asm │ │ │ │ ├── nl │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── no │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── pl │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── psu │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── pt │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── ru │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── sources.inc │ │ │ │ ├── spcemm.asm │ │ │ │ ├── spckbd.asm │ │ │ │ ├── spcmse.asm │ │ │ │ ├── sv │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── sysconf.asm │ │ │ │ ├── sysimes.asm │ │ │ │ ├── sysinit1.asm │ │ │ │ ├── sysinit2.asm │ │ │ │ ├── tr │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ ├── tst │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ └── usa │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ ├── msbio.skl │ │ │ │ │ └── sources │ │ │ ├── dirs │ │ │ └── dos │ │ │ │ ├── abort.asm │ │ │ │ ├── alloc.asm │ │ │ │ ├── br │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ └── sources │ │ │ │ ├── chp │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ ├── msdos.skl │ │ │ │ └── sources │ │ │ │ ├── chs │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ ├── msdos.skl │ │ │ │ └── sources │ │ │ │ ├── cht │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ ├── msdos.skl │ │ │ │ └── sources │ │ │ │ ├── cpmio.asm │ │ │ │ ├── cpmio2.asm │ │ │ │ ├── cs │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ └── sources │ │ │ │ ├── da │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ └── sources │ │ │ │ ├── dev.asm │ │ │ │ ├── dir2.asm │ │ │ │ ├── dirs │ │ │ │ ├── disk.asm │ │ │ │ ├── dispatch.txt │ │ │ │ ├── divmes.inc │ │ │ │ ├── dos.tag │ │ │ │ ├── dosmes.inc │ │ │ │ ├── dostab.asm │ │ │ │ ├── dup.asm │ │ │ │ ├── el │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ └── sources │ │ │ │ ├── es │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ └── sources │ │ │ │ ├── exepatch.asm │ │ │ │ ├── fcb.asm │ │ │ │ ├── fcbio.asm │ │ │ │ ├── fcbio2.asm │ │ │ │ ├── fi │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ └── sources │ │ │ │ ├── file.asm │ │ │ │ ├── fr │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ └── sources │ │ │ │ ├── ger │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ └── sources │ │ │ │ ├── getset.asm │ │ │ │ ├── handle.asm │ │ │ │ ├── hu │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ └── sources │ │ │ │ ├── ioctl.asm │ │ │ │ ├── it │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ └── sources │ │ │ │ ├── jpn │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ ├── msdos.skl │ │ │ │ └── sources │ │ │ │ ├── kor │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ ├── msdos.skl │ │ │ │ └── sources │ │ │ │ ├── kstrin.asm │ │ │ │ ├── lock.asm │ │ │ │ ├── macro.asm │ │ │ │ ├── macro2.asm │ │ │ │ ├── makedos.cmd │ │ │ │ ├── makefile.sub │ │ │ │ ├── misc.asm │ │ │ │ ├── misc2.asm │ │ │ │ ├── mscode.asm │ │ │ │ ├── msconst.asm │ │ │ │ ├── msctrlc.asm │ │ │ │ ├── msdata.asm │ │ │ │ ├── msdisp.asm │ │ │ │ ├── msdosme.asm │ │ │ │ ├── msinit.asm │ │ │ │ ├── msioctl.asm │ │ │ │ ├── msproc.asm │ │ │ │ ├── mssw.asm │ │ │ │ ├── mstable.asm │ │ │ │ ├── nl │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ └── sources │ │ │ │ ├── no │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ └── sources │ │ │ │ ├── open.asm │ │ │ │ ├── origin.asm │ │ │ │ ├── parse.asm │ │ │ │ ├── path.asm │ │ │ │ ├── pl │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ └── sources │ │ │ │ ├── psu │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ └── sources │ │ │ │ ├── pt │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ └── sources │ │ │ │ ├── ru │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ └── sources │ │ │ │ ├── scnam.inc │ │ │ │ ├── search.asm │ │ │ │ ├── segcheck.asm │ │ │ │ ├── sources.inc │ │ │ │ ├── srvcall.asm │ │ │ │ ├── sv │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ └── sources │ │ │ │ ├── time.asm │ │ │ │ ├── tr │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ └── sources │ │ │ │ ├── tst │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ └── sources │ │ │ │ ├── usa │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ ├── msdos.skl │ │ │ │ └── sources │ │ │ │ └── util.asm │ │ │ ├── h │ │ │ ├── assert.h │ │ │ ├── bios.h │ │ │ ├── bios.inc │ │ │ ├── conio.h │ │ │ ├── copyrigh.h │ │ │ ├── ctype.h │ │ │ ├── direct.h │ │ │ ├── dos.h │ │ │ ├── dos.inc │ │ │ ├── errno.h │ │ │ ├── fcntl.h │ │ │ ├── float.h │ │ │ ├── graph.h │ │ │ ├── io.h │ │ │ ├── limits.h │ │ │ ├── malloc.h │ │ │ ├── math.h │ │ │ ├── memory.h │ │ │ ├── mixed.inc │ │ │ ├── process.h │ │ │ ├── search.h │ │ │ ├── setjmp.h │ │ │ ├── share.h │ │ │ ├── signal.h │ │ │ ├── stdarg.h │ │ │ ├── stddef.h │ │ │ ├── stdio.h │ │ │ ├── stdlib.h │ │ │ ├── string.h │ │ │ ├── time.h │ │ │ ├── varargs.h │ │ │ ├── version.h │ │ │ └── versionc.h │ │ │ ├── inc │ │ │ ├── _parse.asm │ │ │ ├── arena.inc │ │ │ ├── bdsize.inc │ │ │ ├── bpb.inc │ │ │ ├── buffer.inc │ │ │ ├── bugtyp.inc │ │ │ ├── cmacros.inc │ │ │ ├── const2.asm │ │ │ ├── copyrigh.inc │ │ │ ├── cpmfcb.inc │ │ │ ├── cputype.inc │ │ │ ├── dbcs.sw │ │ │ ├── devsym.inc │ │ │ ├── dirent.inc │ │ │ ├── doscntry.inc │ │ │ ├── dosmac.inc │ │ │ ├── dosseg.inc │ │ │ ├── dossym.inc │ │ │ ├── dpb.inc │ │ │ ├── dpl.asm │ │ │ ├── dseg.inc │ │ │ ├── error.inc │ │ │ ├── exe.inc │ │ │ ├── fastopen.inc │ │ │ ├── fastxxxx.inc │ │ │ ├── filemode.inc │ │ │ ├── find.inc │ │ │ ├── inc.tag │ │ │ ├── int2a.inc │ │ │ ├── intnat.inc │ │ │ ├── ioctl.inc │ │ │ ├── keybshar.inc │ │ │ ├── lmstub.asm │ │ │ ├── lock.inc │ │ │ ├── macro.def │ │ │ ├── mft.inc │ │ │ ├── mi.inc │ │ │ ├── ms_data.asm │ │ │ ├── msbdata.inc │ │ │ ├── msdata2.asm │ │ │ ├── msgdcl.inc │ │ │ ├── msghan.inc │ │ │ ├── msgserv.asm │ │ │ ├── mshalo.asm │ │ │ ├── mshead.asm │ │ │ ├── mstable.asm │ │ │ ├── mult.inc │ │ │ ├── oemnum.inc │ │ │ ├── origin.inc │ │ │ ├── parse.asm │ │ │ ├── pdb.inc │ │ │ ├── postequ.inc │ │ │ ├── psdata.inc │ │ │ ├── rombios.inc │ │ │ ├── sf.inc │ │ │ ├── struc.inc │ │ │ ├── syscall.inc │ │ │ ├── sysmsg.inc │ │ │ ├── sysvar.inc │ │ │ ├── umb.inc │ │ │ ├── vector.inc │ │ │ ├── version.inc │ │ │ ├── versiona.inc │ │ │ ├── win386.inc │ │ │ ├── wpatch.inc │ │ │ ├── xmm.inc │ │ │ └── yesno.asm │ │ │ ├── lib │ │ │ ├── clibce.lib │ │ │ ├── dirs │ │ │ ├── llibce.lib │ │ │ ├── mem.lib │ │ │ ├── mlibce.lib │ │ │ ├── slibce.lib │ │ │ └── xmm │ │ │ │ ├── dirs │ │ │ │ ├── makefile.sub │ │ │ │ ├── sources.inc │ │ │ │ ├── usa │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ └── sources │ │ │ │ └── xmm.asm │ │ │ ├── make.inc │ │ │ ├── messages │ │ │ ├── br │ │ │ │ ├── br.msg │ │ │ │ ├── comimsg.inc │ │ │ │ ├── comrmsg.inc │ │ │ │ └── loadmsg.msg │ │ │ ├── chp │ │ │ │ ├── chp.idx │ │ │ │ ├── chp.msg │ │ │ │ ├── comimsg.inc │ │ │ │ ├── comrmsg.inc │ │ │ │ └── loadmsg.msg │ │ │ ├── chs │ │ │ │ ├── chs.idx │ │ │ │ ├── chs.msg │ │ │ │ ├── comimsg.inc │ │ │ │ ├── comrmsg.inc │ │ │ │ └── loadmsg.msg │ │ │ ├── cht │ │ │ │ ├── cht.idx │ │ │ │ ├── cht.msg │ │ │ │ ├── comimsg.inc │ │ │ │ ├── comrmsg.inc │ │ │ │ └── loadmsg.msg │ │ │ ├── cs │ │ │ │ ├── comimsg.inc │ │ │ │ ├── comrmsg.inc │ │ │ │ ├── cs.msg │ │ │ │ └── loadmsg.msg │ │ │ ├── es │ │ │ │ ├── comimsg.inc │ │ │ │ ├── comrmsg.inc │ │ │ │ ├── es.msg │ │ │ │ └── loadmsg.msg │ │ │ ├── fr │ │ │ │ ├── comimsg.inc │ │ │ │ ├── comrmsg.inc │ │ │ │ ├── fr.msg │ │ │ │ └── loadmsg.msg │ │ │ ├── ger │ │ │ │ ├── comimsg.inc │ │ │ │ ├── comrmsg.inc │ │ │ │ ├── ger.idx │ │ │ │ ├── ger.msg │ │ │ │ └── loadmsg.msg │ │ │ ├── hu │ │ │ │ ├── comimsg.inc │ │ │ │ ├── comrmsg.inc │ │ │ │ ├── hu.msg │ │ │ │ └── loadmsg.msg │ │ │ ├── it │ │ │ │ ├── comimsg.inc │ │ │ │ ├── comrmsg.inc │ │ │ │ ├── it.msg │ │ │ │ └── loadmsg.msg │ │ │ ├── jpn │ │ │ │ ├── comimsg.inc │ │ │ │ ├── comrmsg.inc │ │ │ │ ├── jpn.idx │ │ │ │ ├── jpn.msg │ │ │ │ └── loadmsg.msg │ │ │ ├── kor │ │ │ │ ├── comimsg.inc │ │ │ │ ├── comrmsg.inc │ │ │ │ ├── kor.idx │ │ │ │ ├── kor.msg │ │ │ │ └── loadmsg.msg │ │ │ ├── makefile │ │ │ ├── nl │ │ │ │ ├── comimsg.inc │ │ │ │ ├── comrmsg.inc │ │ │ │ ├── loadmsg.msg │ │ │ │ └── nl.msg │ │ │ ├── pl │ │ │ │ ├── comimsg.inc │ │ │ │ ├── comrmsg.inc │ │ │ │ ├── loadmsg.msg │ │ │ │ └── pl.msg │ │ │ ├── pt │ │ │ │ ├── comimsg.inc │ │ │ │ ├── comrmsg.inc │ │ │ │ ├── loadmsg.msg │ │ │ │ └── pt.msg │ │ │ ├── ru │ │ │ │ ├── comimsg.inc │ │ │ │ ├── comrmsg.inc │ │ │ │ ├── loadmsg.msg │ │ │ │ └── ru.msg │ │ │ ├── sv │ │ │ │ ├── comimsg.inc │ │ │ │ ├── comrmsg.inc │ │ │ │ ├── loadmsg.msg │ │ │ │ └── sv.msg │ │ │ ├── tr │ │ │ │ ├── comimsg.inc │ │ │ │ ├── comrmsg.inc │ │ │ │ ├── loadmsg.msg │ │ │ │ └── tr.msg │ │ │ └── usa │ │ │ │ ├── comimsg.inc │ │ │ │ ├── comrmsg.inc │ │ │ │ ├── loadmsg.msg │ │ │ │ ├── usa.idx │ │ │ │ └── usa.msg │ │ │ ├── publish │ │ │ ├── makefile │ │ │ └── sources │ │ │ ├── redir │ │ │ ├── asmmacro.inc │ │ │ ├── br │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ ├── redirmsg.inc │ │ │ │ └── sources │ │ │ ├── chp │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ ├── redirmsg.inc │ │ │ │ └── sources │ │ │ ├── chs │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ ├── redirmsg.inc │ │ │ │ └── sources │ │ │ ├── cht │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ ├── redirmsg.inc │ │ │ │ └── sources │ │ │ ├── cs │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ ├── redirmsg.inc │ │ │ │ └── sources │ │ │ ├── da │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ ├── redirmsg.inc │ │ │ │ └── sources │ │ │ ├── debugmac.inc │ │ │ ├── dirs │ │ │ ├── el │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ ├── redirmsg.inc │ │ │ │ └── sources │ │ │ ├── enumapis.inc │ │ │ ├── es │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ ├── redirmsg.inc │ │ │ │ └── sources │ │ │ ├── fi │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ ├── redirmsg.inc │ │ │ │ └── sources │ │ │ ├── fr │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ ├── redirmsg.inc │ │ │ │ └── sources │ │ │ ├── fudgedef.inc │ │ │ ├── ger │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ ├── redirmsg.inc │ │ │ │ └── sources │ │ │ ├── hu │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ ├── redirmsg.inc │ │ │ │ └── sources │ │ │ ├── int2a.asm │ │ │ ├── int5c.asm │ │ │ ├── int5c.inc │ │ │ ├── it │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ ├── redirmsg.inc │ │ │ │ └── sources │ │ │ ├── jpn │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ ├── redirmsg.inc │ │ │ │ └── sources │ │ │ ├── kor │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ ├── redirmsg.inc │ │ │ │ └── sources │ │ │ ├── localmac.inc │ │ │ ├── mailslot.asm │ │ │ ├── makefile.sub │ │ │ ├── msgapi.asm │ │ │ ├── namepipe.asm │ │ │ ├── netapis.asm │ │ │ ├── neterror.asm │ │ │ ├── nl │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ ├── redirmsg.inc │ │ │ │ └── sources │ │ │ ├── no │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ ├── redirmsg.inc │ │ │ │ └── sources │ │ │ ├── pl │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ ├── redirmsg.inc │ │ │ │ └── sources │ │ │ ├── psu │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ ├── redirmsg.inc │ │ │ │ └── sources │ │ │ ├── pt │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ ├── redirmsg.inc │ │ │ │ └── sources │ │ │ ├── rdrint2f.inc │ │ │ ├── rdrmisc.inc │ │ │ ├── redir.asm │ │ │ ├── resident.asm │ │ │ ├── ru │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ ├── redirmsg.inc │ │ │ │ └── sources │ │ │ ├── segorder.inc │ │ │ ├── sources.inc │ │ │ ├── sv │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ ├── redirmsg.inc │ │ │ │ └── sources │ │ │ ├── tr │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ ├── redirmsg.inc │ │ │ │ └── sources │ │ │ ├── tst │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ ├── redirmsg.inc │ │ │ │ └── sources │ │ │ └── usa │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ ├── redirmsg.inc │ │ │ │ └── sources │ │ │ └── tools │ │ │ └── src │ │ │ ├── buildidx │ │ │ ├── buildidx.c │ │ │ ├── buildidx.def │ │ │ ├── makefile │ │ │ └── sources │ │ │ ├── getsize │ │ │ ├── getsize.c │ │ │ ├── getsize.def │ │ │ ├── makefile │ │ │ └── sources │ │ │ ├── h2inc │ │ │ ├── h2inc.c │ │ │ ├── h2inc.def │ │ │ ├── h2inc.doc │ │ │ └── h2inc.mak │ │ │ ├── stripdd │ │ │ ├── makefile │ │ │ ├── sources │ │ │ ├── stripdd.c │ │ │ └── stripdd.def │ │ │ └── stripz │ │ │ ├── makefile │ │ │ ├── sources │ │ │ ├── stripz.c │ │ │ └── stripz.def │ ├── dpmi │ │ ├── br │ │ │ ├── dxmsg.asm │ │ │ ├── makefile │ │ │ ├── makefile.inc │ │ │ └── sources │ │ ├── chp │ │ │ ├── dxmsg.asm │ │ │ ├── makefile │ │ │ ├── makefile.inc │ │ │ └── sources │ │ ├── chs │ │ │ ├── dxmsg.asm │ │ │ ├── makefile │ │ │ ├── makefile.inc │ │ │ └── sources │ │ ├── cht │ │ │ ├── dxmsg.asm │ │ │ ├── makefile │ │ │ ├── makefile.inc │ │ │ └── sources │ │ ├── cmacros.inc │ │ ├── cmacros.mas │ │ ├── cs │ │ │ ├── dxmsg.asm │ │ │ ├── makefile │ │ │ ├── makefile.inc │ │ │ └── sources │ │ ├── da │ │ │ ├── dxmsg.asm │ │ │ ├── makefile │ │ │ ├── makefile.inc │ │ │ └── sources │ │ ├── dirs │ │ ├── dosx.def │ │ ├── dxboot.asm │ │ ├── dxbug.asm │ │ ├── dxdisk.asm │ │ ├── dxdma.asm │ │ ├── dxemm.asm │ │ ├── dxemm2.asm │ │ ├── dxend.asm │ │ ├── dxendpm.asm │ │ ├── dxfind.asm │ │ ├── dxfunc.asm │ │ ├── dxini.asm │ │ ├── dxintr.asm │ │ ├── dxmain.asm │ │ ├── dxnetbio.asm │ │ ├── dxoem.asm │ │ ├── dxstrt.asm │ │ ├── dxutil.asm │ │ ├── dxvcpi.inc │ │ ├── el │ │ │ ├── dxmsg.asm │ │ │ ├── makefile │ │ │ ├── makefile.inc │ │ │ └── sources │ │ ├── es │ │ │ ├── dxmsg.asm │ │ │ ├── makefile │ │ │ ├── makefile.inc │ │ │ └── sources │ │ ├── fi │ │ │ ├── dxmsg.asm │ │ │ ├── makefile │ │ │ ├── makefile.inc │ │ │ └── sources │ │ ├── fr │ │ │ ├── dxmsg.asm │ │ │ ├── makefile │ │ │ ├── makefile.inc │ │ │ └── sources │ │ ├── gendefs.inc │ │ ├── ger │ │ │ ├── dxmsg.asm │ │ │ ├── makefile │ │ │ ├── makefile.inc │ │ │ └── sources │ │ ├── hostdata.inc │ │ ├── hu │ │ │ ├── dxmsg.asm │ │ │ ├── makefile │ │ │ ├── makefile.inc │ │ │ └── sources │ │ ├── interupt.inc │ │ ├── intmac.inc │ │ ├── it │ │ │ ├── dxmsg.asm │ │ │ ├── makefile │ │ │ ├── makefile.inc │ │ │ └── sources │ │ ├── jpn │ │ │ ├── dxmsg.asm │ │ │ ├── makefile │ │ │ ├── makefile.inc │ │ │ └── sources │ │ ├── kor │ │ │ ├── dxmsg.asm │ │ │ ├── makefile │ │ │ ├── makefile.inc │ │ │ └── sources │ │ ├── makefile.sub │ │ ├── migrate.bat │ │ ├── mk.cmd │ │ ├── netbios.inc │ │ ├── nl │ │ │ ├── dxmsg.asm │ │ │ ├── makefile │ │ │ ├── makefile.inc │ │ │ └── sources │ │ ├── no │ │ │ ├── dxmsg.asm │ │ │ ├── makefile │ │ │ ├── makefile.inc │ │ │ └── sources │ │ ├── ntnpxem.asm │ │ ├── pl │ │ │ ├── dxmsg.asm │ │ │ ├── makefile │ │ │ ├── makefile.inc │ │ │ └── sources │ │ ├── pmdefs.inc │ │ ├── psu │ │ │ ├── dxmsg.asm │ │ │ ├── makefile │ │ │ ├── makefile.inc │ │ │ └── sources │ │ ├── pt │ │ │ ├── dxmsg.asm │ │ │ ├── makefile │ │ │ ├── makefile.inc │ │ │ └── sources │ │ ├── ru │ │ │ ├── dxmsg.asm │ │ │ ├── makefile │ │ │ ├── makefile.inc │ │ │ └── sources │ │ ├── segdefs.inc │ │ ├── sources.inc │ │ ├── stackchk.inc │ │ ├── sv │ │ │ ├── dxmsg.asm │ │ │ ├── makefile │ │ │ ├── makefile.inc │ │ │ └── sources │ │ ├── tr │ │ │ ├── dxmsg.asm │ │ │ ├── makefile │ │ │ ├── makefile.inc │ │ │ └── sources │ │ ├── tst │ │ │ ├── dxmsg.asm │ │ │ ├── makefile │ │ │ ├── makefile.inc │ │ │ └── sources │ │ └── usa │ │ │ ├── dxmsg.asm │ │ │ ├── makefile │ │ │ ├── makefile.inc │ │ │ └── sources │ ├── dpmi32 │ │ ├── buffer.c │ │ ├── data.c │ │ ├── daytona │ │ │ ├── makefile │ │ │ ├── precomp.h │ │ │ └── sources │ │ ├── debug.c │ │ ├── dirs │ │ ├── dosmem.c │ │ ├── dpmi32.c │ │ ├── dpmi32.h │ │ ├── dpmiint.c │ │ ├── dpmiint.h │ │ ├── dpmimemr.c │ │ ├── dpmimscr.c │ │ ├── dpmiselr.c │ │ ├── fe │ │ │ ├── makefile │ │ │ ├── precomp.h │ │ │ └── sources │ │ ├── int21map.c │ │ ├── int21map.h │ │ ├── int2f.c │ │ ├── int31.c │ │ ├── modesw.c │ │ ├── precomp.h │ │ ├── register.c │ │ ├── savestat.c │ │ ├── sources.inc │ │ ├── stack.c │ │ ├── vxd.c │ │ ├── x86 │ │ │ ├── dpmi386.c │ │ │ └── dpmimem.c │ │ ├── xlathlp.h │ │ └── xmem.c │ ├── fax │ │ ├── NOTE.txt │ │ ├── dirs │ │ ├── dummy.hlp │ │ ├── dummy.ppd │ │ ├── faxcomm.h │ │ ├── printer.inf │ │ ├── wowfax │ │ │ ├── makefile │ │ │ ├── sources │ │ │ ├── wowfax.c │ │ │ ├── wowfax.def │ │ │ ├── wowfax.rc │ │ │ └── wowfaxdd.h │ │ └── wowfaxui │ │ │ ├── daytona │ │ │ ├── makefile │ │ │ ├── sources │ │ │ └── wowfaxui.def │ │ │ ├── dirs │ │ │ ├── fe │ │ │ ├── makefile │ │ │ ├── sources │ │ │ └── wowfaxui.def │ │ │ ├── sources.inc │ │ │ ├── wfhelper.c │ │ │ ├── wfsheets.c │ │ │ ├── wfsheets.h │ │ │ ├── wfupgrad.c │ │ │ ├── wowfaxui.c │ │ │ ├── wowfaxui.def │ │ │ ├── wowfaxui.h │ │ │ └── wowfaxui.rc │ ├── inc │ │ ├── .gitignore │ │ ├── apistruc.h │ │ ├── bop.h │ │ ├── cmdsvc.h │ │ ├── curdir.h │ │ ├── dbgexp.h │ │ ├── dbginfo.h │ │ ├── dbgsvc.h │ │ ├── demexp.h │ │ ├── dossvc.h │ │ ├── doswow.h │ │ ├── dpmf_fio.h │ │ ├── dpmf_ntd.h │ │ ├── dpmf_prf.h │ │ ├── dpmf_reg.h │ │ ├── dpmi.h │ │ ├── dpmtbls.h │ │ ├── enumapis.h │ │ ├── exterr.h │ │ ├── intapi.h │ │ ├── makefile │ │ ├── makefile.inc │ │ ├── memapi.h │ │ ├── monregs.h │ │ ├── mvdm.h │ │ ├── netb.h │ │ ├── oemuni.h │ │ ├── pif.h │ │ ├── rdrexp.h │ │ ├── rdrsvc.h │ │ ├── sharewow.h │ │ ├── softpc.h │ │ ├── sources │ │ ├── sources.inc │ │ ├── suballoc.h │ │ ├── tdb16.h │ │ ├── v86def.h │ │ ├── vdmredir.h │ │ ├── vdmtb.inc │ │ ├── vint.h │ │ ├── vrdefld.h │ │ ├── vrdlctab.h │ │ ├── vrinit.h │ │ ├── vrmisc.h │ │ ├── vrmslot.h │ │ ├── vrnetapi.h │ │ ├── vrnmpipe.h │ │ ├── vrremote.h │ │ ├── vshimdb.h │ │ ├── wow.h │ │ ├── wowclip.h │ │ ├── wowcmdlg.h │ │ ├── wowcmpat.h │ │ ├── wowcomm.h │ │ ├── wowddeml.h │ │ ├── wowexp.h │ │ ├── wowfax.h │ │ ├── wowgdi.h │ │ ├── wowinfo.h │ │ ├── wowint.h │ │ ├── wowkbd.h │ │ ├── wowkrn.h │ │ ├── wowmmcb.h │ │ ├── wowmmed.h │ │ ├── wownls.h │ │ ├── wowshell.h │ │ ├── wowsnd.h │ │ ├── wowth.h │ │ ├── wowusr.h │ │ ├── wowwife.h │ │ ├── wowwsock.h │ │ ├── x86def.h │ │ ├── xmsexp.h │ │ └── xmssvc.h │ ├── oemuni │ │ ├── daytona │ │ │ ├── makefile │ │ │ └── sources │ │ ├── dirs │ │ ├── fe │ │ │ ├── makefile │ │ │ └── sources │ │ ├── file.c │ │ ├── oem.h │ │ ├── process.c │ │ ├── sources.inc │ │ └── toemuni.c │ ├── setup │ │ ├── _default.pif │ │ ├── makefile │ │ ├── setup16.inf │ │ ├── sources │ │ └── win.ini │ ├── sim16 │ │ ├── incs.inc │ │ ├── makefile │ │ ├── segdefs.inc │ │ ├── sim16.asm │ │ ├── sim16.def │ │ ├── sim16.inc │ │ ├── sim16.mac │ │ └── siminit.asm │ ├── sim32 │ │ ├── b.cmd │ │ ├── makefile │ │ ├── sim32.c │ │ ├── sim32.h │ │ └── sources │ ├── softpc.new │ │ ├── base │ │ │ ├── bios │ │ │ │ ├── bios.c │ │ │ │ ├── bootstra.c │ │ │ │ ├── build_id.c │ │ │ │ ├── chp │ │ │ │ │ ├── makefile │ │ │ │ │ └── sources │ │ │ │ ├── chs │ │ │ │ │ ├── makefile │ │ │ │ │ └── sources │ │ │ │ ├── cht │ │ │ │ │ ├── makefile │ │ │ │ │ └── sources │ │ │ │ ├── cmos_bis.c │ │ │ │ ├── cntlbop.c │ │ │ │ ├── daytona │ │ │ │ │ ├── makefile │ │ │ │ │ └── sources │ │ │ │ ├── dirs │ │ │ │ ├── emm_fncs.c │ │ │ │ ├── equipmnt.c │ │ │ │ ├── ill_bop.c │ │ │ │ ├── jpn │ │ │ │ │ ├── makefile │ │ │ │ │ └── sources │ │ │ │ ├── kor │ │ │ │ │ ├── makefile │ │ │ │ │ └── sources │ │ │ │ ├── mem_size.c │ │ │ │ ├── reset.c │ │ │ │ ├── rom_basc.c │ │ │ │ ├── rtc_bios.c │ │ │ │ ├── slave_bs.c │ │ │ │ ├── sources.inc │ │ │ │ ├── tape_io.c │ │ │ │ └── virtual.c │ │ │ ├── ccpu386 │ │ │ │ ├── aaa.c │ │ │ │ ├── aaa.h │ │ │ │ ├── aad.c │ │ │ │ ├── aad.h │ │ │ │ ├── aam.c │ │ │ │ ├── aam.h │ │ │ │ ├── aas.c │ │ │ │ ├── aas.h │ │ │ │ ├── adc.c │ │ │ │ ├── adc.h │ │ │ │ ├── add.c │ │ │ │ ├── add.h │ │ │ │ ├── and.c │ │ │ │ ├── and.h │ │ │ │ ├── arpl.c │ │ │ │ ├── arpl.h │ │ │ │ ├── bound.c │ │ │ │ ├── bound.h │ │ │ │ ├── bsf.c │ │ │ │ ├── bsf.h │ │ │ │ ├── bsr.c │ │ │ │ ├── bsr.h │ │ │ │ ├── bswap.c │ │ │ │ ├── bswap.h │ │ │ │ ├── bt.c │ │ │ │ ├── bt.h │ │ │ │ ├── btc.c │ │ │ │ ├── btc.h │ │ │ │ ├── btr.c │ │ │ │ ├── btr.h │ │ │ │ ├── bts.c │ │ │ │ ├── bts.h │ │ │ │ ├── c-files │ │ │ │ ├── c_addr.c │ │ │ │ ├── c_addr.h │ │ │ │ ├── c_bsic.c │ │ │ │ ├── c_bsic.h │ │ │ │ ├── c_debug.c │ │ │ │ ├── c_debug.h │ │ │ │ ├── c_div64.c │ │ │ │ ├── c_div64.h │ │ │ │ ├── c_getset.c │ │ │ │ ├── c_intr.c │ │ │ │ ├── c_intr.h │ │ │ │ ├── c_main.c │ │ │ │ ├── c_main.h │ │ │ │ ├── c_mem.h │ │ │ │ ├── c_mul64.c │ │ │ │ ├── c_mul64.h │ │ │ │ ├── c_neg64.c │ │ │ │ ├── c_neg64.h │ │ │ │ ├── c_oprnd.h │ │ │ │ ├── c_page.c │ │ │ │ ├── c_page.h │ │ │ │ ├── c_prot.c │ │ │ │ ├── c_prot.h │ │ │ │ ├── c_reg.c │ │ │ │ ├── c_reg.h │ │ │ │ ├── c_seg.c │ │ │ │ ├── c_seg.h │ │ │ │ ├── c_stack.c │ │ │ │ ├── c_stack.h │ │ │ │ ├── c_tlb.c │ │ │ │ ├── c_tlb.h │ │ │ │ ├── c_tsksw.c │ │ │ │ ├── c_tsksw.h │ │ │ │ ├── c_xcptn.c │ │ │ │ ├── c_xcptn.h │ │ │ │ ├── c_xfer.c │ │ │ │ ├── c_xfer.h │ │ │ │ ├── c_xtrn.c │ │ │ │ ├── c_xtrn.h │ │ │ │ ├── call.c │ │ │ │ ├── call.h │ │ │ │ ├── cbw.c │ │ │ │ ├── cbw.h │ │ │ │ ├── ccpudefs.inc │ │ │ │ ├── ccpupig.c │ │ │ │ ├── ccpupig.h │ │ │ │ ├── ccpusas4.c │ │ │ │ ├── ccpusas4.h │ │ │ │ ├── cdq.c │ │ │ │ ├── cdq.h │ │ │ │ ├── clc.c │ │ │ │ ├── clc.h │ │ │ │ ├── cld.c │ │ │ │ ├── cld.h │ │ │ │ ├── cli.c │ │ │ │ ├── cli.h │ │ │ │ ├── clts.c │ │ │ │ ├── clts.h │ │ │ │ ├── cmc.c │ │ │ │ ├── cmc.h │ │ │ │ ├── cmp.c │ │ │ │ ├── cmp.h │ │ │ │ ├── cmpxchg.c │ │ │ │ ├── cmpxchg.h │ │ │ │ ├── cpu4gen.h │ │ │ │ ├── cpuint_c.h │ │ │ │ ├── cwd.c │ │ │ │ ├── cwd.h │ │ │ │ ├── cwde.c │ │ │ │ ├── cwde.h │ │ │ │ ├── daa.c │ │ │ │ ├── daa.h │ │ │ │ ├── das.c │ │ │ │ ├── das.h │ │ │ │ ├── dec.c │ │ │ │ ├── dec.h │ │ │ │ ├── div.c │ │ │ │ ├── div.h │ │ │ │ ├── enter.c │ │ │ │ ├── enter.h │ │ │ │ ├── evid_c.h │ │ │ │ ├── evidfunc.h │ │ │ │ ├── evidgen.h │ │ │ │ ├── fault.h │ │ │ │ ├── fpu.c │ │ │ │ ├── fpu_c.h │ │ │ │ ├── gdpvar.h │ │ │ │ ├── idiv.c │ │ │ │ ├── idiv.h │ │ │ │ ├── imul.c │ │ │ │ ├── imul.h │ │ │ │ ├── in.c │ │ │ │ ├── in.h │ │ │ │ ├── inc.c │ │ │ │ ├── inc.h │ │ │ │ ├── into.c │ │ │ │ ├── into.h │ │ │ │ ├── intx.c │ │ │ │ ├── intx.h │ │ │ │ ├── invd.c │ │ │ │ ├── invd.h │ │ │ │ ├── invlpg.c │ │ │ │ ├── invlpg.h │ │ │ │ ├── iret.c │ │ │ │ ├── iret.h │ │ │ │ ├── jcxz.c │ │ │ │ ├── jcxz.h │ │ │ │ ├── jmp.c │ │ │ │ ├── jmp.h │ │ │ │ ├── jxx.c │ │ │ │ ├── jxx.h │ │ │ │ ├── lahf.c │ │ │ │ ├── lahf.h │ │ │ │ ├── lar.c │ │ │ │ ├── lar.h │ │ │ │ ├── lea.c │ │ │ │ ├── lea.h │ │ │ │ ├── leave.c │ │ │ │ ├── leave.h │ │ │ │ ├── lgdt.c │ │ │ │ ├── lgdt.h │ │ │ │ ├── lidt.c │ │ │ │ ├── lidt.h │ │ │ │ ├── lldt.c │ │ │ │ ├── lldt.h │ │ │ │ ├── lmsw.c │ │ │ │ ├── lmsw.h │ │ │ │ ├── localfm.c │ │ │ │ ├── loopxx.c │ │ │ │ ├── loopxx.h │ │ │ │ ├── lsl.c │ │ │ │ ├── lsl.h │ │ │ │ ├── ltr.c │ │ │ │ ├── ltr.h │ │ │ │ ├── lxs.c │ │ │ │ ├── lxs.h │ │ │ │ ├── makefile │ │ │ │ ├── mov.c │ │ │ │ ├── mov.h │ │ │ │ ├── movsx.c │ │ │ │ ├── movsx.h │ │ │ │ ├── mul.c │ │ │ │ ├── mul.h │ │ │ │ ├── neg.c │ │ │ │ ├── neg.h │ │ │ │ ├── newnpx.h │ │ │ │ ├── nop.c │ │ │ │ ├── nop.h │ │ │ │ ├── not.c │ │ │ │ ├── not.h │ │ │ │ ├── ntstubs.c │ │ │ │ ├── ntthread.c │ │ │ │ ├── ntthread.h │ │ │ │ ├── or.c │ │ │ │ ├── or.h │ │ │ │ ├── out.c │ │ │ │ ├── out.h │ │ │ │ ├── pigger_c.h │ │ │ │ ├── pop.c │ │ │ │ ├── pop.h │ │ │ │ ├── popa.c │ │ │ │ ├── popa.h │ │ │ │ ├── popf.c │ │ │ │ ├── popf.h │ │ │ │ ├── push.c │ │ │ │ ├── push.h │ │ │ │ ├── pusha.c │ │ │ │ ├── pusha.h │ │ │ │ ├── pushf.c │ │ │ │ ├── pushf.h │ │ │ │ ├── rcl.c │ │ │ │ ├── rcl.h │ │ │ │ ├── rcr.c │ │ │ │ ├── rcr.h │ │ │ │ ├── ret.c │ │ │ │ ├── ret.h │ │ │ │ ├── rol.c │ │ │ │ ├── rol.h │ │ │ │ ├── ror.c │ │ │ │ ├── ror.h │ │ │ │ ├── rsrvd.c │ │ │ │ ├── rsrvd.h │ │ │ │ ├── sahf.c │ │ │ │ ├── sahf.h │ │ │ │ ├── sar.c │ │ │ │ ├── sar.h │ │ │ │ ├── sascdef.c │ │ │ │ ├── sbb.c │ │ │ │ ├── sbb.h │ │ │ │ ├── setxx.c │ │ │ │ ├── setxx.h │ │ │ │ ├── sgdt.c │ │ │ │ ├── sgdt.h │ │ │ │ ├── shl.c │ │ │ │ ├── shl.h │ │ │ │ ├── shld.c │ │ │ │ ├── shld.h │ │ │ │ ├── shr.c │ │ │ │ ├── shr.h │ │ │ │ ├── shrd.c │ │ │ │ ├── shrd.h │ │ │ │ ├── sidt.c │ │ │ │ ├── sidt.h │ │ │ │ ├── sldt.c │ │ │ │ ├── sldt.h │ │ │ │ ├── smsw.c │ │ │ │ ├── smsw.h │ │ │ │ ├── sources │ │ │ │ ├── stc.c │ │ │ │ ├── stc.h │ │ │ │ ├── std.c │ │ │ │ ├── std.h │ │ │ │ ├── sti.c │ │ │ │ ├── sti.h │ │ │ │ ├── str.c │ │ │ │ ├── str.h │ │ │ │ ├── stubs.c │ │ │ │ ├── sub.c │ │ │ │ ├── sub.h │ │ │ │ ├── test.c │ │ │ │ ├── test.h │ │ │ │ ├── univer_c.h │ │ │ │ ├── verr.c │ │ │ │ ├── verr.h │ │ │ │ ├── verw.c │ │ │ │ ├── verw.h │ │ │ │ ├── vglob.c │ │ │ │ ├── wait.c │ │ │ │ ├── wait.h │ │ │ │ ├── wbinvd.c │ │ │ │ ├── wbinvd.h │ │ │ │ ├── xadd.c │ │ │ │ ├── xadd.h │ │ │ │ ├── xchg.c │ │ │ │ ├── xchg.h │ │ │ │ ├── xlat.c │ │ │ │ ├── xlat.h │ │ │ │ ├── xor.c │ │ │ │ ├── xor.h │ │ │ │ ├── zfrsrvd.c │ │ │ │ └── zfrsrvd.h │ │ │ ├── comms │ │ │ │ ├── com.c │ │ │ │ ├── daytona │ │ │ │ │ ├── makefile │ │ │ │ │ └── sources │ │ │ │ ├── dirs │ │ │ │ ├── printer.c │ │ │ │ ├── printer_.c │ │ │ │ ├── prt_scrn.c │ │ │ │ ├── rs232_io.c │ │ │ │ └── sources.inc │ │ │ ├── condincl.inc │ │ │ ├── cpu │ │ │ │ └── src │ │ │ │ │ └── evid │ │ │ │ │ ├── ev_glue.c │ │ │ │ │ ├── ev_stubs.c │ │ │ │ │ └── vglob.c │ │ │ ├── cvidc │ │ │ │ ├── acc_efi.h │ │ │ │ ├── access_c.h │ │ │ │ ├── accessfn.c │ │ │ │ ├── add_c.h │ │ │ │ ├── adjust_c.h │ │ │ │ ├── axphst_c.h │ │ │ │ ├── bldr_c.h │ │ │ │ ├── bodge_c.h │ │ │ │ ├── bound_c.h │ │ │ │ ├── bpi_c.h │ │ │ │ ├── bswap_c.h │ │ │ │ ├── btest_c.h │ │ │ │ ├── buffer_c.h │ │ │ │ ├── c2cpug_c.h │ │ │ │ ├── c2cpusad.h │ │ │ │ ├── c2cput_c.h │ │ │ │ ├── ccpudefs.inc │ │ │ │ ├── chain2_c.h │ │ │ │ ├── chain4_c.h │ │ │ │ ├── cmp_c.h │ │ │ │ ├── contxt_c.h │ │ │ │ ├── conv_c.h │ │ │ │ ├── copies_c.h │ │ │ │ ├── cpnote_c.h │ │ │ │ ├── cpu4gen.h │ │ │ │ ├── cpu_c.h │ │ │ │ ├── cpuint_c.h │ │ │ │ ├── cpumod_c.h │ │ │ │ ├── cpureg_c.h │ │ │ │ ├── dec_c.h │ │ │ │ ├── ea_c.h │ │ │ │ ├── enter_c.h │ │ │ │ ├── ev_glue.c │ │ │ │ ├── ev_stubs.c │ │ │ │ ├── evid_c.h │ │ │ │ ├── evidfunc.c │ │ │ │ ├── evidfunc.h │ │ │ │ ├── evidgen.h │ │ │ │ ├── flags_c.h │ │ │ │ ├── flagtb_c.h │ │ │ │ ├── fm_c.h │ │ │ │ ├── fmevid_c.h │ │ │ │ ├── fpu_c.h │ │ │ │ ├── frag_c.h │ │ │ │ ├── gdebug.h │ │ │ │ ├── gdinit_c.h │ │ │ │ ├── gdmain_c.h │ │ │ │ ├── gdpvar.h │ │ │ │ ├── gicvid_c.h │ │ │ │ ├── gldc_c.h │ │ │ │ ├── hpphst_c.h │ │ │ │ ├── idmain_c.h │ │ │ │ ├── inc_c.h │ │ │ │ ├── inst_c.h │ │ │ │ ├── io_c.h │ │ │ │ ├── j_c_lang.c │ │ │ │ ├── j_c_lang.h │ │ │ │ ├── lc_c.h │ │ │ │ ├── light_c.h │ │ │ │ ├── logic_c.h │ │ │ │ ├── lxs_c.h │ │ │ │ ├── makefile │ │ │ │ ├── mark_c.h │ │ │ │ ├── misc_c.h │ │ │ │ ├── move_c.h │ │ │ │ ├── muldiv_c.h │ │ │ │ ├── nano_c.h │ │ │ │ ├── nanoa_c.h │ │ │ │ ├── nanob_c.h │ │ │ │ ├── nanoc_c.h │ │ │ │ ├── nanod_c.h │ │ │ │ ├── nanoe_c.h │ │ │ │ ├── page_c.h │ │ │ │ ├── parser.h │ │ │ │ ├── pigger_c.h │ │ │ │ ├── pm_c.h │ │ │ │ ├── ports_c.h │ │ │ │ ├── ppchst_c.h │ │ │ │ ├── prof_c.h │ │ │ │ ├── prot_c.h │ │ │ │ ├── pti_c.h │ │ │ │ ├── pxcptn_c.h │ │ │ │ ├── rdwr_c.h │ │ │ │ ├── read_c.h │ │ │ │ ├── rotate_c.h │ │ │ │ ├── sas4gen.h │ │ │ │ ├── sas_c.h │ │ │ │ ├── sascdef.c │ │ │ │ ├── segreg_c.h │ │ │ │ ├── sevid000.c │ │ │ │ ├── sevid001.c │ │ │ │ ├── sevid002.c │ │ │ │ ├── sevid003.c │ │ │ │ ├── sevid004.c │ │ │ │ ├── sevid005.c │ │ │ │ ├── sevid006.c │ │ │ │ ├── sevid007.c │ │ │ │ ├── sevid008.c │ │ │ │ ├── sevid009.c │ │ │ │ ├── sevid010.c │ │ │ │ ├── sevid011.c │ │ │ │ ├── sevid012.c │ │ │ │ ├── sevid013.c │ │ │ │ ├── sevid014.c │ │ │ │ ├── sevid015.c │ │ │ │ ├── sevid016.c │ │ │ │ ├── sevid017.c │ │ │ │ ├── sevid018.c │ │ │ │ ├── sevid019.c │ │ │ │ ├── sevid020.c │ │ │ │ ├── sevid021.c │ │ │ │ ├── sevid022.c │ │ │ │ ├── sevid023.c │ │ │ │ ├── sevid024.c │ │ │ │ ├── sevid025.c │ │ │ │ ├── sevid026.c │ │ │ │ ├── sevid027.c │ │ │ │ ├── sevid028.c │ │ │ │ ├── sevid029.c │ │ │ │ ├── sevid030.c │ │ │ │ ├── sf_c.h │ │ │ │ ├── shift_c.h │ │ │ │ ├── simple_c.h │ │ │ │ ├── sinit011.c │ │ │ │ ├── sinit012.c │ │ │ │ ├── sinit013.c │ │ │ │ ├── sources │ │ │ │ ├── stack_c.h │ │ │ │ ├── string_c.h │ │ │ │ ├── strint_c.h │ │ │ │ ├── strsub_c.h │ │ │ │ ├── stub_c.h │ │ │ │ ├── sub_c.h │ │ │ │ ├── sunhst_c.h │ │ │ │ ├── task_c.h │ │ │ │ ├── test_c.h │ │ │ │ ├── trace_c.h │ │ │ │ ├── unchn_c.h │ │ │ │ ├── univer_c.h │ │ │ │ ├── vglfunc.c │ │ │ │ ├── vglob.c │ │ │ │ ├── vglob_c.h │ │ │ │ ├── xchg_c.h │ │ │ │ ├── xfer_c.h │ │ │ │ └── xlat_c.h │ │ │ ├── dasm386 │ │ │ │ ├── build.c │ │ │ │ ├── dasm386.c │ │ │ │ ├── decode.c │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── debug │ │ │ │ ├── btrace.c │ │ │ │ ├── dasm.c │ │ │ │ ├── daytona │ │ │ │ │ ├── makefile │ │ │ │ │ └── sources │ │ │ │ ├── debuggng.c │ │ │ │ ├── dirs │ │ │ │ ├── ega_dump.c │ │ │ │ ├── markfrom │ │ │ │ ├── pigyoda.c │ │ │ │ ├── profile.c │ │ │ │ ├── sources.inc │ │ │ │ ├── trace.c │ │ │ │ └── yoda.c │ │ │ ├── dirs │ │ │ ├── disks │ │ │ │ ├── daytona │ │ │ │ │ ├── makefile │ │ │ │ │ └── sources │ │ │ │ ├── dirs │ │ │ │ ├── diskbios.c │ │ │ │ ├── fdisk.c │ │ │ │ ├── fla.c │ │ │ │ ├── floppy.c │ │ │ │ ├── floppy_i.c │ │ │ │ ├── gfi.c │ │ │ │ ├── gfi_ibm.c │ │ │ │ ├── gfi_mpty.c │ │ │ │ ├── gfi_sflp.c │ │ │ │ ├── gfi_test.c │ │ │ │ └── sources.inc │ │ │ ├── dos │ │ │ │ ├── daytona │ │ │ │ │ ├── makefile │ │ │ │ │ └── sources │ │ │ │ ├── dirs │ │ │ │ ├── emm_mngr.c │ │ │ │ └── sources.inc │ │ │ ├── inc │ │ │ │ ├── acc_efi.h │ │ │ │ ├── base_def.h │ │ │ │ ├── bios.h │ │ │ │ ├── build_id.h │ │ │ │ ├── cdrom.h │ │ │ │ ├── cdrom_fn.h │ │ │ │ ├── cg.h │ │ │ │ ├── cga.h │ │ │ │ ├── ckmalloc.h │ │ │ │ ├── cmos.h │ │ │ │ ├── cmosbios.h │ │ │ │ ├── cntlbop.h │ │ │ │ ├── config.h │ │ │ │ ├── cpu.h │ │ │ │ ├── cpu2.h │ │ │ │ ├── cpu3.h │ │ │ │ ├── cpu4.h │ │ │ │ ├── cpu_vid.h │ │ │ │ ├── crtc.h │ │ │ │ ├── d_inst.h │ │ │ │ ├── d_oper.h │ │ │ │ ├── dasm.h │ │ │ │ ├── debug.h │ │ │ │ ├── decode.h │ │ │ │ ├── dfa.h │ │ │ │ ├── disk_geo.h │ │ │ │ ├── dma.h │ │ │ │ ├── dpmi.h │ │ │ │ ├── dsktrace.h │ │ │ │ ├── dterm.h │ │ │ │ ├── egacpu.h │ │ │ │ ├── egagraph.h │ │ │ │ ├── egamode.h │ │ │ │ ├── egaports.h │ │ │ │ ├── egaread.h │ │ │ │ ├── egatrace.h │ │ │ │ ├── egavideo.h │ │ │ │ ├── emm.h │ │ │ │ ├── equip.h │ │ │ │ ├── error.h │ │ │ │ ├── fdisk.h │ │ │ │ ├── fla.h │ │ │ │ ├── flexlmif.h │ │ │ │ ├── floppy.h │ │ │ │ ├── ga_defs.h │ │ │ │ ├── ga_mark.h │ │ │ │ ├── gendrvr.h │ │ │ │ ├── get_env.h │ │ │ │ ├── getptis.h │ │ │ │ ├── gfi.h │ │ │ │ ├── gfiempty.h │ │ │ │ ├── gfirflop.h │ │ │ │ ├── gfisflop.h │ │ │ │ ├── gfitest.h │ │ │ │ ├── gfx_upd.h │ │ │ │ ├── ggdc.h │ │ │ │ ├── gisp_sas.h │ │ │ │ ├── gispsvga.h │ │ │ │ ├── gmi.h │ │ │ │ ├── gore.h │ │ │ │ ├── gvi.h │ │ │ │ ├── harness.h │ │ │ │ ├── haw.h │ │ │ │ ├── herc.h │ │ │ │ ├── hfx.h │ │ │ │ ├── hg_cpu.h │ │ │ │ ├── hg_sas.h │ │ │ │ ├── hg_stat.h │ │ │ │ ├── host.h │ │ │ │ ├── host_cfg.h │ │ │ │ ├── host_com.h │ │ │ │ ├── host_fio.h │ │ │ │ ├── host_gwi.h │ │ │ │ ├── host_hun.h │ │ │ │ ├── host_lpt.h │ │ │ │ ├── host_msw.h │ │ │ │ ├── host_nls.h │ │ │ │ ├── host_pth.h │ │ │ │ ├── host_sas.h │ │ │ │ ├── host_sig.h │ │ │ │ ├── host_str.h │ │ │ │ ├── host_uis.h │ │ │ │ ├── hosthunt.h │ │ │ │ ├── hunter.h │ │ │ │ ├── hwvga.h │ │ │ │ ├── ica.h │ │ │ │ ├── idetect.h │ │ │ │ ├── ios.h │ │ │ │ ├── ipx.h │ │ │ │ ├── j_c_lang.h │ │ │ │ ├── jcgensyn.h │ │ │ │ ├── jformate.h │ │ │ │ ├── keyba.h │ │ │ │ ├── keyboard.h │ │ │ │ ├── keycaps.h │ │ │ │ ├── kybdmtx.h │ │ │ │ ├── lm_attr.h │ │ │ │ ├── lm_clien.h │ │ │ │ ├── lm_code.h │ │ │ │ ├── loader.h │ │ │ │ ├── lock.h │ │ │ │ ├── low_intp.h │ │ │ │ ├── lq2500.h │ │ │ │ ├── m_errorp.h │ │ │ │ ├── m_fs.h │ │ │ │ ├── m_keybdp.h │ │ │ │ ├── m_lpcmp.h │ │ │ │ ├── make_dis.h │ │ │ │ ├── mark_ima.h │ │ │ │ ├── mda.h │ │ │ │ ├── mouse.h │ │ │ │ ├── mouse16b.h │ │ │ │ ├── mouse_io.h │ │ │ │ ├── ms_windo.h │ │ │ │ ├── msw_dbg.h │ │ │ │ ├── msw_keyb.h │ │ │ │ ├── msw_snd.h │ │ │ │ ├── novell.h │ │ │ │ ├── ppi.h │ │ │ │ ├── printer.h │ │ │ │ ├── profile.h │ │ │ │ ├── quick_ev.h │ │ │ │ ├── rom.h │ │ │ │ ├── rommap.h │ │ │ │ ├── rs232.h │ │ │ │ ├── rtc_bios.h │ │ │ │ ├── sas.h │ │ │ │ ├── sasp.h │ │ │ │ ├── smeg.h │ │ │ │ ├── smeg_hea.h │ │ │ │ ├── sndblst.h │ │ │ │ ├── spc_icon.h │ │ │ │ ├── spcfile.h │ │ │ │ ├── standard.h │ │ │ │ ├── suplib.h │ │ │ │ ├── swinhelp.h │ │ │ │ ├── swinmgre.h │ │ │ │ ├── tape_io.h │ │ │ │ ├── tcpip.h │ │ │ │ ├── tgdc.h │ │ │ │ ├── timer.h │ │ │ │ ├── timestmp.h │ │ │ │ ├── timeval.h │ │ │ │ ├── tmstrobe.h │ │ │ │ ├── trace.h │ │ │ │ ├── tredltr.h │ │ │ │ ├── umb.h │ │ │ │ ├── unix_asy.h │ │ │ │ ├── unix_cnf.h │ │ │ │ ├── unix_loc.h │ │ │ │ ├── vga_dac.h │ │ │ │ ├── vgaports.h │ │ │ │ ├── vgastate.h │ │ │ │ ├── video.h │ │ │ │ ├── virtual.h │ │ │ │ ├── winfiles.h │ │ │ │ ├── winhelp.h │ │ │ │ ├── worm.h │ │ │ │ ├── xt.h │ │ │ │ └── yoda.h │ │ │ ├── keymouse │ │ │ │ ├── chp │ │ │ │ │ ├── makefile │ │ │ │ │ └── sources │ │ │ │ ├── chs │ │ │ │ │ ├── makefile │ │ │ │ │ └── sources │ │ │ │ ├── cht │ │ │ │ │ ├── makefile │ │ │ │ │ └── sources │ │ │ │ ├── daytona │ │ │ │ │ ├── makefile │ │ │ │ │ └── sources │ │ │ │ ├── dirs │ │ │ │ ├── jpn │ │ │ │ │ ├── makefile │ │ │ │ │ └── sources │ │ │ │ ├── keyba.c │ │ │ │ ├── keybd_io.c │ │ │ │ ├── kor │ │ │ │ │ ├── makefile │ │ │ │ │ └── sources │ │ │ │ ├── mouse.c │ │ │ │ ├── mouse_io.c │ │ │ │ ├── ppi.c │ │ │ │ └── sources.inc │ │ │ ├── support │ │ │ │ ├── daytona │ │ │ │ │ ├── makefile │ │ │ │ │ └── sources │ │ │ │ ├── dirs │ │ │ │ ├── get_env.c │ │ │ │ ├── ios.c │ │ │ │ ├── main.c │ │ │ │ ├── sources.inc │ │ │ │ ├── terminat.c │ │ │ │ ├── time_day.c │ │ │ │ └── xt.c │ │ │ ├── system │ │ │ │ ├── at_dma.c │ │ │ │ ├── cmos.c │ │ │ │ ├── cmosnt.c │ │ │ │ ├── daytona │ │ │ │ │ ├── makefile │ │ │ │ │ └── sources │ │ │ │ ├── dirs │ │ │ │ ├── dummy_nt.c │ │ │ │ ├── ica.c │ │ │ │ ├── idetect.c │ │ │ │ ├── illegalp.c │ │ │ │ ├── qevnt.c │ │ │ │ ├── quick_ev.c │ │ │ │ ├── rom.c │ │ │ │ ├── sources.inc │ │ │ │ ├── system.c │ │ │ │ ├── timer.c │ │ │ │ ├── timestrb.c │ │ │ │ └── unexp_nt.c │ │ │ ├── unix │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ └── video │ │ │ │ ├── cg.c │ │ │ │ ├── cga.c │ │ │ │ ├── chp │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ │ ├── chs │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ │ ├── cht │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ │ ├── crtc.c │ │ │ │ ├── daytona │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ │ ├── dirs │ │ │ │ ├── ega_dmmy.c │ │ │ │ ├── ega_mode.c │ │ │ │ ├── ega_prts.c │ │ │ │ ├── ega_read.c │ │ │ │ ├── ega_trcr.c │ │ │ │ ├── ega_vide.c │ │ │ │ ├── ega_writ.c │ │ │ │ ├── egawrtm0.c │ │ │ │ ├── egwrtm12.c │ │ │ │ ├── ga_glue.c │ │ │ │ ├── gfx_updt.c │ │ │ │ ├── ggdc.c │ │ │ │ ├── gvi.c │ │ │ │ ├── jpn │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ │ ├── kor │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ │ ├── sources.inc │ │ │ │ ├── tgdc.c │ │ │ │ ├── v7_ports.c │ │ │ │ ├── v7_video.c │ │ │ │ ├── vga_mode.c │ │ │ │ ├── vga_prts.c │ │ │ │ ├── vga_vide.c │ │ │ │ ├── video.c │ │ │ │ ├── video_io.c │ │ │ │ └── x86 │ │ │ │ └── ggdcdraw.asm │ │ ├── bios │ │ │ ├── biosbop.inc │ │ │ ├── biosseg.inc │ │ │ ├── biostruc.inc │ │ │ ├── devmark.inc │ │ │ ├── dosmsg.cmd │ │ │ ├── makefile │ │ │ ├── msbio.cl3 │ │ │ ├── msbio.cl4 │ │ │ ├── msbio.cl5 │ │ │ ├── msbio.cl6 │ │ │ ├── msbio.lnk │ │ │ ├── msbio.skl │ │ │ ├── msbio1.asm │ │ │ ├── mschar.asm │ │ │ ├── msend.asm │ │ │ ├── msequ.inc │ │ │ ├── msgroup.inc │ │ │ ├── msinit.asm │ │ │ ├── msint13.asm │ │ │ ├── ntio.sym │ │ │ ├── spcemm.asm │ │ │ ├── spckbd.asm │ │ │ ├── spcmse.asm │ │ │ ├── sysconf.asm │ │ │ ├── sysimes.asm │ │ │ ├── sysinit1.asm │ │ │ └── sysinit2.asm │ │ ├── convert │ │ │ ├── convert.c │ │ │ └── sources │ │ ├── dat2obj │ │ │ ├── dat2obj.c │ │ │ ├── makefile │ │ │ └── sources │ │ ├── data │ │ │ ├── bios1.rom │ │ │ ├── bios4.rom │ │ │ ├── makefile │ │ │ ├── profile.spc │ │ │ ├── sources │ │ │ └── v7vga.rom │ │ ├── debugger │ │ │ ├── makefile │ │ │ ├── sources │ │ │ └── vdmdebug.c │ │ ├── dirs │ │ ├── host │ │ │ ├── dirs │ │ │ ├── inc │ │ │ │ ├── cfpu_def.h │ │ │ │ ├── dfa.gi │ │ │ │ ├── error.h │ │ │ │ ├── host.h │ │ │ │ ├── host_bop.h │ │ │ │ ├── host_cpu.h │ │ │ │ ├── host_def.h │ │ │ │ ├── host_emm.h │ │ │ │ ├── host_gen.h │ │ │ │ ├── host_gfx.h │ │ │ │ ├── host_hfx.h │ │ │ │ ├── host_inc.h │ │ │ │ ├── host_qev.h │ │ │ │ ├── host_rrr.h │ │ │ │ ├── host_trc.h │ │ │ │ ├── hostgrph.h │ │ │ │ ├── hostsync.h │ │ │ │ ├── hosttyps.h │ │ │ │ ├── hstsystm.h │ │ │ │ ├── insignia.h │ │ │ │ ├── kybdcpu.gi │ │ │ │ ├── monregs.h │ │ │ │ ├── monsim32.h │ │ │ │ ├── nt_cga.h │ │ │ │ ├── nt_cgalt.h │ │ │ │ ├── nt_com.h │ │ │ │ ├── nt_conf.h │ │ │ │ ├── nt_det.h │ │ │ │ ├── nt_ega.h │ │ │ │ ├── nt_egalt.h │ │ │ │ ├── nt_eoi.h │ │ │ │ ├── nt_event.h │ │ │ │ ├── nt_extra.h │ │ │ │ ├── nt_fdisk.h │ │ │ │ ├── nt_fulsc.h │ │ │ │ ├── nt_getxx.h │ │ │ │ ├── nt_graph.h │ │ │ │ ├── nt_hunt.h │ │ │ │ ├── nt_inthk.h │ │ │ │ ├── nt_mem.h │ │ │ │ ├── nt_mon.h │ │ │ │ ├── nt_mouse.h │ │ │ │ ├── nt_paint.h │ │ │ │ ├── nt_pif.h │ │ │ │ ├── nt_reset.h │ │ │ │ ├── nt_sb.h │ │ │ │ ├── nt_smenu.h │ │ │ │ ├── nt_thred.h │ │ │ │ ├── nt_timer.h │ │ │ │ ├── nt_uis.h │ │ │ │ ├── nt_vddp.h │ │ │ │ ├── ntcheese.h │ │ │ │ ├── sim32.h │ │ │ │ └── winsigni.h │ │ │ ├── link │ │ │ │ ├── makefile │ │ │ │ ├── nt_uis.h │ │ │ │ ├── res.cmd │ │ │ │ ├── resource.rc │ │ │ │ ├── softerr.ico │ │ │ │ ├── softpc.def │ │ │ │ ├── softpc.ico │ │ │ │ └── sources │ │ │ └── src │ │ │ │ ├── chp │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ │ ├── chs │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ │ ├── cht │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ │ ├── config.c │ │ │ │ ├── copy_fnc.c │ │ │ │ ├── cpucstbs.c │ │ │ │ ├── daytona │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ │ ├── dirs │ │ │ │ ├── fprt.c │ │ │ │ ├── jpn │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ │ ├── kor │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ │ ├── makefile.inc │ │ │ │ ├── nt_98grf.c │ │ │ │ ├── nt_aorc.c │ │ │ │ ├── nt_bop.c │ │ │ │ ├── nt_cga.c │ │ │ │ ├── nt_cgw.c │ │ │ │ ├── nt_com.c │ │ │ │ ├── nt_cprgs.c │ │ │ │ ├── nt_cpu.c │ │ │ │ ├── nt_det.c │ │ │ │ ├── nt_devs.c │ │ │ │ ├── nt_devs.h │ │ │ │ ├── nt_ega.c │ │ │ │ ├── nt_emm.c │ │ │ │ ├── nt_eoi.c │ │ │ │ ├── nt_error.c │ │ │ │ ├── nt_ertbl.c │ │ │ │ ├── nt_event.c │ │ │ │ ├── nt_fdisk.c │ │ │ │ ├── nt_fulsc.c │ │ │ │ ├── nt_graph.c │ │ │ │ ├── nt_hfx.c │ │ │ │ ├── nt_hosts.c │ │ │ │ ├── nt_hunt.c │ │ │ │ ├── nt_input.c │ │ │ │ ├── nt_inthk.c │ │ │ │ ├── nt_keycd.c │ │ │ │ ├── nt_lpt.c │ │ │ │ ├── nt_mem.c │ │ │ │ ├── nt_mess.c │ │ │ │ ├── nt_mouse.c │ │ │ │ ├── nt_msscs.c │ │ │ │ ├── nt_munge.c │ │ │ │ ├── nt_nls.c │ │ │ │ ├── nt_ntfun.c │ │ │ │ ├── nt_pif.c │ │ │ │ ├── nt_reset.c │ │ │ │ ├── nt_rez.c │ │ │ │ ├── nt_rflop.c │ │ │ │ ├── nt_sas.c │ │ │ │ ├── nt_sb.c │ │ │ │ ├── nt_sbdsp.c │ │ │ │ ├── nt_sbfm.c │ │ │ │ ├── nt_sbmid.c │ │ │ │ ├── nt_sbmxr.c │ │ │ │ ├── nt_sec.c │ │ │ │ ├── nt_smenu.c │ │ │ │ ├── nt_sound.c │ │ │ │ ├── nt_term.c │ │ │ │ ├── nt_thred.c │ │ │ │ ├── nt_timer.c │ │ │ │ ├── nt_umb.c │ │ │ │ ├── nt_unix.c │ │ │ │ ├── nt_vdd.c │ │ │ │ ├── nt_vdm.c │ │ │ │ ├── nt_vflop.c │ │ │ │ ├── nt_vga.c │ │ │ │ ├── nt_vsync.c │ │ │ │ ├── nt_wcom.c │ │ │ │ ├── nt_yoda.c │ │ │ │ ├── sim32.c │ │ │ │ ├── sources.inc │ │ │ │ ├── stf_conf.c │ │ │ │ ├── stubs.c │ │ │ │ └── x86_emm.c │ │ ├── obj.vdm │ │ │ ├── c_regs.c │ │ │ ├── cdefine.inc │ │ │ ├── chp │ │ │ │ ├── makefile │ │ │ │ ├── ntvdm.prf │ │ │ │ └── sources │ │ │ ├── chs │ │ │ │ ├── makefile │ │ │ │ ├── ntvdm.prf │ │ │ │ └── sources │ │ │ ├── cht │ │ │ │ ├── makefile │ │ │ │ ├── ntvdm.prf │ │ │ │ └── sources │ │ │ ├── daytona │ │ │ │ ├── makefile │ │ │ │ ├── ntvdm.prf │ │ │ │ └── sources │ │ │ ├── dirs │ │ │ ├── doswow_{ba75dd62-6d62-4fcb-89f2-bc53c0659829}.sld │ │ │ ├── imlibdep.c │ │ │ ├── jpn │ │ │ │ ├── makefile │ │ │ │ ├── ntvdm.prf │ │ │ │ └── sources │ │ │ ├── kor │ │ │ │ ├── makefile │ │ │ │ ├── ntvdm.prf │ │ │ │ └── sources │ │ │ ├── makefile.std │ │ │ ├── ntvdm.c │ │ │ ├── ntvdm.prf │ │ │ ├── ntvdm.src │ │ │ ├── resource.rc │ │ │ └── sources.inc │ │ ├── rename │ │ │ ├── rename.c │ │ │ └── sources │ │ └── roms │ │ │ ├── bios1.asm │ │ │ ├── bios1.rom │ │ │ ├── bios2.rom │ │ │ ├── bios4.asm │ │ │ ├── bios4.rom │ │ │ ├── profile.spc │ │ │ └── v7vga.rom │ ├── suballoc │ │ ├── debug.c │ │ ├── foo.bar │ │ ├── makefile │ │ ├── sources │ │ ├── suballcp.h │ │ ├── suballoc.c │ │ ├── suballoc.txt │ │ └── tsa.c │ ├── v86 │ │ ├── dirs │ │ ├── monitor │ │ │ ├── daytona │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── dirs │ │ │ ├── sources.inc │ │ │ └── x86 │ │ │ │ ├── fastpm.asm │ │ │ │ ├── int.c │ │ │ │ ├── longpath.c │ │ │ │ ├── monitor.c │ │ │ │ ├── monitorp.h │ │ │ │ ├── proflib.c │ │ │ │ ├── sas.c │ │ │ │ ├── sources.inc │ │ │ │ ├── spcstubs.c │ │ │ │ ├── thread.c │ │ │ │ └── vdpm.c │ │ ├── scaffold │ │ │ ├── i386 │ │ │ │ ├── fakebop.c │ │ │ │ ├── fakeinit.c │ │ │ │ ├── fakekbd.c │ │ │ │ ├── fakevid.c │ │ │ │ ├── fun.h │ │ │ │ ├── softpc.c │ │ │ │ ├── sources │ │ │ │ ├── stubs.c │ │ │ │ ├── x86.h │ │ │ │ ├── xbios.h │ │ │ │ ├── xbiosdsk.h │ │ │ │ ├── xbioskbd.h │ │ │ │ ├── xbiosvid.h │ │ │ │ ├── xguest.h │ │ │ │ └── xwincon.h │ │ │ ├── makefile │ │ │ ├── ntvdm.def │ │ │ ├── sources │ │ │ ├── vdm.ico │ │ │ ├── vdm.rc │ │ │ └── wow.ico │ │ └── util │ │ │ ├── makefile │ │ │ └── quit.asm │ ├── vdd │ │ ├── dirs │ │ ├── hpscan │ │ │ ├── dirs │ │ │ ├── hpscan16.asm │ │ │ ├── hpscan16.inc │ │ │ ├── makefile.sub │ │ │ ├── sources.inc │ │ │ └── usa │ │ │ │ ├── .gitignore │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ └── sources │ │ ├── mscdex │ │ │ ├── dirs │ │ │ └── tsr │ │ │ │ ├── dirs │ │ │ │ ├── makefile.sub │ │ │ │ ├── messages │ │ │ │ └── usa │ │ │ │ │ └── messages.inc │ │ │ │ ├── mscdexnt.asm │ │ │ │ ├── mscdexnt.inc │ │ │ │ ├── sources.inc │ │ │ │ └── usa │ │ │ │ ├── .gitignore │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ └── sources │ │ ├── samples │ │ │ ├── adlibvdd │ │ │ │ ├── adlibvdd.def │ │ │ │ ├── makefile │ │ │ │ ├── sources │ │ │ │ ├── vdd.c │ │ │ │ └── vdd.h │ │ │ ├── dirs │ │ │ ├── readme │ │ │ ├── sample1 │ │ │ │ ├── dirs │ │ │ │ ├── fax16 │ │ │ │ │ ├── fax16.asm │ │ │ │ │ └── makefile │ │ │ │ └── fax32 │ │ │ │ │ ├── fax32.c │ │ │ │ │ ├── fax32.def │ │ │ │ │ ├── fax32.h │ │ │ │ │ ├── makefile │ │ │ │ │ └── sources │ │ │ └── sample2 │ │ │ │ ├── 16bits │ │ │ │ ├── 16bits.asm │ │ │ │ ├── 16bits.inc │ │ │ │ └── makefile │ │ │ │ ├── dirs │ │ │ │ └── vdd │ │ │ │ ├── makefile │ │ │ │ ├── sources │ │ │ │ ├── vdd.c │ │ │ │ ├── vdd.def │ │ │ │ └── vdd.h │ │ ├── vddserv.doc │ │ └── vsndblst │ │ │ ├── dsp.c │ │ │ ├── dsp.h │ │ │ ├── fm.c │ │ │ ├── fm.h │ │ │ ├── makefile │ │ │ ├── mixer.c │ │ │ ├── mixer.h │ │ │ ├── sources │ │ │ ├── vsb.c │ │ │ ├── vsb.h │ │ │ ├── vsndblst.def │ │ │ └── vsndblst.rc │ ├── vdmdbg │ │ ├── brkpt.c │ │ ├── common.h │ │ ├── dllentry.c │ │ ├── makefile │ │ ├── precomp.h │ │ ├── segment.c │ │ ├── sources │ │ ├── sym.c │ │ ├── toolhelp.c │ │ ├── util.c │ │ ├── vdmdbg.c │ │ ├── vdmdbg.def │ │ ├── vdmdbg.rc │ │ ├── vdmdbg.txt │ │ └── wow.c │ ├── vdmexts │ │ ├── data.c │ │ ├── debug.c │ │ ├── dib.c │ │ ├── disasm.c │ │ ├── dos.c │ │ ├── dpmi.c │ │ ├── heap.c │ │ ├── help.c │ │ ├── makefile │ │ ├── misc.c │ │ ├── platform.c │ │ ├── precomp.h │ │ ├── reflect.c │ │ ├── sources │ │ ├── stack.c │ │ ├── sym.c │ │ ├── system.c │ │ ├── trace.c │ │ ├── util.c │ │ ├── vdmexts.def │ │ ├── vdmexts.h │ │ ├── vdmexts.rc │ │ ├── wow.c │ │ ├── wowprof.c │ │ └── x86 │ │ │ ├── profile.c │ │ │ ├── regs.c │ │ │ └── vdmtib.c │ ├── vdmredir │ │ ├── NOTE.txt │ │ ├── daytona │ │ │ ├── makefile │ │ │ ├── sources │ │ │ └── vdmredir.def │ │ ├── dirs │ │ ├── dlstruct.h │ │ ├── sources.inc │ │ ├── vdmredir.def │ │ ├── vdmredir.rc │ │ ├── vrdebug.c │ │ ├── vrdebug.h │ │ ├── vrdisp.c │ │ ├── vrdlc.h │ │ ├── vrdlc5c.c │ │ ├── vrdlcbuf.c │ │ ├── vrdlcdbg.c │ │ ├── vrdlcdbg.h │ │ ├── vrdlcpst.c │ │ ├── vrdll.c │ │ ├── vrica.h │ │ ├── vrinit.c │ │ ├── vrmisc.c │ │ ├── vrmslot.c │ │ ├── vrnetapi.c │ │ ├── vrnetb.c │ │ ├── vrnmpipe.c │ │ ├── vrputil.c │ │ ├── vrputil.h │ │ └── vrremote.c │ ├── vdmutils │ │ ├── dirs │ │ ├── forcedos │ │ │ ├── daytona │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── dirs │ │ │ ├── fe │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── forcedos.c │ │ │ ├── forcedos.h │ │ │ ├── forcedos.rc │ │ │ ├── pif.h │ │ │ └── sources.inc │ │ ├── graftabl │ │ │ ├── daytona │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── dirs │ │ │ ├── fe │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── graftabl.c │ │ │ ├── graftabl.h │ │ │ ├── graftabl.rc │ │ │ └── sources.inc │ │ ├── pifedit │ │ │ ├── makefile │ │ │ ├── messages │ │ │ │ └── usa │ │ │ │ │ ├── pifedit.rc │ │ │ │ │ └── pifedit.rcv │ │ │ ├── mods.c │ │ │ ├── mods.h │ │ │ ├── pif.def │ │ │ ├── pifedit.c │ │ │ ├── pifedit.h │ │ │ ├── pifedit.ico │ │ │ ├── pifedit.rc │ │ │ ├── pifedit.rcv │ │ │ ├── pifhelp.h │ │ │ ├── pifsubs.c │ │ │ └── sources │ │ └── win │ │ │ ├── makefile │ │ │ ├── sources │ │ │ ├── win.c │ │ │ └── win.rc │ ├── wow16 │ │ └── inc │ │ │ ├── dosx.inc │ │ │ └── ime.h │ ├── wow32 │ │ ├── chp │ │ │ ├── makefile │ │ │ ├── makefile.inc │ │ │ └── sources │ │ ├── chs │ │ │ ├── makefile │ │ │ ├── makefile.inc │ │ │ └── sources │ │ ├── cht │ │ │ ├── makefile │ │ │ ├── makefile.inc │ │ │ └── sources │ │ ├── daytona │ │ │ ├── makefile │ │ │ ├── makefile.inc │ │ │ └── sources │ │ ├── dirs │ │ ├── genwowit.c │ │ ├── genwowit.rc │ │ ├── genwowit.txt │ │ ├── hack.c │ │ ├── intthunk.c │ │ ├── intthunk.h │ │ ├── isvwow.h │ │ ├── isz.h │ │ ├── jpn │ │ │ ├── makefile │ │ │ ├── makefile.inc │ │ │ └── sources │ │ ├── kor │ │ │ ├── makefile │ │ │ ├── makefile.inc │ │ │ └── sources │ │ ├── makefile.inc │ │ ├── mapembed.c │ │ ├── mapembed.h │ │ ├── parse.exe │ │ ├── precomp.h │ │ ├── readit.txt │ │ ├── sources.inc │ │ ├── sz.src │ │ ├── thunkdll.txt │ │ ├── waccel.c │ │ ├── waccel.h │ │ ├── walias.c │ │ ├── walias.h │ │ ├── walloc16.c │ │ ├── wcall16.c │ │ ├── wcall16.h │ │ ├── wcall32.c │ │ ├── wcall32.h │ │ ├── wcmdgtbl.h │ │ ├── wcntl32.c │ │ ├── wcntl32.h │ │ ├── wcommdlg.c │ │ ├── wcommdlg.h │ │ ├── wctlm32.h │ │ ├── wcuricon.c │ │ ├── wcuricon.h │ │ ├── wdde.c │ │ ├── wdde.h │ │ ├── wddeml32.c │ │ ├── wddeml32.h │ │ ├── wddetbl2.h │ │ ├── wdib.c │ │ ├── wdib.h │ │ ├── wdos.c │ │ ├── wdos.h │ │ ├── wdpm.c │ │ ├── wgdi.c │ │ ├── wgdi.h │ │ ├── wgdi31.c │ │ ├── wgdi31.h │ │ ├── wgfont.c │ │ ├── wgfont.h │ │ ├── wgmeta.c │ │ ├── wgmeta.h │ │ ├── wgpal.c │ │ ├── wgpal.h │ │ ├── wgprnset.c │ │ ├── wgprnset.h │ │ ├── wgtbl.h │ │ ├── wgtbl2.h │ │ ├── wgtext.c │ │ ├── wgtext.h │ │ ├── wheap.c │ │ ├── wheap.h │ │ ├── win30api.xls │ │ ├── win95.c │ │ ├── win95.h │ │ ├── winsockp.h │ │ ├── wintype.xls │ │ ├── witbl.h │ │ ├── wkbdtbl2.h │ │ ├── wkbman.c │ │ ├── wkbman.h │ │ ├── wkbtbl.h │ │ ├── wkernel.c │ │ ├── wkernel.h │ │ ├── wkfileio.c │ │ ├── wkfileio.h │ │ ├── wkgthunk.c │ │ ├── wkgthunk.h │ │ ├── wkman.c │ │ ├── wkman.h │ │ ├── wkmem.c │ │ ├── wkmem.h │ │ ├── wktbl.h │ │ ├── wktbl2.h │ │ ├── wmdisp32.c │ │ ├── wmdisp32.h │ │ ├── wmmalias.c │ │ ├── wmmalias.h │ │ ├── wmmedia.c │ │ ├── wmmedia.h │ │ ├── wmmedia1.c │ │ ├── wmmstru1.c │ │ ├── wmmstruc.h │ │ ├── wmmtbl.h │ │ ├── wmmtbl2.h │ │ ├── wmsg16.c │ │ ├── wmsg16.h │ │ ├── wmsgbm.c │ │ ├── wmsgbm.h │ │ ├── wmsgcb.c │ │ ├── wmsgcb.h │ │ ├── wmsgem.c │ │ ├── wmsgem.h │ │ ├── wmsglb.c │ │ ├── wmsglb.h │ │ ├── wmsgsbm.c │ │ ├── wmsgsbm.h │ │ ├── wmtbl32.c │ │ ├── wmtbl32.h │ │ ├── wnman.c │ │ ├── wnman.h │ │ ├── wntbl2.h │ │ ├── wole2.c │ │ ├── wole2.h │ │ ├── wow.it │ │ ├── wow32.c │ │ ├── wow32.def │ │ ├── wow32.h │ │ ├── wow32.prf │ │ ├── wow32.rc │ │ ├── wow32.tt │ │ ├── wow32fax.c │ │ ├── wowdde.h │ │ ├── wowhooks.c │ │ ├── wowhooks.h │ │ ├── wowtable.h │ │ ├── wowtbl.c │ │ ├── wowtbl.h │ │ ├── wparam.c │ │ ├── wparam.h │ │ ├── wreldc.c │ │ ├── wreldc.h │ │ ├── wres16.c │ │ ├── wres16.h │ │ ├── wres32.c │ │ ├── wres32.h │ │ ├── wsdata.c │ │ ├── wsdynmc.h │ │ ├── wsext.c │ │ ├── wshell.c │ │ ├── wshell.h │ │ ├── wshimdb.c │ │ ├── wshimdb.h │ │ ├── wshltbl.h │ │ ├── wshtbl2.h │ │ ├── wsman.c │ │ ├── wsman.h │ │ ├── wsocktbl.h │ │ ├── wspool.c │ │ ├── wspool.h │ │ ├── wsraw.c │ │ ├── wstbl.h │ │ ├── wstbl2.h │ │ ├── wstruc.c │ │ ├── wstruc.h │ │ ├── wsubcls.c │ │ ├── wsubcls.h │ │ ├── wthtbl.h │ │ ├── wthtbl2.h │ │ ├── wuansi.h │ │ ├── wucaret.c │ │ ├── wucaret.h │ │ ├── wuclass.c │ │ ├── wuclass.h │ │ ├── wuclip.c │ │ ├── wuclip.h │ │ ├── wucomm.c │ │ ├── wucomm.h │ │ ├── wucursor.c │ │ ├── wucursor.h │ │ ├── wudlg.c │ │ ├── wudlg.h │ │ ├── wuhook.c │ │ ├── wuhook.h │ │ ├── wulang.c │ │ ├── wulang.h │ │ ├── wuman.c │ │ ├── wuman.h │ │ ├── wumenu.c │ │ ├── wumenu.h │ │ ├── wumsg.c │ │ ├── wumsg.h │ │ ├── wuser.c │ │ ├── wuser.h │ │ ├── wuser31.c │ │ ├── wuser31.h │ │ ├── wusercli.c │ │ ├── wusercli.h │ │ ├── wutbl.h │ │ ├── wutbl2.h │ │ ├── wutext.c │ │ ├── wutext.h │ │ ├── wutmr.c │ │ ├── wutmr.h │ │ ├── wuwind.c │ │ ├── wuwind.h │ │ ├── wwmman.c │ │ ├── wwmman.h │ │ ├── wwmtbl2.h │ │ ├── wwstbl2.h │ │ └── x86 │ │ │ ├── callpr32.asm │ │ │ └── sources │ └── xms.486 │ │ ├── daytona │ │ ├── makefile │ │ └── sources │ │ ├── dirs │ │ ├── sources.inc │ │ ├── x86 │ │ └── xmsmem86.c │ │ ├── xms.c │ │ ├── xms.h │ │ ├── xmsa20.c │ │ ├── xmsblock.c │ │ ├── xmsdisp.c │ │ ├── xmsmemr.c │ │ ├── xmsmisc.c │ │ └── xmsumb.c └── project.mk ├── cue.pub ├── ds ├── lsa │ ├── client │ │ ├── austub.c │ │ ├── autest1.c │ │ ├── dirs │ │ ├── kernel │ │ │ ├── makefile │ │ │ └── sources │ │ ├── lsadllp.h │ │ ├── ssp │ │ │ ├── connmgr.c │ │ │ ├── connmgr.h │ │ │ ├── context.c │ │ │ ├── ksecdd.c │ │ │ ├── ksecdd.def │ │ │ ├── ksecdd.h │ │ │ ├── makefile │ │ │ ├── memmgr.c │ │ │ ├── memmgr.h │ │ │ ├── ntlm.c │ │ │ ├── package.h │ │ │ ├── res.rc │ │ │ ├── sources │ │ │ ├── sspdrv.h │ │ │ ├── stubs.c │ │ │ ├── support.c │ │ │ └── userstub.c │ │ └── user │ │ │ ├── makefile │ │ │ └── sources │ ├── common │ │ ├── cr.c │ │ ├── lsaprtl.c │ │ ├── lsarpcmm.c │ │ ├── makefile │ │ └── sources │ ├── crypt │ │ ├── dirs │ │ ├── dll │ │ │ ├── block.c │ │ │ ├── data.c │ │ │ ├── data2.c │ │ │ ├── makefile │ │ │ ├── makefile.inc │ │ │ ├── owf.c │ │ │ ├── owfcrypt.c │ │ │ ├── response.c │ │ │ ├── sources │ │ │ └── userkey.c │ │ ├── engine │ │ │ ├── des.c │ │ │ ├── ecb.c │ │ │ ├── engine.h │ │ │ ├── i386.old │ │ │ │ ├── rc4fast.asm │ │ │ │ └── sources │ │ │ ├── makefile │ │ │ ├── md4c.c │ │ │ ├── obj │ │ │ │ └── i386 │ │ │ │ │ └── rsa32.lib │ │ │ ├── rc4c.c │ │ │ ├── sources │ │ │ └── test │ │ │ │ ├── des │ │ │ │ ├── desutest.c │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ │ ├── dirs │ │ │ │ └── rc4 │ │ │ │ ├── makefile │ │ │ │ ├── rc4utest.c │ │ │ │ └── sources │ │ └── test │ │ │ ├── ctauto.c │ │ │ ├── ctmanual.c │ │ │ ├── ctutil.c │ │ │ ├── ctutil.h │ │ │ ├── makefile │ │ │ └── sources │ ├── dirs │ ├── inc │ │ ├── aup.h │ │ ├── cr.h │ │ ├── lsacomp.h │ │ ├── lsaprtl.h │ │ ├── ntlsa.bak │ │ └── rpcutil.h │ ├── lsacli.acf │ ├── lsaimp.idl │ ├── lsarpc.idl │ ├── lsasrv.acf │ ├── makefil0 │ ├── msprivs │ │ ├── makefile │ │ ├── mspr_rev.rc │ │ ├── msprivs.def │ │ ├── msprivs.xls │ │ ├── msprivs2.rc │ │ ├── mstmp.c │ │ ├── sources │ │ └── tprivs.c │ ├── msv1_0 │ │ ├── makefile │ │ ├── msp.h │ │ ├── msv1_0.c │ │ ├── msv1_0.def │ │ ├── msv1_0.prf │ │ ├── msv1_0.rc │ │ ├── msvars.c │ │ ├── msvpaswd.c │ │ ├── msvsam.c │ │ ├── nlmain.c │ │ ├── nlnetapi.c │ │ ├── nlp.c │ │ ├── nlp.h │ │ ├── nlpcache.c │ │ ├── nlpcache.h │ │ ├── nlvars.c │ │ ├── pwdtest.c │ │ ├── sources │ │ ├── subauth.c │ │ └── subauth │ │ │ ├── makefile │ │ │ ├── sources │ │ │ ├── subauth.c │ │ │ └── subauth.def │ ├── server │ │ ├── adt.h │ │ ├── adtbuild.c │ │ ├── adtevent.c │ │ ├── adtinit.c │ │ ├── adtlog.c │ │ ├── adtobjs.c │ │ ├── adtp.h │ │ ├── au.h │ │ ├── auclient.c │ │ ├── aucred.c │ │ ├── auctxt.c │ │ ├── aufilter.c │ │ ├── auinit.c │ │ ├── aulogon.c │ │ ├── auloop.c │ │ ├── aumsp.c │ │ ├── aupckg.c │ │ ├── auproc.c │ │ ├── ausess.c │ │ ├── ausrvp.h │ │ ├── crserver.c │ │ ├── ctlsarm.c │ │ ├── ctlsarpc.c │ │ ├── db.h │ │ ├── dbaccnt.c │ │ ├── dbadmin.c │ │ ├── dbattr.c │ │ ├── dbdata.c │ │ ├── dbdomain.c │ │ ├── dbhandle.c │ │ ├── dbinit.c │ │ ├── dbinstac.c │ │ ├── dbinstal.c │ │ ├── dblookup.c │ │ ├── dblookup.h │ │ ├── dbmisc.c │ │ ├── dbobject.c │ │ ├── dbp.h │ │ ├── dbpob.c │ │ ├── dbpolicy.c │ │ ├── dbpriv.c │ │ ├── dbsamtst.c │ │ ├── dbsecret.c │ │ ├── dirs │ │ ├── dll │ │ │ ├── lsapmsgs.h │ │ │ ├── makefile │ │ │ ├── makefile.inc │ │ │ └── sources │ │ ├── exe │ │ │ ├── makefile │ │ │ ├── makefile.inc │ │ │ └── sources │ │ ├── lsa_rev.rc │ │ ├── lsaerror.c │ │ ├── lsaifree.c │ │ ├── lsainit.c │ │ ├── lsapmsgs.mc │ │ ├── lsarm.c │ │ ├── lsasrv.def │ │ ├── lsasrv.prf │ │ ├── lsasrvmm.c │ │ ├── lsasrvmm.h │ │ ├── lsasrvp.h │ │ ├── lsass.c │ │ ├── lsawrap.c │ │ ├── main.c │ │ ├── makefile.inc │ │ ├── oldstub.c │ │ ├── regnames.txt │ │ ├── rpcinit.c │ │ ├── sepriv.c │ │ ├── services.c │ │ └── tadt1.c │ └── uclient │ │ ├── crclient.c │ │ ├── ctlkacct.c │ │ ├── ctlklsa.c │ │ ├── ctreg.c │ │ ├── ctsamdb.c │ │ ├── lsaclip.h │ │ ├── lsaudll.def │ │ ├── makefile │ │ ├── rpcapi.c │ │ ├── rpcapi2.c │ │ ├── rpcbind.c │ │ ├── rpcclimm.c │ │ ├── runsamdb.cmd │ │ ├── sources │ │ ├── tgetsid.c │ │ ├── tlookup.c │ │ ├── tsecomm.c │ │ └── tsevars.c ├── netapi │ ├── api │ │ ├── alert.c │ │ ├── apibuff.c │ │ ├── apisubs.c │ │ ├── apiutil.h │ │ ├── audstub.c │ │ ├── canonapi.c │ │ ├── confstub.c │ │ ├── daytona │ │ │ ├── makefile │ │ │ ├── netapi32.prf │ │ │ └── sources │ │ ├── dirs │ │ ├── errstub.c │ │ ├── getstats.c │ │ ├── isremote.c │ │ ├── netapi32.rc │ │ ├── netapi32.src │ │ ├── supports.c │ │ └── svcstats.c │ ├── dosprint │ │ ├── dosprint.c │ │ ├── dosprtp.c │ │ ├── dosprtw.c │ │ ├── dosspool.c │ │ ├── dosspool.h │ │ ├── makefile │ │ ├── myspool.h │ │ └── sources │ ├── netcmd │ │ ├── common │ │ │ ├── argvw.c │ │ │ ├── fgetsw.c │ │ │ ├── grammar.c │ │ │ ├── help.c │ │ │ ├── interpre.c │ │ │ ├── lexor.c │ │ │ ├── lui.c │ │ │ ├── luidate.c │ │ │ ├── luiint.c │ │ │ ├── makefile │ │ │ ├── map32.c │ │ │ ├── mbcs.c │ │ │ ├── message.c │ │ │ ├── micanon.c │ │ │ ├── misc.c │ │ │ ├── mserver.c │ │ │ ├── mshare.c │ │ │ ├── msystem.c │ │ │ ├── muse.c │ │ │ ├── muser.c │ │ │ ├── mutil.c │ │ │ ├── mwksta.c │ │ │ ├── nettext.c │ │ │ ├── pword.c │ │ │ ├── sources │ │ │ ├── stristr.c │ │ │ ├── switches.c │ │ │ └── swtchtbl.c │ │ ├── dirs │ │ ├── dlserver.h │ │ ├── dlwksta.h │ │ ├── help │ │ │ ├── dummy.c │ │ │ ├── help.rc │ │ │ ├── makefile │ │ │ ├── makefile.inc │ │ │ ├── maphelp.awk │ │ │ ├── net.hlp │ │ │ ├── net.tot │ │ │ ├── neth.def │ │ │ ├── neth.h │ │ │ ├── neth.mc │ │ │ ├── neth.rc │ │ │ └── sources │ │ ├── inc │ │ │ ├── access.h │ │ │ ├── apisec.h │ │ │ ├── apiutil.h │ │ │ ├── audit.h │ │ │ ├── bseerr.h │ │ │ ├── chardev.h │ │ │ ├── chknear.h │ │ │ ├── config.h │ │ │ ├── errlog.h │ │ │ ├── interpre.h │ │ │ ├── lan.h │ │ │ ├── lmini.h │ │ │ ├── lui.h │ │ │ ├── maccess.h │ │ │ ├── malert.h │ │ │ ├── mdosgetm.h │ │ │ ├── message.h │ │ │ ├── micanon.h │ │ │ ├── mmsg.h │ │ │ ├── mremutl.h │ │ │ ├── msam.h │ │ │ ├── mserver.h │ │ │ ├── mshare.h │ │ │ ├── mstats.h │ │ │ ├── msvc.h │ │ │ ├── muse.h │ │ │ ├── mwksta.h │ │ │ ├── ncb.h │ │ │ ├── netbios.h │ │ │ ├── netcons.h │ │ │ ├── neterr.h │ │ │ ├── netlib0.h │ │ │ ├── netmsg.h │ │ │ ├── netstats.h │ │ │ ├── pmspl.h │ │ │ ├── port1632.h │ │ │ ├── remutil.h │ │ │ ├── rootdir.h │ │ │ ├── server.h │ │ │ ├── service.h │ │ │ ├── shares.h │ │ │ ├── smb.h │ │ │ ├── spool.h │ │ │ ├── srvif.h │ │ │ ├── srvver.h │ │ │ ├── use.h │ │ │ └── wksta.h │ │ ├── luidate.h │ │ ├── luiint.h │ │ ├── luitext.h │ │ ├── map16 │ │ │ ├── makefile │ │ │ ├── netname.c │ │ │ ├── paccess.c │ │ │ ├── palert.c │ │ │ ├── paudit.c │ │ │ ├── pbios.c │ │ │ ├── pchar.c │ │ │ ├── pconfig.c │ │ │ ├── pconnect.c │ │ │ ├── perror.c │ │ │ ├── pfile.c │ │ │ ├── pfilenm.c │ │ │ ├── pfreebuf.c │ │ │ ├── pget.c │ │ │ ├── pgroup.c │ │ │ ├── phandle.c │ │ │ ├── plogon.c │ │ │ ├── pmessage.c │ │ │ ├── port1632.h │ │ │ ├── premote.c │ │ │ ├── pserver.c │ │ │ ├── pservice.c │ │ │ ├── psession.c │ │ │ ├── pshare.c │ │ │ ├── pstatist.c │ │ │ ├── psystem.c │ │ │ ├── puse.c │ │ │ ├── puser.c │ │ │ └── pwksta.c │ │ ├── map32 │ │ │ ├── 32macro.tot │ │ │ ├── listmem.c │ │ │ ├── listprep.c │ │ │ ├── maccess.c │ │ │ ├── makefile │ │ │ ├── mconnect.c │ │ │ ├── mfile.c │ │ │ ├── mgroup.c │ │ │ ├── mlogon.c │ │ │ ├── mmsg.c │ │ │ ├── mremutl.c │ │ │ ├── msam.c │ │ │ ├── msession.c │ │ │ ├── mstats.c │ │ │ ├── msvc.c │ │ │ ├── netname.c │ │ │ ├── old │ │ │ │ ├── getwho.c │ │ │ │ ├── maudit.c │ │ │ │ ├── maudit.h │ │ │ │ ├── mchdev.c │ │ │ │ ├── mchdev.h │ │ │ │ ├── mconfig.c │ │ │ │ ├── mconfig.h │ │ │ │ ├── merrlog.c │ │ │ │ └── merrlog.h │ │ │ ├── sources │ │ │ ├── time.c │ │ │ └── timef.c │ │ ├── mbcs.h │ │ ├── msystem.h │ │ ├── net.hlp │ │ ├── netascii.h │ │ ├── netcmd │ │ │ ├── accounts.c │ │ │ ├── bind.c │ │ │ ├── comp.c │ │ │ ├── config.c │ │ │ ├── contpaus.c │ │ │ ├── file.c │ │ │ ├── group.c │ │ │ ├── main.c │ │ │ ├── makefil1 │ │ │ ├── makefile │ │ │ ├── message.c │ │ │ ├── msnet.nt │ │ │ ├── net.c │ │ │ ├── net1.c │ │ │ ├── netcmd.rc │ │ │ ├── netcmds.h │ │ │ ├── nettext.h │ │ │ ├── ntalias.c │ │ │ ├── nwsupp.c │ │ │ ├── nwsupp.h │ │ │ ├── old │ │ │ │ ├── access.c │ │ │ │ ├── auderr.c │ │ │ │ ├── comm.c │ │ │ │ ├── device.c │ │ │ │ ├── msnet.pdk │ │ │ │ ├── msnet.uas │ │ │ │ ├── password.c │ │ │ │ ├── status.c │ │ │ │ └── version.c │ │ │ ├── os2.h │ │ │ ├── os2cmd.c │ │ │ ├── os2cmd.h │ │ │ ├── os2incl.h │ │ │ ├── print.c │ │ │ ├── serve.c │ │ │ ├── session.c │ │ │ ├── share.c │ │ │ ├── sources │ │ │ ├── start.c │ │ │ ├── stats.c │ │ │ ├── stop.c │ │ │ ├── svcutil.c │ │ │ ├── switches.c │ │ │ ├── swtchtbl.h │ │ │ ├── swtchtxt.h │ │ │ ├── text.sed │ │ │ ├── time.c │ │ │ ├── user.c │ │ │ ├── usertime.c │ │ │ └── util.c │ │ ├── netlib.h │ │ ├── netuse │ │ │ ├── main.c │ │ │ ├── makefil1 │ │ │ ├── makefile │ │ │ ├── msnet.nt │ │ │ ├── net.c │ │ │ ├── netcmd.rc │ │ │ ├── os2.h │ │ │ ├── os2cmd.c │ │ │ ├── os2cmd.h │ │ │ ├── os2incl.h │ │ │ ├── sources │ │ │ ├── use.c │ │ │ └── view.c │ │ ├── remdef.h │ │ └── timelib.h │ ├── netlib │ │ ├── accessp.c │ │ ├── allocstr.c │ │ ├── alrtinfo.c │ │ ├── atox.c │ │ ├── bindtest.c │ │ ├── caller.c │ │ ├── candata.c │ │ ├── canon.c │ │ ├── confbld.c │ │ ├── confclos.c │ │ ├── confdel.c │ │ ├── confdisp.c │ │ ├── confenum.c │ │ ├── confexp.c │ │ ├── conffail.c │ │ ├── conffake.c │ │ ├── confget.c │ │ ├── confgeta.c │ │ ├── confgetb.c │ │ ├── confgetd.c │ │ ├── config.c │ │ ├── confmap.c │ │ ├── confmax.c │ │ ├── confname.c │ │ ├── confnum.c │ │ ├── confopen.c │ │ ├── confset.c │ │ ├── confseta.c │ │ ├── confsetb.c │ │ ├── confsetd.c │ │ ├── convprt.c │ │ ├── convsrv.c │ │ ├── convwks.c │ │ ├── copystr.c │ │ ├── data.c │ │ ├── daytona │ │ │ ├── makefile │ │ │ └── sources │ │ ├── debug.c │ │ ├── dirs │ │ ├── disp.c │ │ ├── dispconn.c │ │ ├── dispfile.c │ │ ├── dispplat.c │ │ ├── dispprt.c │ │ ├── disprepl.c │ │ ├── dispsess.c │ │ ├── dispsrv.c │ │ ├── dispsvc.c │ │ ├── disptime.c │ │ ├── dispuse.c │ │ ├── dispver.c │ │ ├── dispwks.c │ │ ├── domainid.c │ │ ├── domname.c │ │ ├── errno.c │ │ ├── eventlog.c │ │ ├── fileinfo.c │ │ ├── findfmt.c │ │ ├── getconfg.c │ │ ├── getpriv.c │ │ ├── gettoken.c │ │ ├── hashfunc.c │ │ ├── hexdump.c │ │ ├── inames.c │ │ ├── initoem.c │ │ ├── jobcount.c │ │ ├── listfunc.c │ │ ├── loghours.c │ │ ├── logonp.c │ │ ├── luidate.c │ │ ├── luiint.c │ │ ├── luitext.c │ │ ├── mapdata.c │ │ ├── memalloc.c │ │ ├── message.c │ │ ├── midluser.c │ │ ├── movestr.c │ │ ├── msgrutil.c │ │ ├── namecan.c │ │ ├── namecmp.c │ │ ├── names.c │ │ ├── nameval.c │ │ ├── netlock.c │ │ ├── ntstatus.c │ │ ├── packstr.c │ │ ├── pathcan.c │ │ ├── pathcmp.c │ │ ├── pathtype.c │ │ ├── prefmax.c │ │ ├── prodtype.c │ │ ├── prtinfo.c │ │ ├── rdrfsctl.c │ │ ├── replinfo.c │ │ ├── rpcbind.c │ │ ├── rpcfail.c │ │ ├── rpcserv.c │ │ ├── rpcstat.c │ │ ├── rpcutil.c │ │ ├── secobj.c │ │ ├── secobj2.c │ │ ├── sessinfo.c │ │ ├── started.c │ │ ├── strarray.c │ │ ├── strtail.c │ │ ├── subset.c │ │ ├── svcinfo.c │ │ ├── svcname.c │ │ ├── thread.c │ │ ├── time.c │ │ ├── timezone.c │ │ ├── tups.c │ │ ├── ultow.c │ │ ├── unalign.c │ │ ├── upsfunc.c │ │ ├── usersid.c │ │ ├── wcsfuncs.c │ │ ├── wcsicmp.c │ │ ├── wksinfo.c │ │ ├── wregstat.c │ │ ├── wtol.c │ │ └── xlatesvc.c │ ├── rap │ │ ├── arraylen.c │ │ ├── ascii.c │ │ ├── auxdata.c │ │ ├── convert.c │ │ ├── data.c │ │ ├── examine.c │ │ ├── fieldsiz.c │ │ ├── makefile │ │ ├── netrap.def │ │ ├── netrap.rc │ │ ├── parmnum.c │ │ ├── pointer.c │ │ ├── sources │ │ ├── strucalg.c │ │ ├── strucsiz.c │ │ ├── totalsiz.c │ │ └── validsmb.c │ ├── rpcxlate │ │ ├── apiworke.h │ │ ├── dirs │ │ ├── rxapi │ │ │ ├── audarray.c │ │ │ ├── audclear.c │ │ │ ├── audcpvar.c │ │ │ ├── audread.c │ │ │ ├── confenum.c │ │ │ ├── confget.c │ │ │ ├── confset.c │ │ │ ├── conn.c │ │ │ ├── diskenum.c │ │ │ ├── domain.c │ │ │ ├── downlevl.h │ │ │ ├── enum.skl │ │ │ ├── errclear.c │ │ │ ├── errconv.c │ │ │ ├── errread.c │ │ │ ├── filclose.c │ │ │ ├── fileenum.c │ │ │ ├── filgtinf.c │ │ │ ├── getinfo.skl │ │ │ ├── makefile │ │ │ ├── prtdest.c │ │ │ ├── prtjob.c │ │ │ ├── prtq.c │ │ │ ├── rxaccess.c │ │ │ ├── rxcanon.c │ │ │ ├── rxchdev.c │ │ │ ├── rxgroup.c │ │ │ ├── rxlgenum.c │ │ │ ├── rxmsg.c │ │ │ ├── rxshare.c │ │ │ ├── rxstats.c │ │ │ ├── rxuser.c │ │ │ ├── sessconv.c │ │ │ ├── sesscopy.c │ │ │ ├── sessdel.c │ │ │ ├── sessenum.c │ │ │ ├── sessget.c │ │ │ ├── sessmtch.c │ │ │ ├── simple.skl │ │ │ ├── sources │ │ │ ├── srvenum.c │ │ │ ├── srvequiv.c │ │ │ ├── srvgtinf.c │ │ │ ├── srvstinf.c │ │ │ ├── svcctrl.c │ │ │ ├── svcenum.c │ │ │ ├── svcgtinf.c │ │ │ ├── svcinst.c │ │ │ ├── tod.c │ │ │ ├── use.c │ │ │ ├── wksequiv.c │ │ │ ├── wksgtinf.c │ │ │ ├── wksgtold.c │ │ │ ├── wksstinf.c │ │ │ └── wksuser.c │ │ ├── rxcommon │ │ │ ├── convargs.c │ │ │ ├── convblk.c │ │ │ ├── convdata.c │ │ │ ├── data.c │ │ │ ├── logsize.c │ │ │ ├── makefile │ │ │ ├── pack.c │ │ │ ├── rcvconv.c │ │ │ ├── remote.c │ │ │ ├── reqsize.c │ │ │ ├── setfield.c │ │ │ ├── sources │ │ │ ├── start.c │ │ │ └── transact.c │ │ └── rxtest │ │ │ ├── makefile │ │ │ ├── readme.txt │ │ │ ├── rxdebug.c │ │ │ ├── rxtest.c │ │ │ ├── rxtest.h │ │ │ ├── sources │ │ │ ├── testaud.c │ │ │ ├── testcan.c │ │ │ ├── testconf.c │ │ │ ├── testconn.c │ │ │ ├── testdom.c │ │ │ ├── testerr.c │ │ │ ├── testfile.c │ │ │ ├── testlock.c │ │ │ ├── testmem.c │ │ │ ├── testprt.c │ │ │ ├── testrap.c │ │ │ ├── testsrv.c │ │ │ ├── testsupp.c │ │ │ ├── testsvc.c │ │ │ ├── testtod.c │ │ │ ├── testuni.c │ │ │ ├── testuse.c │ │ │ ├── testuser.c │ │ │ └── testwks.c │ ├── svcdlls │ │ ├── alrsvc │ │ │ ├── al.h │ │ │ ├── alconfig.c │ │ │ ├── alconfig.h │ │ │ ├── alformat.c │ │ │ ├── alformat.h │ │ │ ├── almain.c │ │ │ ├── almain.h │ │ │ ├── alrsvc.def │ │ │ ├── alrsvc.rc │ │ │ ├── altest.c │ │ │ ├── lmnetlib.h │ │ │ ├── makefile │ │ │ └── sources │ │ ├── at │ │ │ ├── atcmd │ │ │ │ ├── at.rc │ │ │ │ ├── atcmd.c │ │ │ │ ├── lmatmsg.h │ │ │ │ ├── lmatmsg.mc │ │ │ │ ├── lmatmsg.rc │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ └── sources │ │ │ ├── atnames.h │ │ │ ├── atsvc.acf │ │ │ ├── atsvc.h │ │ │ ├── atsvc.idl │ │ │ ├── client │ │ │ │ ├── atbind.c │ │ │ │ ├── atclient.h │ │ │ │ ├── atstub.c │ │ │ │ ├── atstub.def │ │ │ │ ├── atsvc_c.c │ │ │ │ ├── fmt.c │ │ │ │ ├── handle.c │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── dirs │ │ │ ├── imports.h │ │ │ ├── imports.idl │ │ │ ├── makefil0 │ │ │ └── server │ │ │ │ ├── at.h │ │ │ │ ├── atapi.c │ │ │ │ ├── atdebug.c │ │ │ │ ├── atenv.c │ │ │ │ ├── atmain.c │ │ │ │ ├── atreg.c │ │ │ │ ├── atsec.c │ │ │ │ ├── atsvc_s.c │ │ │ │ ├── attime.c │ │ │ │ ├── makefile │ │ │ │ ├── run.c │ │ │ │ └── sources │ │ ├── browser │ │ │ ├── bchk │ │ │ │ ├── bchk.c │ │ │ │ ├── bchk.h │ │ │ │ ├── makefile │ │ │ │ ├── sources │ │ │ │ └── support.c │ │ │ ├── bowser.acf │ │ │ ├── bowser.h │ │ │ ├── bowser.idl │ │ │ ├── bperf │ │ │ │ ├── bperf.c │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── brcommon.h │ │ │ ├── brnames.h │ │ │ ├── browtest │ │ │ │ ├── browtest.cht │ │ │ │ ├── dirs │ │ │ │ └── src │ │ │ │ │ ├── browfunc.c │ │ │ │ │ ├── browfunc.h │ │ │ │ │ ├── browglob.h │ │ │ │ │ ├── browmdom.c │ │ │ │ │ ├── browmdom.h │ │ │ │ │ ├── browstrs.c │ │ │ │ │ ├── browstrs.h │ │ │ │ │ ├── browtest.c │ │ │ │ │ ├── browtest.h │ │ │ │ │ ├── browtest.inp │ │ │ │ │ ├── browutil.c │ │ │ │ │ ├── browutil.h │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ ├── bwatch │ │ │ │ ├── bwatch.c │ │ │ │ ├── bwatch.h │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── client │ │ │ │ ├── bowser_c.c │ │ │ │ ├── brclient.h │ │ │ │ ├── browbind.c │ │ │ │ ├── browdeb.c │ │ │ │ ├── browdeb.rc │ │ │ │ ├── browstat.c │ │ │ │ ├── browstat.rc │ │ │ │ ├── browstub.c │ │ │ │ ├── brtsenum.c │ │ │ │ ├── bwatch.c │ │ │ │ ├── daytona │ │ │ │ │ ├── makefile │ │ │ │ │ ├── makefile.inc │ │ │ │ │ └── sources │ │ │ │ └── dirs │ │ │ ├── common │ │ │ │ ├── daytona │ │ │ │ │ ├── makefile │ │ │ │ │ └── sources │ │ │ │ ├── dirs │ │ │ │ ├── interim.c │ │ │ │ └── utils.c │ │ │ ├── dirs │ │ │ ├── imports.h │ │ │ ├── imports.idl │ │ │ ├── makefil0 │ │ │ └── server │ │ │ │ ├── bowqueue.c │ │ │ │ ├── bowqueue.h │ │ │ │ ├── bowser_s.mdl │ │ │ │ ├── bowsvc.rc │ │ │ │ ├── br.h │ │ │ │ ├── brbackup.h │ │ │ │ ├── brconfig.c │ │ │ │ ├── brconfig.h │ │ │ │ ├── brconst.h │ │ │ │ ├── brdevice.c │ │ │ │ ├── brdevice.h │ │ │ │ ├── brdmmstr.c │ │ │ │ ├── brmain.c │ │ │ │ ├── brmain.h │ │ │ │ ├── brmaster.c │ │ │ │ ├── brmaster.h │ │ │ │ ├── browsdom.c │ │ │ │ ├── browsdom.h │ │ │ │ ├── browser.c │ │ │ │ ├── browslst.c │ │ │ │ ├── browslst.h │ │ │ │ ├── browsnet.c │ │ │ │ ├── browsnet.h │ │ │ │ ├── brsec.h │ │ │ │ ├── brutil.c │ │ │ │ ├── brutil.h │ │ │ │ ├── brwan.c │ │ │ │ ├── brwan.h │ │ │ │ ├── brwins.c │ │ │ │ ├── brwins.h │ │ │ │ ├── daytona │ │ │ │ ├── bowser_s.c │ │ │ │ ├── browser.def │ │ │ │ ├── browser.prf │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ └── sources │ │ │ │ ├── dirs │ │ │ │ ├── precomp.h │ │ │ │ ├── srvenum.c │ │ │ │ └── srvenum.h │ │ ├── browser2 │ │ │ ├── bchk │ │ │ │ ├── bchk.c │ │ │ │ ├── bchk.h │ │ │ │ ├── makefile │ │ │ │ ├── sources │ │ │ │ └── support.c │ │ │ ├── bowser.acf │ │ │ ├── bowser.idl │ │ │ ├── bperf │ │ │ │ ├── bperf.c │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── brcommon.h │ │ │ ├── brnames.h │ │ │ ├── browtest │ │ │ │ ├── browfunc.c │ │ │ │ ├── browfunc.h │ │ │ │ ├── browglob.h │ │ │ │ ├── browmdom.c │ │ │ │ ├── browmdom.h │ │ │ │ ├── browstrs.c │ │ │ │ ├── browstrs.h │ │ │ │ ├── browtest.c │ │ │ │ ├── browtest.cht │ │ │ │ ├── browtest.h │ │ │ │ ├── browtest.inp │ │ │ │ ├── browutil.c │ │ │ │ ├── browutil.h │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ └── sources │ │ │ ├── bwatch │ │ │ │ ├── bwatch.c │ │ │ │ ├── bwatch.h │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── client │ │ │ │ ├── brclient.h │ │ │ │ ├── browbind.c │ │ │ │ ├── browdeb.c │ │ │ │ ├── browdeb.rc │ │ │ │ ├── browstat.c │ │ │ │ ├── browstat.rc │ │ │ │ ├── browstub.c │ │ │ │ ├── brtsenum.c │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ └── sources │ │ │ ├── common │ │ │ │ ├── interim.c │ │ │ │ ├── makefile │ │ │ │ ├── sources │ │ │ │ └── utils.c │ │ │ ├── dirs │ │ │ ├── imports.h │ │ │ ├── imports.idl │ │ │ ├── makefil0 │ │ │ └── server │ │ │ │ ├── bowqueue.c │ │ │ │ ├── bowqueue.h │ │ │ │ ├── bowsvc.rc │ │ │ │ ├── br.h │ │ │ │ ├── brbackup.h │ │ │ │ ├── brconfig.c │ │ │ │ ├── brconfig.h │ │ │ │ ├── brconst.h │ │ │ │ ├── brdevice.c │ │ │ │ ├── brdevice.h │ │ │ │ ├── brdmmstr.c │ │ │ │ ├── brdomain.c │ │ │ │ ├── brdomain.h │ │ │ │ ├── brmain.c │ │ │ │ ├── brmain.h │ │ │ │ ├── brmaster.c │ │ │ │ ├── brmaster.h │ │ │ │ ├── browsdom.c │ │ │ │ ├── browsdom.h │ │ │ │ ├── browser.c │ │ │ │ ├── browser.def │ │ │ │ ├── browser.prf │ │ │ │ ├── browslst.c │ │ │ │ ├── browslst.h │ │ │ │ ├── browsnet.c │ │ │ │ ├── browsnet.h │ │ │ │ ├── brsec.h │ │ │ │ ├── brutil.c │ │ │ │ ├── brutil.h │ │ │ │ ├── brwan.c │ │ │ │ ├── brwan.h │ │ │ │ ├── brwins.c │ │ │ │ ├── brwins.h │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ ├── precomp.h │ │ │ │ ├── sources │ │ │ │ ├── srvenum.c │ │ │ │ └── srvenum.h │ │ ├── dfs │ │ │ ├── client │ │ │ │ ├── dfsstub.c │ │ │ │ ├── domain.c │ │ │ │ ├── domain.h │ │ │ │ ├── makefile │ │ │ │ ├── netdfs_c.c │ │ │ │ └── sources │ │ │ ├── dfscli.acf │ │ │ ├── dfssrv.acf │ │ │ ├── dirs │ │ │ ├── import.h │ │ │ ├── import.idl │ │ │ ├── makefil0 │ │ │ ├── netdfs.h │ │ │ ├── netdfs.idl │ │ │ ├── server │ │ │ │ ├── makefile │ │ │ │ ├── netdfs_s.c │ │ │ │ └── sources │ │ │ └── utest │ │ │ │ ├── makefile │ │ │ │ ├── netdfs.c │ │ │ │ ├── netdfs.rc │ │ │ │ └── sources │ │ ├── dirs │ │ ├── fpnw │ │ │ ├── client │ │ │ │ ├── encrypt.c │ │ │ │ ├── fpnwclnt.def │ │ │ │ ├── fpnwclnt.rc │ │ │ │ ├── logon.c │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ ├── ncpbind.c │ │ │ │ ├── ncpstub.c │ │ │ │ ├── ncpsvc_c.c │ │ │ │ ├── notify.c │ │ │ │ ├── nwsutil.c │ │ │ │ ├── sources │ │ │ │ └── usrprop.c │ │ │ ├── dirs │ │ │ ├── imports.idl │ │ │ ├── inc │ │ │ │ ├── fpnwapi.h │ │ │ │ ├── imports.h │ │ │ │ ├── ncpsvc.h │ │ │ │ ├── nwprint.h │ │ │ │ ├── nwstruct.h │ │ │ │ ├── nwsutil.h │ │ │ │ ├── srvnames.h │ │ │ │ └── usrprop.h │ │ │ ├── makefil0 │ │ │ ├── ncpsvc.acf │ │ │ ├── ncpsvc.idl │ │ │ ├── nwsplace.txt │ │ │ └── server │ │ │ │ └── ncpsvc_s.c │ │ ├── lls │ │ │ ├── ccfapi32 │ │ │ │ ├── ccfapi.cpp │ │ │ │ ├── ccfapi.h │ │ │ │ ├── ccfapi32.def │ │ │ │ ├── ccfapi32.rc │ │ │ │ ├── exports.cpp │ │ │ │ ├── imagelst.h │ │ │ │ ├── licobj.cpp │ │ │ │ ├── licobj.h │ │ │ │ ├── makefile │ │ │ │ ├── md4.h │ │ │ │ ├── md4c.cpp │ │ │ │ ├── nlicdlg.cpp │ │ │ │ ├── nlicdlg.h │ │ │ │ ├── paper.cpp │ │ │ │ ├── paper.h │ │ │ │ ├── pseatdlg.cpp │ │ │ │ ├── pseatdlg.h │ │ │ │ ├── psrvdlg.cpp │ │ │ │ ├── psrvdlg.h │ │ │ │ ├── remdlg.cpp │ │ │ │ ├── remdlg.h │ │ │ │ ├── res │ │ │ │ │ ├── ccfapi32.rc2 │ │ │ │ │ ├── license.ico │ │ │ │ │ ├── smicons.bmp │ │ │ │ │ └── warning.ico │ │ │ │ ├── resource.h │ │ │ │ ├── source.cpp │ │ │ │ ├── source.h │ │ │ │ ├── sources │ │ │ │ ├── srclist.cpp │ │ │ │ ├── srclist.h │ │ │ │ ├── stdafx.h │ │ │ │ ├── utils.cpp │ │ │ │ └── utils.h │ │ │ ├── client │ │ │ │ ├── llsevent.h │ │ │ │ ├── llsevent.mc │ │ │ │ ├── llsevent.rc │ │ │ │ ├── llsrpc.c │ │ │ │ ├── llsrpc.def │ │ │ │ ├── llsrpc.rc │ │ │ │ ├── llsrpc_c.c │ │ │ │ ├── llsrpc_c.h │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ ├── ntver.rc │ │ │ │ └── sources │ │ │ ├── common │ │ │ │ ├── debug.c │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── dirs │ │ │ ├── inc │ │ │ │ ├── debug.h │ │ │ │ ├── llsapi.h │ │ │ │ ├── llsconst.h │ │ │ │ ├── llsevent.h │ │ │ │ ├── llsimp.h │ │ │ │ ├── lpcstub.h │ │ │ │ └── rpcutil.h │ │ │ ├── llscli.acf │ │ │ ├── llsdbg.idl │ │ │ ├── llsdbg_c.c │ │ │ ├── llsimp.idl │ │ │ ├── llsrpc.idl │ │ │ ├── llsrpc_c.c │ │ │ ├── llsrpc_s.c │ │ │ ├── llssrv.acf │ │ │ ├── lsapi.idl │ │ │ ├── lsapi_c.c │ │ │ ├── lsapi_s.c │ │ │ ├── lsapicli.acf │ │ │ ├── lsapisrv.acf │ │ │ ├── lsdbgcli.acf │ │ │ ├── lsdbgsrv.acf │ │ │ ├── makefil0 │ │ │ ├── ntlsapi │ │ │ │ ├── lsapi_c.c │ │ │ │ ├── lsapi_c.h │ │ │ │ ├── main.c │ │ │ │ ├── makefile │ │ │ │ ├── ntlsapi.c │ │ │ │ ├── ntlsapi.def │ │ │ │ ├── ntlsapi.rc │ │ │ │ ├── rpcstub.c │ │ │ │ └── sources │ │ │ ├── server │ │ │ │ ├── certdb.c │ │ │ │ ├── certdb.h │ │ │ │ ├── llsdbg_s.c │ │ │ │ ├── llsdbg_s.h │ │ │ │ ├── llsrpc_s.c │ │ │ │ ├── llsrpc_s.h │ │ │ │ ├── llssrv.c │ │ │ │ ├── llssrv.h │ │ │ │ ├── llssrv.rc │ │ │ │ ├── llsutil.c │ │ │ │ ├── llsutil.h │ │ │ │ ├── lsapi_s.c │ │ │ │ ├── lsapi_s.h │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ ├── mapping.c │ │ │ │ ├── mapping.h │ │ │ │ ├── msvctbl.c │ │ │ │ ├── msvctbl.h │ │ │ │ ├── pack.c │ │ │ │ ├── pack.h │ │ │ │ ├── perseat.c │ │ │ │ ├── perseat.h │ │ │ │ ├── purchase.c │ │ │ │ ├── purchase.h │ │ │ │ ├── registry.c │ │ │ │ ├── registry.h │ │ │ │ ├── repl.c │ │ │ │ ├── repl.h │ │ │ │ ├── rpc.c │ │ │ │ ├── scaven.c │ │ │ │ ├── scaven.h │ │ │ │ ├── server.c │ │ │ │ ├── server.h │ │ │ │ ├── service.c │ │ │ │ ├── service.h │ │ │ │ ├── sources │ │ │ │ ├── svctbl.c │ │ │ │ └── svctbl.h │ │ │ └── test │ │ │ │ ├── common │ │ │ │ ├── llsdbg.c │ │ │ │ ├── llsdbg.h │ │ │ │ ├── llsdbg_c.c │ │ │ │ ├── llsdbg_c.h │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ │ ├── ct │ │ │ │ ├── initdata.bat │ │ │ │ ├── lic.bat │ │ │ │ ├── lic1.bat │ │ │ │ ├── lic2.bat │ │ │ │ ├── license.txt │ │ │ │ ├── lls.doc │ │ │ │ ├── manyp.bat │ │ │ │ ├── map1.bat │ │ │ │ ├── mp.bat │ │ │ │ ├── n.dat │ │ │ │ ├── n1.dat │ │ │ │ ├── n10.dat │ │ │ │ ├── n2.dat │ │ │ │ ├── n3.dat │ │ │ │ ├── n4.dat │ │ │ │ ├── n5.dat │ │ │ │ ├── n6.dat │ │ │ │ ├── n7.dat │ │ │ │ ├── n8.dat │ │ │ │ ├── n9.dat │ │ │ │ ├── p1.bat │ │ │ │ ├── p2.bat │ │ │ │ ├── p3.bat │ │ │ │ ├── p4.bat │ │ │ │ ├── p5.bat │ │ │ │ ├── prod.bat │ │ │ │ ├── prod.dat │ │ │ │ └── rpc.bat │ │ │ │ ├── dirs │ │ │ │ ├── llscmd │ │ │ │ ├── llscmd.c │ │ │ │ ├── llscmd.rc │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ │ └── llsdbg │ │ │ │ ├── llsdbg.c │ │ │ │ ├── llsdbg.ico │ │ │ │ ├── llsdbg.rc │ │ │ │ ├── makefile │ │ │ │ ├── resource.h │ │ │ │ └── sources │ │ ├── logonsrv │ │ │ ├── client │ │ │ │ ├── daytona │ │ │ │ │ ├── makefile │ │ │ │ │ └── sources │ │ │ │ ├── dirs │ │ │ │ ├── getdclst.c │ │ │ │ ├── getdcnam.c │ │ │ │ ├── logon_c.c │ │ │ │ ├── logon_c.h │ │ │ │ ├── logonapi.c │ │ │ │ ├── rpcbind.c │ │ │ │ └── ssiapi.c │ │ │ ├── dirs │ │ │ ├── imports.h │ │ │ ├── imports.idl │ │ │ ├── logon.idl │ │ │ ├── logoncli.acf │ │ │ ├── logonsrv.acf │ │ │ ├── makefil0 │ │ │ ├── monitor │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ ├── monutil.c │ │ │ │ ├── nlmon.c │ │ │ │ ├── nlmon.rc │ │ │ │ ├── sources │ │ │ │ └── winutil.c │ │ │ ├── nlbind.h │ │ │ └── server │ │ │ │ ├── announce.c │ │ │ │ ├── changelg.c │ │ │ │ ├── changelg.h │ │ │ │ ├── chutil.c │ │ │ │ ├── chutil.h │ │ │ │ ├── chworker.c │ │ │ │ ├── chworker.h │ │ │ │ ├── error.c │ │ │ │ ├── iniparm.h │ │ │ │ ├── logon_s.c │ │ │ │ ├── logon_s.h │ │ │ │ ├── logonapi.c │ │ │ │ ├── logonsrv.h │ │ │ │ ├── lsarepl.c │ │ │ │ ├── lsarepl.h │ │ │ │ ├── lsrvdata.h │ │ │ │ ├── lsrvrepl.c │ │ │ │ ├── lsrvutil.c │ │ │ │ ├── mailslot.c │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ ├── netlogon.c │ │ │ │ ├── netlogon.def │ │ │ │ ├── netlogon.prf │ │ │ │ ├── netlogon.rc │ │ │ │ ├── nldebug.h │ │ │ │ ├── nlp.c │ │ │ │ ├── nlp.h │ │ │ │ ├── nlsecure.c │ │ │ │ ├── nlsecure.h │ │ │ │ ├── nltest.c │ │ │ │ ├── nltest.prf │ │ │ │ ├── nltest.rc │ │ │ │ ├── nltest1.c │ │ │ │ ├── oldstub.c │ │ │ │ ├── parse.c │ │ │ │ ├── repluas.c │ │ │ │ ├── replutil.c │ │ │ │ ├── replutil.h │ │ │ │ ├── sources │ │ │ │ ├── srvsess.c │ │ │ │ ├── ssiapi.c │ │ │ │ ├── ssiapi.h │ │ │ │ ├── ssiauth.c │ │ │ │ ├── ssidelta.h │ │ │ │ ├── ssiinit.h │ │ │ │ └── trustutl.c │ │ ├── msgsvc │ │ │ ├── client │ │ │ │ ├── makefile │ │ │ │ ├── msg.c │ │ │ │ ├── msgbind.c │ │ │ │ ├── msgstub.c │ │ │ │ ├── msgsvc_c.c │ │ │ │ └── sources │ │ │ ├── dirs │ │ │ ├── docs │ │ │ │ └── msgdata.ppt │ │ │ ├── imports.h │ │ │ ├── imports.idl │ │ │ ├── makefil0 │ │ │ ├── msgsvc.acf │ │ │ ├── msgsvc.h │ │ │ ├── msgsvc.idl │ │ │ └── server │ │ │ │ ├── apidata.c │ │ │ │ ├── apiutil.c │ │ │ │ ├── apiutil.h │ │ │ │ ├── data.c │ │ │ │ ├── display.c │ │ │ │ ├── fmtncbna.c │ │ │ │ ├── grpmsngr.c │ │ │ │ ├── heap.c │ │ │ │ ├── heap.h │ │ │ │ ├── makefile │ │ │ │ ├── meslog.c │ │ │ │ ├── mesprint.c │ │ │ │ ├── msgapi.c │ │ │ │ ├── msgdata.h │ │ │ │ ├── msgdbg.h │ │ │ │ ├── msginit.c │ │ │ │ ├── msgmain.c │ │ │ │ ├── msgnames.h │ │ │ │ ├── msgnbios.c │ │ │ │ ├── msgsec.c │ │ │ │ ├── msgsec.h │ │ │ │ ├── msgsvc.def │ │ │ │ ├── msgsvc.rc │ │ │ │ ├── msgsvc_s.c │ │ │ │ ├── msrv.h │ │ │ │ ├── servenam.c │ │ │ │ ├── servencb.c │ │ │ │ ├── sighandl.c │ │ │ │ ├── smbcheck.c │ │ │ │ ├── sources │ │ │ │ ├── threads.c │ │ │ │ └── wakupsem.c │ │ ├── nwsap │ │ │ ├── client │ │ │ │ ├── advapi.c │ │ │ │ ├── bindlib.c │ │ │ │ ├── init.c │ │ │ │ ├── makefile │ │ │ │ ├── precomp.h │ │ │ │ └── sources │ │ │ ├── dirs │ │ │ ├── saplpc.h │ │ │ └── server │ │ │ │ ├── advapi.c │ │ │ │ ├── bindlib.c │ │ │ │ ├── dump.c │ │ │ │ ├── externs.h │ │ │ │ ├── filter.c │ │ │ │ ├── globals.c │ │ │ │ ├── makefile │ │ │ │ ├── network.c │ │ │ │ ├── nwsap.c │ │ │ │ ├── nwsap.def │ │ │ │ ├── nwsap.rc │ │ │ │ ├── nwsapp.h │ │ │ │ ├── precomp.h │ │ │ │ ├── registry.c │ │ │ │ ├── sapdebug.c │ │ │ │ ├── saplpc.c │ │ │ │ ├── sdmd.c │ │ │ │ ├── sdmd.h │ │ │ │ ├── sdmdp.h │ │ │ │ ├── sdmdsupp.c │ │ │ │ ├── sources │ │ │ │ ├── ssdebug.h │ │ │ │ ├── sssubs.c │ │ │ │ ├── svcctrl.c │ │ │ │ └── wancheck.c │ │ ├── repl │ │ │ ├── client │ │ │ │ ├── expstub.c │ │ │ │ ├── impstub.c │ │ │ │ ├── makefile │ │ │ │ ├── repl_c.c │ │ │ │ ├── replbind.c │ │ │ │ ├── replstub.c │ │ │ │ ├── report.c │ │ │ │ └── sources │ │ │ ├── common │ │ │ │ ├── abspath.c │ │ │ │ ├── allowrol.c │ │ │ │ ├── chnglock.c │ │ │ │ ├── chngnot.c │ │ │ │ ├── chngnot.h │ │ │ │ ├── data.c │ │ │ │ ├── delfile.c │ │ │ │ ├── dirname.c │ │ │ │ ├── dirname.h │ │ │ │ ├── easize.c │ │ │ │ ├── expalloc.c │ │ │ │ ├── expbuild.c │ │ │ │ ├── expconf.c │ │ │ │ ├── expdir.h │ │ │ │ ├── expenum.c │ │ │ │ ├── expget.c │ │ │ │ ├── explock.c │ │ │ │ ├── expset.c │ │ │ │ ├── expvalid.c │ │ │ │ ├── fixlocks.c │ │ │ │ ├── fsresolu.c │ │ │ │ ├── ignorenm.c │ │ │ │ ├── impalloc.c │ │ │ │ ├── impbuild.c │ │ │ │ ├── impconf.c │ │ │ │ ├── impdir.h │ │ │ │ ├── impenum.c │ │ │ │ ├── impget.c │ │ │ │ ├── implock.c │ │ │ │ ├── imports.h │ │ │ │ ├── impstate.c │ │ │ │ ├── impvalid.c │ │ │ │ ├── iniparm.h │ │ │ │ ├── lstvalid.c │ │ │ │ ├── makefile │ │ │ │ ├── repl.h │ │ │ │ ├── replbld.c │ │ │ │ ├── replconf.c │ │ │ │ ├── replconf.h │ │ │ │ ├── repldefs.h │ │ │ │ ├── replerr.c │ │ │ │ ├── replgbl.h │ │ │ │ ├── replname.h │ │ │ │ ├── replp.c │ │ │ │ ├── replp.h │ │ │ │ ├── repvalid.c │ │ │ │ ├── sources │ │ │ │ └── userlock.c │ │ │ ├── dirs │ │ │ ├── imports.idl │ │ │ ├── makefil0 │ │ │ ├── repl.acf │ │ │ ├── repl.idl │ │ │ ├── repltest │ │ │ │ ├── cli_pars.c │ │ │ │ ├── dispmail.c │ │ │ │ ├── fakefind.c │ │ │ │ ├── makefile │ │ │ │ ├── mas_pars.c │ │ │ │ ├── mtest1.c │ │ │ │ ├── mtest2.c │ │ │ │ ├── queryea.c │ │ │ │ ├── repldel.c │ │ │ │ ├── repldir.c │ │ │ │ ├── replmain.c │ │ │ │ ├── replsum.c │ │ │ │ ├── replsvc.c │ │ │ │ ├── repltest.c │ │ │ │ ├── repltest.h │ │ │ │ ├── setea.c │ │ │ │ ├── showftim.c │ │ │ │ ├── showtime.c │ │ │ │ ├── sources │ │ │ │ ├── test.h │ │ │ │ ├── test1.c │ │ │ │ ├── test2.c │ │ │ │ ├── test3.c │ │ │ │ ├── test4.c │ │ │ │ ├── test5.c │ │ │ │ ├── test6.c │ │ │ │ ├── test7.c │ │ │ │ ├── testaft.c │ │ │ │ ├── testcopy.c │ │ │ │ ├── testexp.c │ │ │ │ ├── testexp0.c │ │ │ │ ├── testimp.c │ │ │ │ ├── testimp0.c │ │ │ │ ├── testrep0.c │ │ │ │ ├── testrepl.c │ │ │ │ ├── wait.c │ │ │ │ ├── watch.c │ │ │ │ └── watchl.c │ │ │ ├── server │ │ │ │ ├── cachetim.c │ │ │ │ ├── checksum.c │ │ │ │ ├── checksum.h │ │ │ │ ├── chklocks.c │ │ │ │ ├── chngrole.c │ │ │ │ ├── cli_dupl.c │ │ │ │ ├── cli_list.c │ │ │ │ ├── client.c │ │ │ │ ├── client.h │ │ │ │ ├── cliquery.c │ │ │ │ ├── copydir.c │ │ │ │ ├── copyfile.c │ │ │ │ ├── copytime.c │ │ │ │ ├── copytree.c │ │ │ │ ├── entcount.c │ │ │ │ ├── error.c │ │ │ │ ├── expadd.c │ │ │ │ ├── expdel.c │ │ │ │ ├── expenum.c │ │ │ │ ├── expget.c │ │ │ │ ├── explock.c │ │ │ │ ├── expread.c │ │ │ │ ├── expset.c │ │ │ │ ├── expstart.c │ │ │ │ ├── expstop.c │ │ │ │ ├── filefind.c │ │ │ │ ├── filefind.h │ │ │ │ ├── getparm.c │ │ │ │ ├── impadd.c │ │ │ │ ├── impdel.c │ │ │ │ ├── impenum.c │ │ │ │ ├── impget.c │ │ │ │ ├── implock.c │ │ │ │ ├── impread.c │ │ │ │ ├── impstart.c │ │ │ │ ├── impstop.c │ │ │ │ ├── initany.c │ │ │ │ ├── makefile │ │ │ │ ├── marshall.c │ │ │ │ ├── masproto.h │ │ │ │ ├── master.c │ │ │ │ ├── master.h │ │ │ │ ├── mksecatt.c │ │ │ │ ├── parse.c │ │ │ │ ├── permit.c │ │ │ │ ├── puls_msg.c │ │ │ │ ├── pulser.c │ │ │ │ ├── pulser.h │ │ │ │ ├── repl.c │ │ │ │ ├── repl_s.c │ │ │ │ ├── replget.c │ │ │ │ ├── repllock.h │ │ │ │ ├── replpack.h │ │ │ │ ├── replset.c │ │ │ │ ├── replstal.c │ │ │ │ ├── replstop.c │ │ │ │ ├── scanqs.c │ │ │ │ ├── sources │ │ │ │ ├── syncer.c │ │ │ │ ├── syncmisc.c │ │ │ │ ├── synctree.c │ │ │ │ ├── watchd.c │ │ │ │ ├── wcslocal.c │ │ │ │ └── wcslocal.h │ │ │ └── testdll │ │ │ │ ├── fakestub.c │ │ │ │ ├── makefile │ │ │ │ ├── sources │ │ │ │ └── testdll.c │ │ ├── rpl │ │ │ ├── client │ │ │ │ ├── makefile │ │ │ │ ├── rplapi.c │ │ │ │ ├── rplbind.c │ │ │ │ ├── rplstub.c │ │ │ │ ├── rplsvc_c.c │ │ │ │ ├── rplsvc_c.h │ │ │ │ └── sources │ │ │ ├── command │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ ├── rplcmd.c │ │ │ │ ├── rplmsg.h │ │ │ │ ├── rplmsg.mc │ │ │ │ ├── rplmsg.rc │ │ │ │ ├── rplver.rc │ │ │ │ └── sources │ │ │ ├── convert │ │ │ │ ├── adapter.c │ │ │ │ ├── boot.c │ │ │ │ ├── config.c │ │ │ │ ├── convert.rc │ │ │ │ ├── debug.c │ │ │ │ ├── library.c │ │ │ │ ├── local.h │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ ├── nlstxt.h │ │ │ │ ├── nlstxt.mc │ │ │ │ ├── nlstxt.rc │ │ │ │ ├── profile.c │ │ │ │ ├── rpldata.h │ │ │ │ ├── rplmain.c │ │ │ │ ├── sources │ │ │ │ ├── vendor.c │ │ │ │ └── wksta.c │ │ │ ├── dirs │ │ │ ├── dll │ │ │ │ ├── buffer.c │ │ │ │ ├── emulator.c │ │ │ │ ├── ether.c │ │ │ │ ├── fdr.c │ │ │ │ ├── find.c │ │ │ │ ├── found.c │ │ │ │ ├── init.c │ │ │ │ ├── local.h │ │ │ │ ├── makefile │ │ │ │ ├── report.c │ │ │ │ ├── sfr.c │ │ │ │ ├── sizeof.c │ │ │ │ ├── sources │ │ │ │ └── xns.c │ │ │ ├── doc │ │ │ │ ├── lm21ddk.doc │ │ │ │ └── rpl.doc │ │ │ ├── exe │ │ │ │ ├── makefile │ │ │ │ ├── rplsvc.c │ │ │ │ ├── rplsvc.rc │ │ │ │ └── sources │ │ │ ├── imports.idl │ │ │ ├── inc │ │ │ │ ├── adapter.h │ │ │ │ ├── boot.h │ │ │ │ ├── config.h │ │ │ │ ├── i_lmrpl.h │ │ │ │ ├── imports.h │ │ │ │ ├── profile.h │ │ │ │ ├── riplcons.h │ │ │ │ ├── ripltyps.h │ │ │ │ ├── rpldb.h │ │ │ │ ├── rpldebug.h │ │ │ │ ├── rpldll.h │ │ │ │ ├── rpllib.h │ │ │ │ ├── rplnames.h │ │ │ │ ├── vendor.h │ │ │ │ └── wksta.h │ │ │ ├── lib │ │ │ │ ├── adapter.c │ │ │ │ ├── addkey.c │ │ │ │ ├── cmdline.c │ │ │ │ ├── jeterror.c │ │ │ │ ├── local.h │ │ │ │ ├── makefile │ │ │ │ ├── reg.c │ │ │ │ ├── report.c │ │ │ │ ├── sources │ │ │ │ └── tcpip.c │ │ │ ├── makefil0 │ │ │ ├── makefile │ │ │ ├── rplcnv │ │ │ │ ├── local.h │ │ │ │ ├── makefile │ │ │ │ ├── rplcnv.c │ │ │ │ └── sources │ │ │ ├── rplinst │ │ │ │ ├── debug.c │ │ │ │ ├── debug.h │ │ │ │ ├── local.h │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ ├── querydir.c │ │ │ │ ├── rplimsg.h │ │ │ │ ├── rplinst.c │ │ │ │ ├── rplinst.rc │ │ │ │ ├── security.c │ │ │ │ ├── security.h │ │ │ │ ├── sources │ │ │ │ ├── tree.c │ │ │ │ ├── tree.h │ │ │ │ └── treei.h │ │ │ ├── rplstart │ │ │ │ ├── local.h │ │ │ │ ├── makefile │ │ │ │ ├── rplstart.c │ │ │ │ └── sources │ │ │ ├── rplsvc.idl │ │ │ ├── rplsvc_c.acf │ │ │ ├── rplsvc_s.acf │ │ │ └── server │ │ │ │ ├── adapter.c │ │ │ │ ├── apisec.c │ │ │ │ ├── apisec.h │ │ │ │ ├── bbcfile.c │ │ │ │ ├── bbcfile.h │ │ │ │ ├── boot.c │ │ │ │ ├── config.c │ │ │ │ ├── database.c │ │ │ │ ├── database.h │ │ │ │ ├── db.h │ │ │ │ ├── dblib.c │ │ │ │ ├── dblib.h │ │ │ │ ├── debug.c │ │ │ │ ├── debug.h │ │ │ │ ├── disk.c │ │ │ │ ├── fitfile.c │ │ │ │ ├── fitfile.h │ │ │ │ ├── library.c │ │ │ │ ├── local.h │ │ │ │ ├── makefile │ │ │ │ ├── memory.c │ │ │ │ ├── open.c │ │ │ │ ├── open.h │ │ │ │ ├── profile.c │ │ │ │ ├── read.c │ │ │ │ ├── read.h │ │ │ │ ├── report.c │ │ │ │ ├── report.h │ │ │ │ ├── request.c │ │ │ │ ├── request.h │ │ │ │ ├── resume.c │ │ │ │ ├── resume.h │ │ │ │ ├── rpldata.h │ │ │ │ ├── rplmain.c │ │ │ │ ├── rplrest.c │ │ │ │ ├── rplsvc.c │ │ │ │ ├── rplsvc.rc │ │ │ │ ├── rplsvc_s.c │ │ │ │ ├── rplsvc_s.h │ │ │ │ ├── security.c │ │ │ │ ├── service.c │ │ │ │ ├── setup.c │ │ │ │ ├── setup.h │ │ │ │ ├── sources │ │ │ │ ├── tree.c │ │ │ │ ├── tree.h │ │ │ │ ├── treei.h │ │ │ │ ├── vendor.c │ │ │ │ ├── wcst.c │ │ │ │ ├── wksta.c │ │ │ │ ├── worker.c │ │ │ │ └── worker.h │ │ ├── srvsvc │ │ │ ├── adtcomn.h │ │ │ ├── client │ │ │ │ ├── adtwrap.c │ │ │ │ ├── dfsstub.c │ │ │ │ ├── makefile │ │ │ │ ├── radmin.c │ │ │ │ ├── sources │ │ │ │ ├── srvbind.c │ │ │ │ ├── srvstub.c │ │ │ │ ├── srvsvc_c.c │ │ │ │ └── tsrvsvc.c │ │ │ ├── dirs │ │ │ ├── import.h │ │ │ ├── import.idl │ │ │ ├── lib │ │ │ │ ├── adtcomn.c │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── makefil0 │ │ │ ├── server │ │ │ │ ├── adtsrv.c │ │ │ │ ├── canon.c │ │ │ │ ├── cdev.c │ │ │ │ ├── cdevq.c │ │ │ │ ├── cmdline.c │ │ │ │ ├── conn.c │ │ │ │ ├── daytona │ │ │ │ │ ├── makefile │ │ │ │ │ └── sources │ │ │ │ ├── dfs.c │ │ │ │ ├── dirs │ │ │ │ ├── disk.c │ │ │ │ ├── file.c │ │ │ │ ├── internal.c │ │ │ │ ├── registry.c │ │ │ │ ├── scavengr.c │ │ │ │ ├── security.c │ │ │ │ ├── sess.c │ │ │ │ ├── share.c │ │ │ │ ├── srvconfg.h │ │ │ │ ├── srvinfo.c │ │ │ │ ├── srvmain.c │ │ │ │ ├── srvsvc.def │ │ │ │ ├── srvsvc.rc │ │ │ │ ├── srvsvc_s.c │ │ │ │ ├── srvsvcp.h │ │ │ │ ├── ssdata.c │ │ │ │ ├── ssdata.h │ │ │ │ ├── ssdebug.h │ │ │ │ ├── ssinit.c │ │ │ │ ├── ssreg.h │ │ │ │ ├── sssec.h │ │ │ │ ├── sssubs.c │ │ │ │ ├── stats.c │ │ │ │ ├── tod.c │ │ │ │ ├── xport.c │ │ │ │ ├── xsdata.c │ │ │ │ ├── xsdata.h │ │ │ │ ├── xsinit.c │ │ │ │ └── xsproc.c │ │ │ ├── srvnames.h │ │ │ ├── srvsvc.acf │ │ │ ├── srvsvc.h │ │ │ └── srvsvc.idl │ │ ├── upssvc │ │ │ ├── install.c │ │ │ ├── makefile │ │ │ ├── ntshutio.c │ │ │ ├── remove.c │ │ │ ├── sources │ │ │ ├── spec │ │ │ ├── subr.c │ │ │ ├── toggle.c │ │ │ ├── ups.c │ │ │ ├── ups.h │ │ │ └── upssvc.rc │ │ └── wkssvc │ │ │ ├── client │ │ │ ├── makefile │ │ │ ├── sources │ │ │ ├── wksbind.c │ │ │ ├── wksstub.c │ │ │ ├── wksstub.def │ │ │ ├── wkssvc_c.c │ │ │ ├── wsclient.h │ │ │ ├── wstest.c │ │ │ ├── wstinv.c │ │ │ ├── wstsend.c │ │ │ └── wstsenum.c │ │ │ ├── dirs │ │ │ ├── imports.h │ │ │ ├── imports.idl │ │ │ ├── makefil0 │ │ │ ├── server │ │ │ ├── daytona │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── dfsgluon.h │ │ │ ├── dfsmrshl.c │ │ │ ├── dfsmrshl.h │ │ │ ├── dirs │ │ │ ├── dominfo.c │ │ │ ├── dominfo.h │ │ │ ├── message.c │ │ │ ├── msgutil.c │ │ │ ├── useaddel.c │ │ │ ├── usegenum.c │ │ │ ├── user.c │ │ │ ├── useutil.c │ │ │ ├── wkssvc.def │ │ │ ├── wkssvc.rc │ │ │ ├── wkssvc_s.c │ │ │ ├── wksta.c │ │ │ ├── ws.h │ │ │ ├── wsbind.h │ │ │ ├── wsconfig.c │ │ │ ├── wsconfig.h │ │ │ ├── wsdevice.c │ │ │ ├── wsdevice.h │ │ │ ├── wsdfs.c │ │ │ ├── wsdfs.h │ │ │ ├── wslogon.c │ │ │ ├── wslsa.c │ │ │ ├── wslsa.h │ │ │ ├── wsmain.c │ │ │ ├── wsmain.h │ │ │ ├── wsmsg.h │ │ │ ├── wssec.c │ │ │ ├── wssec.h │ │ │ ├── wssend.c │ │ │ ├── wsstats.c │ │ │ ├── wsuse.h │ │ │ ├── wsutil.c │ │ │ ├── wsutil.h │ │ │ └── wswksta.h │ │ │ ├── wkssvc.acf │ │ │ ├── wkssvc.h │ │ │ ├── wkssvc.idl │ │ │ └── wsnames.h │ └── xactsrv │ │ ├── apiacces.c │ │ ├── apiacct.c │ │ ├── apichdev.c │ │ ├── apiconn.c │ │ ├── apifile.c │ │ ├── apigroup.c │ │ ├── apilogon.c │ │ ├── apimsg.c │ │ ├── apipath.c │ │ ├── apiprint.c │ │ ├── apisess.c │ │ ├── apishare.c │ │ ├── apisrv.c │ │ ├── apistats.c │ │ ├── apistubs.c │ │ ├── apisvc.c │ │ ├── apitime.c │ │ ├── apiuse.c │ │ ├── apiuser.c │ │ ├── apiwksta.c │ │ ├── changepw.c │ │ ├── changepw.h │ │ ├── makefile │ │ ├── sources │ │ ├── wkstadef.h │ │ ├── xactsrv.def │ │ ├── xactsrv.rc │ │ ├── xactsrvp.h │ │ ├── xsconst.h │ │ ├── xsdata.c │ │ ├── xsdata.h │ │ ├── xsdebug.h │ │ ├── xsdef16.h │ │ ├── xsparm16.h │ │ ├── xsprocsp.h │ │ ├── xssubs.c │ │ ├── xsunicod.c │ │ └── xsunicod.h ├── project.mk ├── sam │ ├── client │ │ ├── bind.c │ │ ├── makefile │ │ ├── sam_rev.rc │ │ ├── samclip.h │ │ ├── samlib.def │ │ ├── sources │ │ ├── tchgpwd.c │ │ ├── tconnect.c │ │ ├── tdisplay.c │ │ ├── temp.c │ │ ├── tmachine.c │ │ ├── tmultipl.c │ │ ├── toempass.c │ │ ├── tsamobj.c │ │ ├── tshut.c │ │ └── wrappers.c │ ├── dirs │ ├── makefil0 │ ├── passfilt │ │ ├── makefile │ │ ├── passfilt.c │ │ ├── passfilt.def │ │ ├── passfilt.rc │ │ ├── passtest.c │ │ └── sources │ ├── samcli.acf │ ├── samimp.h │ ├── samimp.idl │ ├── samrpc.idl │ ├── samsrv.acf │ └── server │ │ ├── alias.c │ │ ├── almember.c │ │ ├── attr.c │ │ ├── bldsam3.c │ │ ├── close.c │ │ ├── context.c │ │ ├── display.c │ │ ├── domain.c │ │ ├── gentab2.c │ │ ├── global.c │ │ ├── group.c │ │ ├── makefile │ │ ├── notify.c │ │ ├── oldstub.c │ │ ├── regnames.txt │ │ ├── rundown.c │ │ ├── sam_rev.rc │ │ ├── samifree.c │ │ ├── samsrv.def │ │ ├── samsrv.prf │ │ ├── samsrvp.h │ │ ├── samss.c │ │ ├── secdescr.c │ │ ├── security.c │ │ ├── server.c │ │ ├── sources │ │ ├── string.c │ │ ├── upgrade.c │ │ ├── upgrade.txt │ │ ├── user.c │ │ ├── utest │ │ ├── makefile │ │ ├── samtest.cxx │ │ └── sources │ │ └── utility.c └── security │ └── protocols │ └── ntlmssp │ ├── client │ ├── crc32.c │ ├── crc32.h │ ├── dirs │ ├── export │ │ ├── makefile │ │ ├── security.def │ │ └── sources │ ├── init.c │ ├── ntlmsspc.h │ ├── security.rc │ ├── sign.c │ ├── sources.inc │ ├── stub.c │ └── support.c │ ├── common │ ├── context.c │ ├── credhand.c │ ├── dirs │ ├── dom │ │ ├── makefile │ │ └── sources │ ├── encrypt.c │ ├── export │ │ ├── makefile │ │ └── sources │ ├── initcomn.c │ ├── ntlmsspi.h │ ├── rng.c │ ├── sources.inc │ └── utility.c │ ├── debug.h │ ├── dirs │ ├── hello │ ├── client │ │ ├── helloc.c │ │ ├── makefile │ │ └── sources │ ├── dirs │ ├── hello.acf │ ├── hello.idl │ ├── makefile │ ├── ntwin32.mak │ └── server │ │ ├── hellos.c │ │ ├── makefile │ │ └── sources │ ├── ntlmcomn.h │ ├── ntlmitf.h │ ├── ntlmssp.h │ ├── ntlmsspd.h │ ├── package │ ├── makefile │ ├── package.c │ ├── secdll.h │ ├── sources │ ├── stubs.c │ ├── stubsa.c │ ├── userstba.c │ └── userstub.c │ └── server │ ├── api.c │ ├── dirs │ ├── error.c │ ├── export │ ├── makefile │ ├── makefile.inc │ ├── ntlmssps.def │ └── sources │ ├── init.c │ ├── lpc.c │ ├── ntlmssps.def │ ├── ntlmssps.h │ ├── ntlmssps.rc │ ├── sources.inc │ ├── ssptest.c │ └── ssptest.rc ├── minkernel ├── crts │ ├── crtw32 │ │ ├── convert │ │ │ ├── _ctype.c │ │ │ ├── _fptostr.c │ │ │ ├── _mbslen.c │ │ │ ├── _wctype.c │ │ │ ├── atof.c │ │ │ ├── atox.c │ │ │ ├── dirs │ │ │ ├── dll │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── fcvt.c │ │ │ ├── gcvt.c │ │ │ ├── isctype.c │ │ │ ├── iswctype.c │ │ │ ├── mac │ │ │ │ ├── atold.c │ │ │ │ └── strtold.c │ │ │ ├── mblen.c │ │ │ ├── mbstowcs.c │ │ │ ├── mbtowc.c │ │ │ ├── mt │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── nt │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── psx │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── sources.nt │ │ │ ├── st │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── strtod.c │ │ │ ├── strtol.c │ │ │ ├── strtoq.c │ │ │ ├── swab.c │ │ │ ├── testconv.c │ │ │ ├── tolower.c │ │ │ ├── toupper.c │ │ │ ├── towlower.c │ │ │ ├── towupper.c │ │ │ ├── wcstod.c │ │ │ ├── wcstol.c │ │ │ ├── wcstombs.c │ │ │ ├── wctomb.c │ │ │ ├── wtox.c │ │ │ ├── xtoa.c │ │ │ └── xtow.c │ │ ├── crt32.nt │ │ ├── direct │ │ │ ├── dirs │ │ │ ├── dll │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── drivemap.c │ │ │ ├── drivfree.c │ │ │ ├── findfi64.c │ │ │ ├── findfile.c │ │ │ ├── mt │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── seterrm.c │ │ │ ├── slbeep.c │ │ │ ├── sources.nt │ │ │ ├── st │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── wfindfil.c │ │ │ ├── wfndfi64.c │ │ │ └── x86 │ │ │ │ └── enable.asm │ │ ├── dirs │ │ ├── dllstuff │ │ │ ├── adjustfd.c │ │ │ ├── atonexit.c │ │ │ ├── cinitexe.c │ │ │ ├── crtdll.c │ │ │ ├── crtexe.c │ │ │ ├── crtexew.c │ │ │ ├── crtlib.c │ │ │ ├── dirs │ │ │ ├── dll │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── dll_argv.c │ │ │ ├── dllargv.c │ │ │ ├── dlllib │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── macdll │ │ │ │ ├── makedll.cmd │ │ │ │ ├── makedlld.cmd │ │ │ │ ├── msvcr40d.def │ │ │ │ ├── msvcrt40.def │ │ │ │ └── msvcrt40.r │ │ │ ├── merr.c │ │ │ ├── sources.nt │ │ │ ├── ti_inst.cpp │ │ │ ├── wcrtexe.c │ │ │ ├── wcrtexew.c │ │ │ ├── wdllargv.c │ │ │ ├── wildcard.c │ │ │ ├── x86 │ │ │ │ └── dllsupp.asm │ │ │ ├── xncommod.c │ │ │ └── xtxtmode.c │ │ ├── dos │ │ │ ├── access.c │ │ │ ├── chdir.c │ │ │ ├── chmod.c │ │ │ ├── dirs │ │ │ ├── dll │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── dosmap.c │ │ │ ├── drive.c │ │ │ ├── fullpath.c │ │ │ ├── getcwd.c │ │ │ ├── getpid.c │ │ │ ├── mac │ │ │ │ └── remove.c │ │ │ ├── mkdir.c │ │ │ ├── mt │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── mterrno.c │ │ │ ├── rename.c │ │ │ ├── rmdir.c │ │ │ ├── sources.nt │ │ │ ├── st │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── stat.c │ │ │ ├── stati64.c │ │ │ ├── unlink.c │ │ │ ├── waccess.c │ │ │ ├── wchdir.c │ │ │ ├── wchmod.c │ │ │ ├── wfullpat.c │ │ │ ├── wgetcwd.c │ │ │ ├── wmkdir.c │ │ │ ├── wrename.c │ │ │ ├── wrmdir.c │ │ │ ├── wstat.c │ │ │ ├── wstati64.c │ │ │ └── wunlink.c │ │ ├── eh │ │ │ ├── alpha │ │ │ │ ├── bridge.h │ │ │ │ ├── bridge.s │ │ │ │ ├── ehunwind.c │ │ │ │ ├── ehunwind.h │ │ │ │ ├── trnsctrl.cpp │ │ │ │ ├── xcptmisc.h │ │ │ │ └── xcptmisc.s │ │ │ ├── csysex.cpp │ │ │ ├── dirs │ │ │ ├── dll │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── dlllib │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── ehvecctr.cpp │ │ │ ├── ehveccvb.cpp │ │ │ ├── ehvecdtr.cpp │ │ │ ├── frame.cpp │ │ │ ├── hooks.cpp │ │ │ ├── mac │ │ │ │ ├── m68k │ │ │ │ │ └── frame.cpp │ │ │ │ └── pmac │ │ │ │ │ ├── ehstate.cpp │ │ │ │ │ ├── lowhelpr.asm │ │ │ │ │ └── trnsctrl.cpp │ │ │ ├── mips │ │ │ │ ├── ehstate.cpp │ │ │ │ ├── handlers.s │ │ │ │ ├── rtlmisc.s │ │ │ │ ├── trnsctrl.cpp │ │ │ │ └── unwind.cpp │ │ │ ├── mt │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── nt │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── ppc │ │ │ │ ├── ehstate.cpp │ │ │ │ ├── handlers.s │ │ │ │ ├── trnsctrl.cpp │ │ │ │ └── unwind.s │ │ │ ├── rtti.cpp │ │ │ ├── sources.nt │ │ │ ├── st │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── stdexcpt.cpp │ │ │ ├── stdnewh.cpp │ │ │ ├── throw.cpp │ │ │ ├── typinfo.cpp │ │ │ ├── typname.cpp │ │ │ ├── unhandld.cpp │ │ │ ├── user.cpp │ │ │ ├── validate.cpp │ │ │ ├── x86 │ │ │ │ ├── ehprolog.asm │ │ │ │ ├── lowhelpr.asm │ │ │ │ └── trnsctrl.cpp │ │ │ └── xundname.cpp │ │ ├── exec │ │ │ ├── cenvarg.c │ │ │ ├── cfinfo.c │ │ │ ├── dirs │ │ │ ├── dll │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── dospawn.c │ │ │ ├── execl.c │ │ │ ├── execle.c │ │ │ ├── execlp.c │ │ │ ├── execlpe.c │ │ │ ├── execv.c │ │ │ ├── execve.c │ │ │ ├── execvp.c │ │ │ ├── execvpe.c │ │ │ ├── fileinfo.c │ │ │ ├── getproc.c │ │ │ ├── loaddll.c │ │ │ ├── mac │ │ │ │ └── spawn.c │ │ │ ├── mt │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── sources.nt │ │ │ ├── spawnl.c │ │ │ ├── spawnle.c │ │ │ ├── spawnlp.c │ │ │ ├── spawnlpe.c │ │ │ ├── spawnv.c │ │ │ ├── spawnve.c │ │ │ ├── spawnvp.c │ │ │ ├── spawnvpe.c │ │ │ ├── st │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── system.c │ │ │ ├── wait.c │ │ │ ├── wcenvarg.c │ │ │ ├── wdospawn.c │ │ │ ├── wexecl.c │ │ │ ├── wexecle.c │ │ │ ├── wexeclp.c │ │ │ ├── wexeclpe.c │ │ │ ├── wexecv.c │ │ │ ├── wexecve.c │ │ │ ├── wexecvp.c │ │ │ ├── wexecvpe.c │ │ │ ├── wspawnl.c │ │ │ ├── wspawnle.c │ │ │ ├── wspawnlp.c │ │ │ ├── wspawnv.c │ │ │ ├── wspawnve.c │ │ │ ├── wspawnvp.c │ │ │ ├── wspwnlpe.c │ │ │ ├── wspwnvpe.c │ │ │ └── wsystem.c │ │ ├── h │ │ │ ├── assert.h │ │ │ ├── awint.h │ │ │ ├── cmacros.inc │ │ │ ├── cmsgs.h │ │ │ ├── conio.h │ │ │ ├── crtdbg.h │ │ │ ├── cruntime.h │ │ │ ├── cruntime.inc │ │ │ ├── csysex.hxx │ │ │ ├── ctime.h │ │ │ ├── ctype.h │ │ │ ├── cvt.h │ │ │ ├── dbgint.h │ │ │ ├── defsects.inc │ │ │ ├── direct.h │ │ │ ├── dos.h │ │ │ ├── doscalls.h │ │ │ ├── dostypes.h │ │ │ ├── eh.h │ │ │ ├── ehassert.h │ │ │ ├── ehhooks.h │ │ │ ├── ehstate.h │ │ │ ├── errmsg.h │ │ │ ├── errno.h │ │ │ ├── error.h │ │ │ ├── error2.h │ │ │ ├── except.inc │ │ │ ├── excpt.h │ │ │ ├── exsup.inc │ │ │ ├── fcntl.h │ │ │ ├── file2.h │ │ │ ├── float.h │ │ │ ├── fltintrn.h │ │ │ ├── fpieee.h │ │ │ ├── fstream.h │ │ │ ├── heap.h │ │ │ ├── internal.h │ │ │ ├── io.h │ │ │ ├── iomanip.h │ │ │ ├── ios.h │ │ │ ├── iostream.h │ │ │ ├── istream.h │ │ │ ├── limits.h │ │ │ ├── locale.h │ │ │ ├── mac │ │ │ │ ├── mpw.h │ │ │ │ └── rtlib.h │ │ │ ├── malloc.h │ │ │ ├── math.h │ │ │ ├── mbctype.h │ │ │ ├── mbdata.h │ │ │ ├── mbstring.h │ │ │ ├── memory.h │ │ │ ├── mm.inc │ │ │ ├── msdos.h │ │ │ ├── msdos.inc │ │ │ ├── mtdll.h │ │ │ ├── mtest.h │ │ │ ├── new.h │ │ │ ├── nlsint.h │ │ │ ├── oscalls.h │ │ │ ├── ostream.h │ │ │ ├── plstring.h │ │ │ ├── process.h │ │ │ ├── pversion.inc │ │ │ ├── rterr.h │ │ │ ├── rtti.h │ │ │ ├── search.h │ │ │ ├── setjmp.h │ │ │ ├── setjmpex.h │ │ │ ├── setlocal.h │ │ │ ├── share.h │ │ │ ├── signal.h │ │ │ ├── sizeptr.h │ │ │ ├── stdarg.h │ │ │ ├── stddef.h │ │ │ ├── stdexcpt.h │ │ │ ├── stdio.h │ │ │ ├── stdiostr.h │ │ │ ├── stdlib.h │ │ │ ├── streamb.h │ │ │ ├── string.h │ │ │ ├── strstrea.h │ │ │ ├── sys │ │ │ │ ├── locking.h │ │ │ │ ├── stat.h │ │ │ │ ├── timeb.h │ │ │ │ ├── types.h │ │ │ │ └── utime.h │ │ │ ├── syserr.h │ │ │ ├── tchar.h │ │ │ ├── time.h │ │ │ ├── timeb.inc │ │ │ ├── trnsctrl.h │ │ │ ├── typeinfo.h │ │ │ ├── v2tov3.h │ │ │ ├── varargs.h │ │ │ ├── wchar.h │ │ │ ├── win32s.h │ │ │ └── winheap.h │ │ ├── hack │ │ │ ├── dirs │ │ │ ├── nt │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── sources.nt │ │ │ └── stubs.c │ │ ├── heap │ │ │ ├── _newmode.c │ │ │ ├── badalloc.cpp │ │ │ ├── calloc.c │ │ │ ├── delete.cpp │ │ │ ├── dirs │ │ │ ├── dll │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── dlllib │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── expand.c │ │ │ ├── findaddr.c │ │ │ ├── free.c │ │ │ ├── handler.cpp │ │ │ ├── heapadd.c │ │ │ ├── heapchk.c │ │ │ ├── heapdump.c │ │ │ ├── heapgrow.c │ │ │ ├── heaphook.c │ │ │ ├── heapinit.c │ │ │ ├── heapmin.c │ │ │ ├── heapprm.c │ │ │ ├── heapsrch.c │ │ │ ├── heapused.c │ │ │ ├── heapwalk.c │ │ │ ├── hpabort.c │ │ │ ├── mac │ │ │ │ └── heapaslm.c │ │ │ ├── malloc.c │ │ │ ├── msize.c │ │ │ ├── mt │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── new.cpp │ │ │ ├── new_mode.cpp │ │ │ ├── oldnew.c │ │ │ ├── psx │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── realloc.c │ │ │ ├── setnewh.cpp │ │ │ ├── sources.nt │ │ │ └── st │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ ├── helper │ │ │ ├── dirs │ │ │ ├── dll │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── dlllib │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── empty.c │ │ │ ├── mips │ │ │ │ ├── llabsdiv.c │ │ │ │ ├── llbit.c │ │ │ │ ├── llcvt.s │ │ │ │ ├── lldefs.h │ │ │ │ ├── lldiv.c │ │ │ │ ├── lldivrem.s │ │ │ │ ├── llmul.s │ │ │ │ ├── llshift.s │ │ │ │ └── llshiftt.c │ │ │ ├── mt │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── nt │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── ppc │ │ │ │ ├── dtoi.s │ │ │ │ ├── dtoi64.s │ │ │ │ ├── dtou.s │ │ │ │ ├── dtou64.s │ │ │ │ ├── i64div.s │ │ │ │ ├── i64rem.s │ │ │ │ ├── i64tod.s │ │ │ │ ├── icall.s │ │ │ │ ├── itod.s │ │ │ │ ├── itof.s │ │ │ │ ├── restfpr.s │ │ │ │ ├── restgpr.s │ │ │ │ ├── savefpr.s │ │ │ │ ├── savegpr.s │ │ │ │ ├── u64div.s │ │ │ │ ├── u64rem.s │ │ │ │ ├── u64tod.s │ │ │ │ ├── utod.s │ │ │ │ └── utof.s │ │ │ ├── psx │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── sources.nt │ │ │ ├── st │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ └── x86 │ │ │ │ ├── lldiv.asm │ │ │ │ ├── llmul.asm │ │ │ │ ├── llrem.asm │ │ │ │ ├── llshl.asm │ │ │ │ ├── llshr.asm │ │ │ │ ├── ulldiv.asm │ │ │ │ ├── ulldvrm.asm │ │ │ │ ├── ullrem.asm │ │ │ │ └── ullshr.asm │ │ ├── iostream │ │ │ ├── cerrinit.cpp │ │ │ ├── cininit.cpp │ │ │ ├── cloginit.cpp │ │ │ ├── dirs │ │ │ ├── dll │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── filebuf.cpp │ │ │ ├── filebuf1.cpp │ │ │ ├── fstream.cpp │ │ │ ├── ifstream.cpp │ │ │ ├── ios.cpp │ │ │ ├── iostream.cpp │ │ │ ├── iostrini.cpp │ │ │ ├── istrchar.cpp │ │ │ ├── istrdbl.cpp │ │ │ ├── istream.cpp │ │ │ ├── istream1.cpp │ │ │ ├── istrflt.cpp │ │ │ ├── istrgdbl.cpp │ │ │ ├── istrget.cpp │ │ │ ├── istrgetl.cpp │ │ │ ├── istrgint.cpp │ │ │ ├── istrint.cpp │ │ │ ├── istrldbl.cpp │ │ │ ├── istrlong.cpp │ │ │ ├── istrshrt.cpp │ │ │ ├── istruint.cpp │ │ │ ├── istrulng.cpp │ │ │ ├── istrusht.cpp │ │ │ ├── mt │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── mtlock.c │ │ │ ├── ofstream.cpp │ │ │ ├── ostrchar.cpp │ │ │ ├── ostrdbl.cpp │ │ │ ├── ostream.cpp │ │ │ ├── ostream1.cpp │ │ │ ├── ostrint.cpp │ │ │ ├── ostrldbl.cpp │ │ │ ├── ostrlong.cpp │ │ │ ├── ostrptr.cpp │ │ │ ├── ostrput.cpp │ │ │ ├── ostrshrt.cpp │ │ │ ├── ostruint.cpp │ │ │ ├── ostrulng.cpp │ │ │ ├── ostrusht.cpp │ │ │ ├── sources.nt │ │ │ ├── st │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── stdiostr.cpp │ │ │ ├── streamb.cpp │ │ │ ├── streamb1.cpp │ │ │ ├── strmbdbp.cpp │ │ │ └── strstrea.cpp │ │ ├── linkopts │ │ │ ├── binmode.c │ │ │ ├── commode.c │ │ │ ├── fp10.c │ │ │ ├── makefile │ │ │ ├── makefile.inc │ │ │ ├── newmode.c │ │ │ ├── newnew.c │ │ │ ├── setargv.c │ │ │ ├── sources │ │ │ └── wsetargv.c │ │ ├── lowio │ │ │ ├── cgets.c │ │ │ ├── chsize.c │ │ │ ├── close.c │ │ │ ├── commit.c │ │ │ ├── cputs.c │ │ │ ├── creat.c │ │ │ ├── dirs │ │ │ ├── dll │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── dlllib │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── dup.c │ │ │ ├── dup2.c │ │ │ ├── eof.c │ │ │ ├── flength.c │ │ │ ├── fleni64.c │ │ │ ├── fstat.c │ │ │ ├── fstati64.c │ │ │ ├── getch.c │ │ │ ├── initcon.c │ │ │ ├── ioinit.c │ │ │ ├── isatty.c │ │ │ ├── locking.c │ │ │ ├── lseek.c │ │ │ ├── lseeki64.c │ │ │ ├── mac │ │ │ │ ├── _endlow.c │ │ │ │ └── dupx.c │ │ │ ├── mktemp.c │ │ │ ├── mt │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── open.c │ │ │ ├── osfinfo.c │ │ │ ├── pipe.c │ │ │ ├── putch.c │ │ │ ├── read.c │ │ │ ├── setmode.c │ │ │ ├── sources.nt │ │ │ ├── st │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── tell.c │ │ │ ├── telli64.c │ │ │ ├── txtmode.c │ │ │ ├── wcreat.c │ │ │ ├── wmktemp.c │ │ │ ├── wopen.c │ │ │ ├── write.c │ │ │ └── x86 │ │ │ │ ├── inp.asm │ │ │ │ └── outp.asm │ │ ├── mbstring │ │ │ ├── dirs │ │ │ ├── dll │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── ismbalnm.c │ │ │ ├── ismbalph.c │ │ │ ├── ismbbyte.c │ │ │ ├── ismbdgt.c │ │ │ ├── ismbgrph.c │ │ │ ├── ismbknj.c │ │ │ ├── ismblgl.c │ │ │ ├── ismblwr.c │ │ │ ├── ismbprn.c │ │ │ ├── ismbpunc.c │ │ │ ├── ismbsle.c │ │ │ ├── ismbspc.c │ │ │ ├── ismbstr.c │ │ │ ├── ismbupr.c │ │ │ ├── mbbtype.c │ │ │ ├── mbccpy.c │ │ │ ├── mbclen.c │ │ │ ├── mbclevel.c │ │ │ ├── mbctype.c │ │ │ ├── mbsbtype.c │ │ │ ├── mbscat.c │ │ │ ├── mbschr.c │ │ │ ├── mbscmp.c │ │ │ ├── mbscoll.c │ │ │ ├── mbscspn.c │ │ │ ├── mbsdec.c │ │ │ ├── mbsdup.c │ │ │ ├── mbsicmp.c │ │ │ ├── mbsicoll.c │ │ │ ├── mbsinc.c │ │ │ ├── mbslen.c │ │ │ ├── mbslwr.c │ │ │ ├── mbsnbcat.c │ │ │ ├── mbsnbcmp.c │ │ │ ├── mbsnbcnt.c │ │ │ ├── mbsnbcol.c │ │ │ ├── mbsnbcpy.c │ │ │ ├── mbsnbicm.c │ │ │ ├── mbsnbico.c │ │ │ ├── mbsnbset.c │ │ │ ├── mbsncat.c │ │ │ ├── mbsnccnt.c │ │ │ ├── mbsncmp.c │ │ │ ├── mbsncoll.c │ │ │ ├── mbsncpy.c │ │ │ ├── mbsnextc.c │ │ │ ├── mbsnicmp.c │ │ │ ├── mbsnicol.c │ │ │ ├── mbsninc.c │ │ │ ├── mbsnset.c │ │ │ ├── mbspbrk.c │ │ │ ├── mbsrchr.c │ │ │ ├── mbsrev.c │ │ │ ├── mbsset.c │ │ │ ├── mbsspn.c │ │ │ ├── mbsspnp.c │ │ │ ├── mbsstr.c │ │ │ ├── mbstok.c │ │ │ ├── mbsupr.c │ │ │ ├── mbtohira.c │ │ │ ├── mbtokata.c │ │ │ ├── mbtolwr.c │ │ │ ├── mbtoupr.c │ │ │ ├── mt │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── psx │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── sources.nt │ │ │ ├── st │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── tojisjms.c │ │ │ ├── tombbmbc.c │ │ │ └── x86 │ │ │ │ ├── mbscat.asm │ │ │ │ └── mbsdup.asm │ │ ├── misc │ │ │ ├── _strerr.c │ │ │ ├── abort.c │ │ │ ├── abs.c │ │ │ ├── alpha │ │ │ │ ├── chandler.c │ │ │ │ ├── divdat.s │ │ │ │ ├── divide.s │ │ │ │ ├── divide2.s │ │ │ │ ├── extv.s │ │ │ │ ├── extvvol.s │ │ │ │ ├── extzv.s │ │ │ │ ├── extzvvol.s │ │ │ │ ├── fastdiv.s │ │ │ │ ├── ghandler.c │ │ │ │ ├── insv.s │ │ │ │ ├── insvvol.s │ │ │ │ ├── jmpuwind.s │ │ │ │ ├── longjmp.s │ │ │ │ ├── ots_as.hs │ │ │ │ ├── ots_defs.hs │ │ │ │ ├── otsdiv.s │ │ │ │ ├── otsjmp.s │ │ │ │ ├── otsjmpex.s │ │ │ │ ├── otsnote.txt │ │ │ │ ├── otsuwind.s │ │ │ │ ├── scmpeql.s │ │ │ │ ├── scmpeqlp.s │ │ │ │ ├── scmpleq.s │ │ │ │ ├── scmpleqp.s │ │ │ │ ├── scmplss.s │ │ │ │ ├── scmplssp.s │ │ │ │ ├── setjmp.s │ │ │ │ ├── setjmpex.s │ │ │ │ ├── sfill.s │ │ │ │ ├── sloc.s │ │ │ │ ├── smove.s │ │ │ │ ├── smovem.s │ │ │ │ ├── strans.s │ │ │ │ ├── strcmp_.s │ │ │ │ ├── strcpy_.s │ │ │ │ ├── strlen_.s │ │ │ │ └── szero.s │ │ │ ├── assert.c │ │ │ ├── aw_cmp.c │ │ │ ├── aw_com.c │ │ │ ├── aw_env.c │ │ │ ├── aw_loc.c │ │ │ ├── aw_map.c │ │ │ ├── aw_str.c │ │ │ ├── bsearch.c │ │ │ ├── charmax.c │ │ │ ├── cmiscdat.c │ │ │ ├── crtmbox.c │ │ │ ├── ctype.c │ │ │ ├── dbgdel.cpp │ │ │ ├── dbgheap.c │ │ │ ├── dbghook.c │ │ │ ├── dbgnew.cpp │ │ │ ├── dbgrpt.c │ │ │ ├── dirs │ │ │ ├── div.c │ │ │ ├── dll │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── dlllib │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── errmode.c │ │ │ ├── getenv.c │ │ │ ├── getpath.c │ │ │ ├── getqloc.c │ │ │ ├── gs_report.c │ │ │ ├── initcoll.c │ │ │ ├── initctyp.c │ │ │ ├── inithelp.c │ │ │ ├── initmon.c │ │ │ ├── initnum.c │ │ │ ├── inittime.c │ │ │ ├── labs.c │ │ │ ├── lcnvinit.c │ │ │ ├── lconv.c │ │ │ ├── ldiv.c │ │ │ ├── lfind.c │ │ │ ├── lsearch.c │ │ │ ├── mac │ │ │ │ ├── cinitenv.c │ │ │ │ ├── cinitone.c │ │ │ │ ├── gestalt.c │ │ │ │ ├── id2path.c │ │ │ │ ├── pmac │ │ │ │ │ ├── setjmp.asm │ │ │ │ │ └── stkavl.c │ │ │ │ ├── signal.c │ │ │ │ └── xcptfltr.c │ │ │ ├── makepath.c │ │ │ ├── mbtowenv.c │ │ │ ├── mips │ │ │ │ ├── chandler.c │ │ │ │ ├── jmpuwind.s │ │ │ │ ├── longjmp.s │ │ │ │ ├── setjmp.s │ │ │ │ └── setjmpex.s │ │ │ ├── mt │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── mtest.c │ │ │ ├── nlsdata1.c │ │ │ ├── nlsdata2.c │ │ │ ├── nlsdata3.c │ │ │ ├── nt │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── onexit.c │ │ │ ├── perror.c │ │ │ ├── ppc │ │ │ │ ├── chandler.c │ │ │ │ ├── exsup.s │ │ │ │ ├── jmpuwind.s │ │ │ │ ├── longjmp.s │ │ │ │ ├── miscasm.s │ │ │ │ ├── setjmp.s │ │ │ │ └── setjmpex.s │ │ │ ├── psx │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── purevirt.c │ │ │ ├── putenv.c │ │ │ ├── qsort.c │ │ │ ├── rand.c │ │ │ ├── rotl.c │ │ │ ├── rotr.c │ │ │ ├── searchen.c │ │ │ ├── setenv.c │ │ │ ├── setlocal.c │ │ │ ├── sources.nt │ │ │ ├── splitpat.c │ │ │ ├── st │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── strerror.c │ │ │ ├── syserr.c │ │ │ ├── umask.c │ │ │ ├── wgetenv.c │ │ │ ├── wgetpath.c │ │ │ ├── winsig.c │ │ │ ├── winxfltr.c │ │ │ ├── wmakepat.c │ │ │ ├── wperror.c │ │ │ ├── wputenv.c │ │ │ ├── wrt2err.c │ │ │ ├── wsearche.c │ │ │ ├── wsetenv.c │ │ │ ├── wsetloca.c │ │ │ ├── wsplitpa.c │ │ │ ├── wtombenv.c │ │ │ └── x86 │ │ │ │ ├── exsup.asm │ │ │ │ ├── exsup2.asm │ │ │ │ ├── exsup3.asm │ │ │ │ ├── loadcfg.c │ │ │ │ ├── longjmp.asm │ │ │ │ ├── sehprolg.asm │ │ │ │ ├── sehsupp.c │ │ │ │ ├── setjmp.asm │ │ │ │ ├── setjmp3.asm │ │ │ │ └── setjmpex.asm │ │ ├── small │ │ │ ├── crt0dat.c │ │ │ ├── ctype.c │ │ │ ├── makefile │ │ │ ├── makefile.inc │ │ │ ├── mips │ │ │ │ ├── huge.s │ │ │ │ └── sources │ │ │ ├── nlsdata1.c │ │ │ ├── nlsdata2.c │ │ │ ├── nlsdata3.c │ │ │ ├── sources │ │ │ ├── syserr.c │ │ │ ├── timeset.c │ │ │ └── tlssup.c │ │ ├── startup │ │ │ ├── _setargv.c │ │ │ ├── _wstargv.c │ │ │ ├── alpha │ │ │ │ └── chkstk.s │ │ │ ├── crt0.c │ │ │ ├── crt0dat.c │ │ │ ├── crt0fp.c │ │ │ ├── crt0init.c │ │ │ ├── crt0msg.c │ │ │ ├── dirs │ │ │ ├── dll │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ └── sources │ │ │ ├── dllcrt0.c │ │ │ ├── dlllib │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ └── sources │ │ │ ├── dllmain.c │ │ │ ├── mac │ │ │ │ ├── amsg.c │ │ │ │ ├── exit.c │ │ │ │ ├── init.c │ │ │ │ ├── libcinfo.c │ │ │ │ └── runtime.c │ │ │ ├── makefile.inc │ │ │ ├── mips │ │ │ │ └── chkstk.s │ │ │ ├── mlock.c │ │ │ ├── mt │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ └── sources │ │ │ ├── nt │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ └── sources │ │ │ ├── ppc │ │ │ │ └── chkstk.s │ │ │ ├── psx │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ └── sources │ │ │ ├── sources.nt │ │ │ ├── st │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ └── sources │ │ │ ├── stdargv.c │ │ │ ├── stdenvp.c │ │ │ ├── thread.c │ │ │ ├── threadex.c │ │ │ ├── tidprint.c │ │ │ ├── tidtable.c │ │ │ ├── tlssup.c │ │ │ ├── wcrt0.c │ │ │ ├── wild.c │ │ │ ├── wincrt0.c │ │ │ ├── wstdargv.c │ │ │ ├── wstdenvp.c │ │ │ ├── wwild.c │ │ │ ├── wwincrt0.c │ │ │ └── x86 │ │ │ │ ├── atlssup.asm │ │ │ │ ├── chkstk.asm │ │ │ │ └── fp8.c │ │ ├── stdio │ │ │ ├── _filbuf.c │ │ │ ├── _file.c │ │ │ ├── _filwbuf.c │ │ │ ├── _flsbuf.c │ │ │ ├── _flswbuf.c │ │ │ ├── _freebuf.c │ │ │ ├── _getbuf.c │ │ │ ├── _open.c │ │ │ ├── _sftbuf.c │ │ │ ├── _wopen.c │ │ │ ├── clearerr.c │ │ │ ├── closeall.c │ │ │ ├── cprintf.c │ │ │ ├── cscanf.c │ │ │ ├── dirs │ │ │ ├── dll │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ └── sources │ │ │ ├── dlllib │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ └── sources │ │ │ ├── fclose.c │ │ │ ├── fdopen.c │ │ │ ├── feoferr.c │ │ │ ├── fflush.c │ │ │ ├── fgetc.c │ │ │ ├── fgetchar.c │ │ │ ├── fgetpos.c │ │ │ ├── fgets.c │ │ │ ├── fgetwc.c │ │ │ ├── fgetwchr.c │ │ │ ├── fgetws.c │ │ │ ├── fileno.c │ │ │ ├── files.c │ │ │ ├── fopen.c │ │ │ ├── fprintf.c │ │ │ ├── fputc.c │ │ │ ├── fputchar.c │ │ │ ├── fputs.c │ │ │ ├── fputwc.c │ │ │ ├── fputwchr.c │ │ │ ├── fputws.c │ │ │ ├── fread.c │ │ │ ├── freopen.c │ │ │ ├── fscanf.c │ │ │ ├── fseek.c │ │ │ ├── fseeki64.c │ │ │ ├── fsetpos.c │ │ │ ├── ftell.c │ │ │ ├── ftelli64.c │ │ │ ├── fwprintf.c │ │ │ ├── fwrite.c │ │ │ ├── fwscanf.c │ │ │ ├── gets.c │ │ │ ├── getw.c │ │ │ ├── getws.c │ │ │ ├── input.c │ │ │ ├── mac │ │ │ │ └── initstd.c │ │ │ ├── makefile.inc │ │ │ ├── maketab.c │ │ │ ├── maketabc.c │ │ │ ├── mt │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ └── sources │ │ │ ├── ncommode.c │ │ │ ├── nt │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ └── sources │ │ │ ├── output.c │ │ │ ├── popen.c │ │ │ ├── printf.c │ │ │ ├── psx │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ └── sources │ │ │ ├── puts.c │ │ │ ├── putw.c │ │ │ ├── putws.c │ │ │ ├── rewind.c │ │ │ ├── rmtmp.c │ │ │ ├── scanf.c │ │ │ ├── setbuf.c │ │ │ ├── setmaxf.c │ │ │ ├── setvbuf.c │ │ │ ├── snprintf.c │ │ │ ├── snwprint.c │ │ │ ├── sources.nt │ │ │ ├── sprintf.c │ │ │ ├── sscanf.c │ │ │ ├── st │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ └── sources │ │ │ ├── stream.c │ │ │ ├── swprintf.c │ │ │ ├── swscanf.c │ │ │ ├── tempnam.c │ │ │ ├── test_out.c │ │ │ ├── tmpfile.c │ │ │ ├── ungetc.c │ │ │ ├── ungetwc.c │ │ │ ├── vfprintf.c │ │ │ ├── vfwprint.c │ │ │ ├── vprintf.c │ │ │ ├── vsnprint.c │ │ │ ├── vsnwprnt.c │ │ │ ├── vsprintf.c │ │ │ ├── vswprint.c │ │ │ ├── vwprintf.c │ │ │ ├── wfdopen.c │ │ │ ├── wfopen.c │ │ │ ├── wfreopen.c │ │ │ ├── winput.c │ │ │ ├── woutput.c │ │ │ ├── wpopen.c │ │ │ ├── wprintf.c │ │ │ ├── wscanf.c │ │ │ ├── wtempnam.c │ │ │ └── wtmpfile.c │ │ ├── string │ │ │ ├── alpha │ │ │ │ ├── strcat.c │ │ │ │ ├── strcmps.s │ │ │ │ ├── strcpys.s │ │ │ │ └── strlens.s │ │ │ ├── dirs │ │ │ ├── dll │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ └── sources │ │ │ ├── mac │ │ │ │ ├── c2pstr.c │ │ │ │ ├── p2cstr.c │ │ │ │ ├── plstrcat.c │ │ │ │ ├── plstrchr.c │ │ │ │ ├── plstrcmp.c │ │ │ │ ├── plstrlen.c │ │ │ │ ├── plstrnca.c │ │ │ │ ├── plstrncm.c │ │ │ │ ├── plstrncp.c │ │ │ │ ├── plstrpbr.c │ │ │ │ ├── plstrrch.c │ │ │ │ ├── plstrspn.c │ │ │ │ └── plstrstr.c │ │ │ ├── makefile.inc │ │ │ ├── memccpy.c │ │ │ ├── memchr.c │ │ │ ├── memcmp.c │ │ │ ├── memcpy.c │ │ │ ├── memicmp.c │ │ │ ├── memmove.c │ │ │ ├── memset.c │ │ │ ├── mips │ │ │ │ ├── memcmpm.s │ │ │ │ ├── memcpym.s │ │ │ │ ├── memorym.s │ │ │ │ ├── memsetm.s │ │ │ │ ├── strcatm.s │ │ │ │ ├── strchrm.s │ │ │ │ ├── strcmpm.s │ │ │ │ ├── strcpym.s │ │ │ │ ├── strlenm.s │ │ │ │ └── strrchrm.s │ │ │ ├── mt │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ └── sources │ │ │ ├── nt │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ └── sources │ │ │ ├── ppc │ │ │ │ ├── memccpyp.s │ │ │ │ ├── memchrp.s │ │ │ │ ├── memcmpp.s │ │ │ │ ├── memcpyp.s │ │ │ │ ├── memsetp.s │ │ │ │ ├── strcatp.s │ │ │ │ ├── strchrp.s │ │ │ │ ├── strcmpp.s │ │ │ │ ├── stricmpp.s │ │ │ │ ├── strlenp.s │ │ │ │ └── strrchrp.s │ │ │ ├── psx │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ └── sources │ │ │ ├── sources.nt │ │ │ ├── st │ │ │ │ ├── makefile │ │ │ │ ├── makefile.inc │ │ │ │ └── sources │ │ │ ├── strcat.c │ │ │ ├── strchr.c │ │ │ ├── strcmp.c │ │ │ ├── strcoll.c │ │ │ ├── strcspn.c │ │ │ ├── strdup.c │ │ │ ├── stricmp.c │ │ │ ├── stricoll.c │ │ │ ├── strlen.c │ │ │ ├── strlwr.c │ │ │ ├── strncat.c │ │ │ ├── strncmp.c │ │ │ ├── strncoll.c │ │ │ ├── strncpy.c │ │ │ ├── strnicmp.c │ │ │ ├── strnicol.c │ │ │ ├── strnset.c │ │ │ ├── strpbrk.c │ │ │ ├── strrchr.c │ │ │ ├── strrev.c │ │ │ ├── strset.c │ │ │ ├── strspn.c │ │ │ ├── strstr.c │ │ │ ├── strtok.c │ │ │ ├── strupr.c │ │ │ ├── strxfrm.c │ │ │ ├── wcscat.c │ │ │ ├── wcschr.c │ │ │ ├── wcscmp.c │ │ │ ├── wcscoll.c │ │ │ ├── wcscspn.c │ │ │ ├── wcsdup.c │ │ │ ├── wcsicmp.c │ │ │ ├── wcsicoll.c │ │ │ ├── wcslen.c │ │ │ ├── wcslwr.c │ │ │ ├── wcsncat.c │ │ │ ├── wcsncmp.c │ │ │ ├── wcsncoll.c │ │ │ ├── wcsncpy.c │ │ │ ├── wcsnicmp.c │ │ │ ├── wcsnicol.c │ │ │ ├── wcsnset.c │ │ │ ├── wcspbrk.c │ │ │ ├── wcsrchr.c │ │ │ ├── wcsrev.c │ │ │ ├── wcsset.c │ │ │ ├── wcsspn.c │ │ │ ├── wcsstr.c │ │ │ ├── wcstok.c │ │ │ ├── wcsupr.c │ │ │ ├── wcsxfrm.c │ │ │ └── x86 │ │ │ │ ├── memccpy.asm │ │ │ │ ├── memchr.asm │ │ │ │ ├── memcmp.asm │ │ │ │ ├── memcpy.asm │ │ │ │ ├── memicmp.asm │ │ │ │ ├── memmove.asm │ │ │ │ ├── memset.asm │ │ │ │ ├── strcat.asm │ │ │ │ ├── strchr.asm │ │ │ │ ├── strcmp.asm │ │ │ │ ├── strcspn.asm │ │ │ │ ├── strdup.asm │ │ │ │ ├── stricmp.asm │ │ │ │ ├── strlen.asm │ │ │ │ ├── strncat.asm │ │ │ │ ├── strncmp.asm │ │ │ │ ├── strncpy.asm │ │ │ │ ├── strnicmp.asm │ │ │ │ ├── strnset.asm │ │ │ │ ├── strpbrk.asm │ │ │ │ ├── strrchr.asm │ │ │ │ ├── strrev.asm │ │ │ │ ├── strset.asm │ │ │ │ ├── strspn.asm │ │ │ │ └── strstr.asm │ │ ├── time │ │ │ ├── asctime.c │ │ │ ├── clock.c │ │ │ ├── ctime.c │ │ │ ├── days.c │ │ │ ├── difftime.c │ │ │ ├── dirs │ │ │ ├── dll │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── dtoxtime.c │ │ │ ├── ftime.c │ │ │ ├── gmtime.c │ │ │ ├── localtim.c │ │ │ ├── mac │ │ │ │ └── cinitclk.c │ │ │ ├── mktime.c │ │ │ ├── mt │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── psx │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── sources.nt │ │ │ ├── st │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── strdate.c │ │ │ ├── strftime.c │ │ │ ├── strtime.c │ │ │ ├── systime.c │ │ │ ├── time.c │ │ │ ├── timeset.c │ │ │ ├── tzset.c │ │ │ ├── utime.c │ │ │ ├── wasctime.c │ │ │ ├── wcsftime.c │ │ │ ├── wctime.c │ │ │ ├── wstrdate.c │ │ │ ├── wstrtime.c │ │ │ └── wutime.c │ │ └── winheap │ │ │ ├── _newmode.c │ │ │ ├── calloc.c │ │ │ ├── delete.cpp │ │ │ ├── dirs │ │ │ ├── dll │ │ │ ├── makefile │ │ │ └── sources │ │ │ ├── dlllib │ │ │ ├── makefile │ │ │ └── sources │ │ │ ├── expand.c │ │ │ ├── handler.cpp │ │ │ ├── heapadd.c │ │ │ ├── heapchk.c │ │ │ ├── heapinit.c │ │ │ ├── heapmin.c │ │ │ ├── heapused.c │ │ │ ├── heapwalk.c │ │ │ ├── hpabort.c │ │ │ ├── malloc.c │ │ │ ├── msize.c │ │ │ ├── mt │ │ │ ├── makefile │ │ │ └── sources │ │ │ ├── new.cpp │ │ │ ├── new_mode.cpp │ │ │ ├── psx │ │ │ ├── makefile │ │ │ └── sources │ │ │ ├── realloc.c │ │ │ ├── sources.nt │ │ │ └── st │ │ │ ├── makefile │ │ │ └── sources │ ├── dirs │ ├── fpw32 │ │ ├── conv │ │ │ ├── assrt.c │ │ │ ├── cfin.c │ │ │ ├── cfout.c │ │ │ ├── constpow.c │ │ │ ├── cvt.c │ │ │ ├── dirs │ │ │ ├── dll │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── fltinf.c │ │ │ ├── fpinit.c │ │ │ ├── intrncvt.c │ │ │ ├── mac │ │ │ │ ├── m68k │ │ │ │ │ ├── _xtos.c │ │ │ │ │ ├── _xtou.c │ │ │ │ │ ├── cfinl.c │ │ │ │ │ ├── cfout.c │ │ │ │ │ ├── clfout.c │ │ │ │ │ ├── cvt.c │ │ │ │ │ ├── fpdata.c │ │ │ │ │ ├── fpinit.c │ │ │ │ │ ├── lddata.c │ │ │ │ │ ├── ldinit.c │ │ │ │ │ └── libcinfo.c │ │ │ │ └── pmac │ │ │ │ │ ├── dtoi.asm │ │ │ │ │ ├── dtou.asm │ │ │ │ │ ├── fpinit.c │ │ │ │ │ ├── ftou.asm │ │ │ │ │ ├── itod.asm │ │ │ │ │ ├── itof.asm │ │ │ │ │ ├── utod.asm │ │ │ │ │ └── utof.asm │ │ │ ├── mantold.c │ │ │ ├── mt │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── psx │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── sources.nt │ │ │ ├── st │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── strgtold.c │ │ │ ├── tenpow.c │ │ │ └── x10fout.c │ │ ├── dirs │ │ ├── fp32.nt │ │ ├── inc │ │ │ └── x86 │ │ │ │ ├── cmacros.inc │ │ │ │ ├── convert.inc │ │ │ │ ├── cruntime.inc │ │ │ │ ├── defsegs.inc │ │ │ │ ├── elem87.inc │ │ │ │ ├── errno.inc │ │ │ │ ├── mathmac.inc │ │ │ │ ├── mathver.inc │ │ │ │ ├── memmacs.inc │ │ │ │ ├── mrt386.inc │ │ │ │ ├── os2dll.inc │ │ │ │ ├── os2supp.inc │ │ │ │ └── version.inc │ │ ├── include │ │ │ ├── cv.h │ │ │ ├── mac │ │ │ │ └── transl.h │ │ │ ├── testfdiv.h │ │ │ └── trans.h │ │ └── tran │ │ │ ├── alpha │ │ │ ├── asinacos.s │ │ │ ├── atan2s.s │ │ │ ├── atans.s │ │ │ ├── ceils.s │ │ │ ├── chopt.s │ │ │ ├── coss.s │ │ │ ├── dpml_exc.c │ │ │ ├── exph.c │ │ │ ├── exps.s │ │ │ ├── fabss.s │ │ │ ├── filter.c │ │ │ ├── floors.s │ │ │ ├── fmods.s │ │ │ ├── fpctrl.s │ │ │ ├── fpint.s │ │ │ ├── frnd.s │ │ │ ├── getsetrg.c │ │ │ ├── huge.s │ │ │ ├── hypoth.c │ │ │ ├── hypots.s │ │ │ ├── ieee.c │ │ │ ├── log10s.s │ │ │ ├── logs.s │ │ │ ├── modfs.s │ │ │ ├── pows.s │ │ │ ├── sins.s │ │ │ ├── sqrt.c │ │ │ ├── sqrts.s │ │ │ ├── tans.s │ │ │ ├── trig_rdx.s │ │ │ └── trig_tab.s │ │ │ ├── asincos.c │ │ │ ├── atan.c │ │ │ ├── bessel.c │ │ │ ├── ceil.c │ │ │ ├── dirs │ │ │ ├── dll │ │ │ ├── makefile │ │ │ └── sources │ │ │ ├── exp.c │ │ │ ├── fabs.c │ │ │ ├── floor.c │ │ │ ├── fmod.c │ │ │ ├── fpexcept.c │ │ │ ├── frexp.c │ │ │ ├── hypot.c │ │ │ ├── ieeemisc.c │ │ │ ├── ldexp.c │ │ │ ├── log.c │ │ │ ├── mac │ │ │ ├── m68k │ │ │ │ ├── _fpxpt.c │ │ │ │ ├── asincosl.c │ │ │ │ ├── atan2.c │ │ │ │ ├── atan2l.c │ │ │ │ ├── bessell.c │ │ │ │ ├── exphlp.c │ │ │ │ ├── exphlpl.c │ │ │ │ ├── frexpl.c │ │ │ │ ├── fsqrt.c │ │ │ │ ├── fsqrtl.c │ │ │ │ ├── hypotl.c │ │ │ │ ├── ieee.c │ │ │ │ ├── ldexpl.c │ │ │ │ ├── matherr.c │ │ │ │ ├── matherrl.c │ │ │ │ ├── modfl.c │ │ │ │ ├── sincoshl.c │ │ │ │ ├── tanhl.c │ │ │ │ └── utill.c │ │ │ └── pmac │ │ │ │ ├── _fpctrl.c │ │ │ │ ├── _fpxpt.c │ │ │ │ ├── fpctrl.asm │ │ │ │ ├── frnd.c │ │ │ │ ├── huge.c │ │ │ │ └── ieee.c │ │ │ ├── matherr.c │ │ │ ├── mips │ │ │ ├── asincosm.s │ │ │ ├── atanm.s │ │ │ ├── cabsm.s │ │ │ ├── coshm.s │ │ │ ├── dtoul.s │ │ │ ├── expm.s │ │ │ ├── exptable.s │ │ │ ├── fabsf.s │ │ │ ├── fabsm.s │ │ │ ├── fasincos.s │ │ │ ├── fatan.s │ │ │ ├── fcosh.s │ │ │ ├── fexp.s │ │ │ ├── ffloor.s │ │ │ ├── fhypot.s │ │ │ ├── filter.c │ │ │ ├── flog.s │ │ │ ├── floorm.s │ │ │ ├── fmodf.c │ │ │ ├── fmodm.s │ │ │ ├── fpctrl.s │ │ │ ├── fpow.c │ │ │ ├── frnd.s │ │ │ ├── fsincos.s │ │ │ ├── fsinh.s │ │ │ ├── fsqrt.s │ │ │ ├── fsqrthlp.s │ │ │ ├── ftan.s │ │ │ ├── ftanh.s │ │ │ ├── getsetrg.c │ │ │ ├── huge.s │ │ │ ├── hypotm.s │ │ │ ├── ieee.c │ │ │ ├── logm.s │ │ │ ├── logtable.s │ │ │ ├── powm.s │ │ │ ├── rint.s │ │ │ ├── sinhm.s │ │ │ ├── sqrt3000.c │ │ │ ├── sqrt4000.c │ │ │ ├── sqrtm.s │ │ │ ├── tanhm.s │ │ │ ├── tests │ │ │ │ ├── acost.c │ │ │ │ ├── hypott.c │ │ │ │ ├── linkt.c │ │ │ │ ├── logt.c │ │ │ │ ├── mathcrt.c │ │ │ │ ├── powt.c │ │ │ │ └── powt263.c │ │ │ ├── trigm.s │ │ │ └── xsqrt.s │ │ │ ├── modf.c │ │ │ ├── mt │ │ │ ├── makefile │ │ │ └── sources │ │ │ ├── nt │ │ │ ├── makefile │ │ │ └── sources │ │ │ ├── pow.c │ │ │ ├── powhlp.c │ │ │ ├── psx │ │ │ ├── makefile │ │ │ └── sources │ │ │ ├── sincos.c │ │ │ ├── sincosh.c │ │ │ ├── sources.nt │ │ │ ├── sqrt.c │ │ │ ├── st │ │ │ ├── makefile │ │ │ └── sources │ │ │ ├── tan.c │ │ │ ├── tanh.c │ │ │ ├── util.c │ │ │ └── x86 │ │ │ ├── 87cdisp.asm │ │ │ ├── 87csqrt.asm │ │ │ ├── 87ctran.asm │ │ │ ├── 87ctrig.asm │ │ │ ├── 87ctriga.asm │ │ │ ├── 87ctrigh.asm │ │ │ ├── 87disp.asm │ │ │ ├── 87except.c │ │ │ ├── 87fmod.asm │ │ │ ├── 87sqrt.asm │ │ │ ├── 87tran.asm │ │ │ ├── 87trig.asm │ │ │ ├── 87triga.asm │ │ │ ├── 87trigh.asm │ │ │ ├── adj_fdiv.asm │ │ │ ├── filter.c │ │ │ ├── fpctrl.c │ │ │ ├── frnd.c │ │ │ ├── fsqrt.c │ │ │ ├── ftol.asm │ │ │ ├── huge.asm │ │ │ ├── ieee.c │ │ │ ├── ieee87.c │ │ │ ├── ldsplit.asm │ │ │ └── testfdiv.c │ ├── langapi │ │ ├── include │ │ │ ├── bsc.h │ │ │ ├── common.ver │ │ │ ├── cvexefmt.h │ │ │ ├── cvinfo.h │ │ │ ├── cvr.h │ │ │ ├── ehdata.h │ │ │ ├── exe_vxd.h │ │ │ ├── getmsg.h │ │ │ ├── ilstore.h │ │ │ ├── instrapi.h │ │ │ ├── macimage.h │ │ │ ├── mrengine.h │ │ │ ├── ncparse.h │ │ │ ├── pdb.h │ │ │ ├── ppcimage.h │ │ │ ├── rttidata.h │ │ │ ├── sbrfdef.h │ │ │ ├── simpldis.h │ │ │ ├── typesrvr.h │ │ │ ├── vcbudefs.h │ │ │ ├── vcver.h │ │ │ ├── version.h │ │ │ └── verstamp.h │ │ └── undname │ │ │ ├── bvt.bat │ │ │ ├── lsttotst.sed │ │ │ ├── outtotst.sed │ │ │ ├── stubmain.cxx │ │ │ ├── testundn.cxx │ │ │ ├── testundn.h │ │ │ ├── testundn.mak │ │ │ ├── undname.cxx │ │ │ ├── undname.h │ │ │ ├── undname.hxx │ │ │ ├── undname.inl │ │ │ └── undname.mak │ └── libw32 │ │ ├── dirs │ │ ├── include │ │ ├── assert.h │ │ ├── conio.h │ │ ├── crtdbg.h │ │ ├── ctype.h │ │ ├── direct.h │ │ ├── dos.h │ │ ├── eh.h │ │ ├── errno.h │ │ ├── excpt.h │ │ ├── fcntl.h │ │ ├── float.h │ │ ├── fpieee.h │ │ ├── fstream.h │ │ ├── io.h │ │ ├── iomanip.h │ │ ├── ios.h │ │ ├── iostream.h │ │ ├── istream.h │ │ ├── limits.h │ │ ├── locale.h │ │ ├── malloc.h │ │ ├── math.h │ │ ├── mbctype.h │ │ ├── mbstring.h │ │ ├── memory.h │ │ ├── mrc │ │ │ ├── cfrg.r │ │ │ ├── cfrg1024.r │ │ │ ├── cfrg256.r │ │ │ └── cfrg512.r │ │ ├── new.h │ │ ├── ostream.h │ │ ├── process.h │ │ ├── search.h │ │ ├── setjmp.h │ │ ├── setjmpex.h │ │ ├── share.h │ │ ├── signal.h │ │ ├── stdarg.h │ │ ├── stddef.h │ │ ├── stdexcpt.h │ │ ├── stdio.h │ │ ├── stdiostr.h │ │ ├── stdlib.h │ │ ├── streamb.h │ │ ├── string.h │ │ ├── strstrea.h │ │ ├── sys │ │ │ ├── locking.h │ │ │ ├── stat.h │ │ │ ├── timeb.h │ │ │ ├── types.h │ │ │ └── utime.h │ │ ├── tchar.h │ │ ├── time.h │ │ ├── typeinfo.h │ │ ├── varargs.h │ │ └── wchar.h │ │ ├── lib │ │ ├── dirs │ │ ├── dll │ │ │ ├── makefile │ │ │ ├── msvcrt.rc │ │ │ └── sources │ │ ├── dll40 │ │ │ ├── crt40.def │ │ │ ├── crt40.rc │ │ │ ├── makefile │ │ │ └── sources │ │ ├── dlllib │ │ │ ├── makefile │ │ │ └── sources │ │ ├── mt │ │ │ ├── makefile │ │ │ └── sources │ │ ├── nt │ │ │ ├── makefile │ │ │ └── sources │ │ ├── posix │ │ │ ├── makefile │ │ │ └── sources │ │ ├── sources.nt │ │ └── st │ │ │ ├── makefile │ │ │ └── sources │ │ ├── msvcrt.src │ │ └── msvcrt40.rc ├── dirs ├── hals │ ├── bushnd.c │ ├── dirs │ ├── drivesup.c │ ├── hal.src │ ├── hal486c │ │ ├── drivesup.c │ │ ├── hal.rc │ │ ├── hal.src │ │ ├── makefile │ │ ├── sources │ │ └── x86 │ │ │ ├── halnls.h │ │ │ ├── halp.h │ │ │ ├── ix8259.inc │ │ │ ├── ixbeep.asm │ │ │ ├── ixbusdat.c │ │ │ ├── ixclock.asm │ │ │ ├── ixcmos.asm │ │ │ ├── ixcmos.inc │ │ │ ├── ixdat.c │ │ │ ├── ixenvirv.c │ │ │ ├── ixfirm.c │ │ │ ├── ixhwsup.c │ │ │ ├── ixidle.asm │ │ │ ├── ixinfo.c │ │ │ ├── ixipi.asm │ │ │ ├── ixisa.h │ │ │ ├── ixisabus.c │ │ │ ├── ixisasup.c │ │ │ ├── ixkdcom.c │ │ │ ├── ixkdcom.h │ │ │ ├── ixnmi.c │ │ │ ├── ixpcibrd.c │ │ │ ├── ixpcibus.c │ │ │ ├── ixpciint.c │ │ │ ├── ixphwsup.c │ │ │ ├── ixproc.c │ │ │ ├── ixprofil.asm │ │ │ ├── ixreboot.c │ │ │ ├── ixstall.asm │ │ │ ├── ixswint.asm │ │ │ ├── ixsysbus.c │ │ │ ├── ixthunk.c │ │ │ ├── ixusage.c │ │ │ ├── mcirql.asm │ │ │ ├── mcsysint.asm │ │ │ ├── pcip.h │ │ │ ├── xxbiosa.asm │ │ │ ├── xxbiosc.c │ │ │ ├── xxdisp.c │ │ │ ├── xxflshbf.c │ │ │ ├── xxhal.c │ │ │ ├── xxioacc.asm │ │ │ ├── xxkdsup.c │ │ │ ├── xxmemory.c │ │ │ ├── xxstubs.c │ │ │ └── xxtime.c │ ├── halast │ │ ├── drivesup.c │ │ ├── hal.rc │ │ ├── hal.src │ │ ├── makefile │ │ ├── sources │ │ └── x86 │ │ │ ├── astclock.asm │ │ │ ├── astdetct.c │ │ │ ├── astdisp.h │ │ │ ├── astebi.c │ │ │ ├── astebi2.inc │ │ │ ├── astebiii.h │ │ │ ├── astebini.c │ │ │ ├── asthal.c │ │ │ ├── astipi.asm │ │ │ ├── astipirq.c │ │ │ ├── astirql.asm │ │ │ ├── astmp.inc │ │ │ ├── astmpint.c │ │ │ ├── astnls.h │ │ │ ├── astnmi.c │ │ │ ├── astproc.c │ │ │ ├── astproca.asm │ │ │ ├── astspi.asm │ │ │ ├── aststall.asm │ │ │ ├── astsyint.asm │ │ │ ├── halp.h │ │ │ ├── ix8259.inc │ │ │ ├── ixbeep.asm │ │ │ ├── ixbusdat.c │ │ │ ├── ixcmos.asm │ │ │ ├── ixcmos.inc │ │ │ ├── ixdat.c │ │ │ ├── ixenvirv.c │ │ │ ├── ixfirm.c │ │ │ ├── ixhwsup.c │ │ │ ├── ixidle.asm │ │ │ ├── ixinfo.c │ │ │ ├── ixisa.h │ │ │ ├── ixisabus.c │ │ │ ├── ixisasup.c │ │ │ ├── ixkdcom.c │ │ │ ├── ixkdcom.h │ │ │ ├── ixphwsup.c │ │ │ ├── ixreboot.c │ │ │ ├── ixswint.asm │ │ │ ├── ixthunk.c │ │ │ ├── ixusage.c │ │ │ ├── spprofil.asm │ │ │ ├── spspin.asm │ │ │ ├── xxbiosa.asm │ │ │ ├── xxbiosc.c │ │ │ ├── xxdisp.c │ │ │ ├── xxflshbf.c │ │ │ ├── xxioacc.asm │ │ │ ├── xxkdsup.c │ │ │ ├── xxmemory.c │ │ │ ├── xxstubs.c │ │ │ └── xxtime.c │ ├── halcbus │ │ ├── bushnd.c │ │ ├── dirs │ │ ├── drivesup.c │ │ ├── eisa │ │ │ ├── makefile │ │ │ └── sources │ │ ├── hal.rc │ │ ├── mca │ │ │ ├── makefile │ │ │ └── sources │ │ ├── rangesup.c │ │ └── x86 │ │ │ ├── cb1stall.asm │ │ │ ├── cb2stall.asm │ │ │ ├── cbapic.c │ │ │ ├── cbdetect.c │ │ │ ├── cbdriver.c │ │ │ ├── cbioacc.asm │ │ │ ├── cbmapint.c │ │ │ ├── cbswint.asm │ │ │ ├── cbsysint.asm │ │ │ ├── cbus.c │ │ │ ├── cbus.h │ │ │ ├── cbus.inc │ │ │ ├── cbus1.c │ │ │ ├── cbus1.h │ │ │ ├── cbus1bt.asm │ │ │ ├── cbus2.c │ │ │ ├── cbus2.h │ │ │ ├── cbus2cbc.asm │ │ │ ├── cbus2ecc.c │ │ │ ├── cbus_nt.h │ │ │ ├── cbus_sw.c │ │ │ ├── cbusapic.asm │ │ │ ├── cbusapic.h │ │ │ ├── cbusboot.asm │ │ │ ├── cbushal.c │ │ │ ├── cbuslock.asm │ │ │ ├── cbusmem.c │ │ │ ├── cbusmisc.asm │ │ │ ├── cbusnls.h │ │ │ ├── cbusnmi.c │ │ │ ├── cbusproc.c │ │ │ ├── cbusprof.asm │ │ │ ├── cbusrrd.h │ │ │ ├── halp.h │ │ │ ├── ix8259.inc │ │ │ ├── ixbeep.asm │ │ │ ├── ixbusdat.c │ │ │ ├── ixcmos.asm │ │ │ ├── ixcmos.inc │ │ │ ├── ixdat.c │ │ │ ├── ixenvirv.c │ │ │ ├── ixfirm.c │ │ │ ├── ixhwsup.c │ │ │ ├── ixidle.asm │ │ │ ├── ixinfo.c │ │ │ ├── ixisa.h │ │ │ ├── ixisabus.c │ │ │ ├── ixisasup.c │ │ │ ├── ixkdcom.c │ │ │ ├── ixkdcom.h │ │ │ ├── ixmca.h │ │ │ ├── ixmcabus.c │ │ │ ├── ixmcasup.c │ │ │ ├── ixpcibrd.c │ │ │ ├── ixpcibus.c │ │ │ ├── ixpciint.c │ │ │ ├── ixphwsup.c │ │ │ ├── ixprofil.asm │ │ │ ├── ixreboot.c │ │ │ ├── ixthunk.c │ │ │ ├── ixusage.c │ │ │ ├── pcip.h │ │ │ ├── xxbiosa.asm │ │ │ ├── xxbiosc.c │ │ │ ├── xxdisp.c │ │ │ ├── xxflshbf.c │ │ │ ├── xxkdsup.c │ │ │ ├── xxmemory.c │ │ │ ├── xxstubs.c │ │ │ └── xxtime.c │ ├── halfxs │ │ ├── drivesup.c │ │ ├── hal.rc │ │ ├── hal.src │ │ ├── makefile │ │ ├── makefile.inc │ │ ├── mips │ │ │ ├── allstart.c │ │ │ ├── cacherr.s │ │ │ ├── halp.h │ │ │ ├── j4cache.s │ │ │ ├── j4flshbf.s │ │ │ ├── j4flshio.c │ │ │ ├── j4prof.c │ │ │ ├── jxbeep.c │ │ │ ├── jxdisp.c │ │ │ ├── jxdmadsp.s │ │ │ ├── jxebsup.c │ │ │ ├── jxenvirv.c │ │ │ ├── jxhalp.h │ │ │ ├── jxhwsup.c │ │ │ ├── jxmapio.c │ │ │ ├── jxmaptb.c │ │ │ ├── jxport.c │ │ │ ├── jxreturn.c │ │ │ ├── jxsysint.c │ │ │ ├── jxtime.c │ │ │ ├── jxusage.c │ │ │ ├── x4clock.s │ │ │ ├── x4tb.s │ │ │ ├── x86bios.c │ │ │ ├── xxcalstl.c │ │ │ ├── xxclock.c │ │ │ ├── xxidle.s │ │ │ ├── xxinithl.c │ │ │ ├── xxinitnt.c │ │ │ └── xxipiint.s │ │ └── sources │ ├── halmca │ │ ├── drivesup.c │ │ ├── hal.rc │ │ ├── hal.src │ │ ├── makefile │ │ ├── sources │ │ └── x86 │ │ │ ├── halnls.h │ │ │ ├── halp.h │ │ │ ├── ix8259.inc │ │ │ ├── ixbeep.asm │ │ │ ├── ixbusdat.c │ │ │ ├── ixclock.asm │ │ │ ├── ixcmos.asm │ │ │ ├── ixcmos.inc │ │ │ ├── ixdat.c │ │ │ ├── ixenvirv.c │ │ │ ├── ixfirm.c │ │ │ ├── ixhwsup.c │ │ │ ├── ixidle.asm │ │ │ ├── ixinfo.c │ │ │ ├── ixipi.asm │ │ │ ├── ixisa.h │ │ │ ├── ixisabus.c │ │ │ ├── ixisasup.c │ │ │ ├── ixkdcom.c │ │ │ ├── ixkdcom.h │ │ │ ├── ixmca.h │ │ │ ├── ixmcabus.c │ │ │ ├── ixmcasup.c │ │ │ ├── ixnmi.c │ │ │ ├── ixpcibrd.c │ │ │ ├── ixpcibus.c │ │ │ ├── ixpciint.c │ │ │ ├── ixphwsup.c │ │ │ ├── ixproc.c │ │ │ ├── ixprofil.asm │ │ │ ├── ixreboot.c │ │ │ ├── ixstall.asm │ │ │ ├── ixswint.asm │ │ │ ├── ixsysbus.c │ │ │ ├── ixthunk.c │ │ │ ├── ixusage.c │ │ │ ├── mcirql.asm │ │ │ ├── mcsysint.asm │ │ │ ├── pcip.h │ │ │ ├── xxbiosa.asm │ │ │ ├── xxbiosc.c │ │ │ ├── xxdisp.c │ │ │ ├── xxflshbf.c │ │ │ ├── xxhal.c │ │ │ ├── xxioacc.asm │ │ │ ├── xxkdsup.c │ │ │ ├── xxmemory.c │ │ │ ├── xxstubs.c │ │ │ └── xxtime.c │ ├── halmps │ │ ├── bushnd.c │ │ ├── dirs │ │ ├── drivesup.c │ │ ├── hal.rc │ │ ├── mp │ │ │ ├── makefile │ │ │ └── sources │ │ ├── mpmca │ │ │ ├── makefile │ │ │ └── sources │ │ ├── rangesup.c │ │ ├── up │ │ │ ├── makefile │ │ │ └── sources │ │ ├── upmca │ │ │ ├── makefile │ │ │ └── sources │ │ └── x86 │ │ │ ├── apic.inc │ │ │ ├── halnls.h │ │ │ ├── halp.h │ │ │ ├── ix8259.inc │ │ │ ├── ixaddr.c │ │ │ ├── ixbeep.asm │ │ │ ├── ixbusdat.c │ │ │ ├── ixcmos.asm │ │ │ ├── ixcmos.inc │ │ │ ├── ixdat.c │ │ │ ├── ixenvirv.c │ │ │ ├── ixfirm.c │ │ │ ├── ixhwsup.c │ │ │ ├── ixidle.asm │ │ │ ├── ixinfo.c │ │ │ ├── ixisa.h │ │ │ ├── ixisabus.c │ │ │ ├── ixisasup.c │ │ │ ├── ixkdcom.c │ │ │ ├── ixkdcom.h │ │ │ ├── ixmca.c │ │ │ ├── ixmca.h │ │ │ ├── ixmcaa.asm │ │ │ ├── ixmcabus.c │ │ │ ├── ixmcasup.c │ │ │ ├── ixnmi.c │ │ │ ├── ixpcibrd.c │ │ │ ├── ixpcibus.c │ │ │ ├── ixpciint.c │ │ │ ├── ixphwsup.c │ │ │ ├── ixreboot.c │ │ │ ├── ixthunk.c │ │ │ ├── ixusage.c │ │ │ ├── mpaddr.c │ │ │ ├── mpclock.asm │ │ │ ├── mpclockc.c │ │ │ ├── mpconfig.asm │ │ │ ├── mpdat.c │ │ │ ├── mpdebug.c │ │ │ ├── mpdetect.c │ │ │ ├── mphal.c │ │ │ ├── mpinfo.c │ │ │ ├── mpipi.asm │ │ │ ├── mpirql.asm │ │ │ ├── mppciint.c │ │ │ ├── mpprofil.asm │ │ │ ├── mpspin.asm │ │ │ ├── mpsproc.c │ │ │ ├── mpsproca.asm │ │ │ ├── mpswint.asm │ │ │ ├── mpsys.c │ │ │ ├── mpsysbus.c │ │ │ ├── mpsysint.asm │ │ │ ├── pcip.h │ │ │ ├── pcmp.inc │ │ │ ├── pcmp_nt.inc │ │ │ ├── pcmpdtct.c │ │ │ ├── sources │ │ │ ├── xxbiosa.asm │ │ │ ├── xxbiosc.c │ │ │ ├── xxdisp.c │ │ │ ├── xxflshbf.c │ │ │ ├── xxioacc.asm │ │ │ ├── xxkdsup.c │ │ │ ├── xxmemory.c │ │ │ ├── xxstubs.c │ │ │ └── xxtime.c │ ├── halncr │ │ ├── drivesup.c │ │ ├── hal.rc │ │ ├── hal.src │ │ ├── makefile │ │ ├── sources │ │ └── x86 │ │ │ ├── halnls.h │ │ │ ├── halp.h │ │ │ ├── ix8259.inc │ │ │ ├── ixbeep.asm │ │ │ ├── ixbusdat.c │ │ │ ├── ixcmos.asm │ │ │ ├── ixcmos.inc │ │ │ ├── ixdat.c │ │ │ ├── ixenvirv.c │ │ │ ├── ixhwsup.c │ │ │ ├── ixidle.asm │ │ │ ├── ixinfo.c │ │ │ ├── ixisa.h │ │ │ ├── ixisabus.c │ │ │ ├── ixisasup.c │ │ │ ├── ixkdcom.c │ │ │ ├── ixkdcom.h │ │ │ ├── ixmca.h │ │ │ ├── ixmcabus.c │ │ │ ├── ixmcasup.c │ │ │ ├── ixnmi.c │ │ │ ├── ixpcibrd.c │ │ │ ├── ixpcibus.c │ │ │ ├── ixpciint.c │ │ │ ├── ixphwsup.c │ │ │ ├── ixprofil.asm │ │ │ ├── ixstall.asm │ │ │ ├── ixswint.asm │ │ │ ├── ixsysbus.c │ │ │ ├── ixthunk.c │ │ │ ├── ixusage.c │ │ │ ├── ncr.h │ │ │ ├── ncr.inc │ │ │ ├── ncrarb.h │ │ │ ├── ncrcat.c │ │ │ ├── ncrcat.h │ │ │ ├── ncrcatlk.asm │ │ │ ├── ncrcatp.h │ │ │ ├── ncrclock.asm │ │ │ ├── ncrdetct.c │ │ │ ├── ncrhwsup.c │ │ │ ├── ncrintr.asm │ │ │ ├── ncrioacc.asm │ │ │ ├── ncripi.asm │ │ │ ├── ncrirql.asm │ │ │ ├── ncrlarc.c │ │ │ ├── ncrlock.asm │ │ │ ├── ncrmcabs.c │ │ │ ├── ncrmem.h │ │ │ ├── ncrmp.c │ │ │ ├── ncrnls.h │ │ │ ├── ncrnmi.c │ │ │ ├── ncrpsi.h │ │ │ ├── ncrqic.c │ │ │ ├── ncrstart.asm │ │ │ ├── ncrstop.c │ │ │ ├── ncrsus.c │ │ │ ├── ncrsus.h │ │ │ ├── ncrsyint.asm │ │ │ ├── pcip.h │ │ │ ├── xxbiosa.asm │ │ │ ├── xxbiosc.c │ │ │ ├── xxdisp.c │ │ │ ├── xxflshbf.c │ │ │ ├── xxhal.c │ │ │ ├── xxioacc.asm │ │ │ ├── xxkdsup.c │ │ │ ├── xxmemory.c │ │ │ ├── xxstubs.c │ │ │ └── xxtime.c │ ├── haloli │ │ ├── drivesup.c │ │ ├── hal.rc │ │ ├── hal.src │ │ ├── makefile │ │ ├── sources │ │ └── x86 │ │ │ ├── halnls.h │ │ │ ├── halp.h │ │ │ ├── ix8259.inc │ │ │ ├── ixbeep.asm │ │ │ ├── ixbusdat.c │ │ │ ├── ixcmos.asm │ │ │ ├── ixcmos.inc │ │ │ ├── ixdat.c │ │ │ ├── ixenvirv.c │ │ │ ├── ixfirm.c │ │ │ ├── ixhwsup.c │ │ │ ├── ixidle.asm │ │ │ ├── ixinfo.c │ │ │ ├── ixisa.h │ │ │ ├── ixisabus.c │ │ │ ├── ixisasup.c │ │ │ ├── ixkdcom.c │ │ │ ├── ixkdcom.h │ │ │ ├── ixnmi.c │ │ │ ├── ixpcibus.c │ │ │ ├── ixpciint.c │ │ │ ├── ixphwsup.c │ │ │ ├── ixreboot.c │ │ │ ├── ixstall.asm │ │ │ ├── ixswint.asm │ │ │ ├── ixthunk.c │ │ │ ├── ixusage.c │ │ │ ├── oliclock.asm │ │ │ ├── olidtect.asm │ │ │ ├── oliipi.asm │ │ │ ├── oliirql.asm │ │ │ ├── olimapin.c │ │ │ ├── olimp.inc │ │ │ ├── oliproca.asm │ │ │ ├── olisproc.c │ │ │ ├── olisyint.asm │ │ │ ├── pcip.h │ │ │ ├── spspin.asm │ │ │ ├── xxbiosa.asm │ │ │ ├── xxbiosc.c │ │ │ ├── xxdisp.c │ │ │ ├── xxflshbf.c │ │ │ ├── xxhal.c │ │ │ ├── xxioacc.asm │ │ │ ├── xxkdsup.c │ │ │ ├── xxmemory.c │ │ │ ├── xxstubs.c │ │ │ └── xxtime.c │ ├── hals.inc │ ├── halsp │ │ ├── drivesup.c │ │ ├── hal.rc │ │ ├── hal.src │ │ ├── makefile │ │ ├── sources │ │ └── x86 │ │ │ ├── halnls.h │ │ │ ├── halp.h │ │ │ ├── ix8259.inc │ │ │ ├── ixbusdat.c │ │ │ ├── ixcmos.asm │ │ │ ├── ixcmos.inc │ │ │ ├── ixdat.c │ │ │ ├── ixenvirv.c │ │ │ ├── ixfirm.c │ │ │ ├── ixhwsup.c │ │ │ ├── ixidle.asm │ │ │ ├── ixinfo.c │ │ │ ├── ixisa.h │ │ │ ├── ixisabus.c │ │ │ ├── ixisasup.c │ │ │ ├── ixkdcom.c │ │ │ ├── ixkdcom.h │ │ │ ├── ixmca.c │ │ │ ├── ixmcaa.asm │ │ │ ├── ixnmi.c │ │ │ ├── ixpcibrd.c │ │ │ ├── ixpcibus.c │ │ │ ├── ixpciint.c │ │ │ ├── ixphwsup.c │ │ │ ├── ixreboot.c │ │ │ ├── ixstall.asm │ │ │ ├── ixsysbus.c │ │ │ ├── ixthunk.c │ │ │ ├── ixusage.c │ │ │ ├── pcip.h │ │ │ ├── spacer.c │ │ │ ├── spacer.h │ │ │ ├── spbeep.asm │ │ │ ├── spclock.asm │ │ │ ├── spdetect.asm │ │ │ ├── spipi.asm │ │ │ ├── spirql.asm │ │ │ ├── spmp.inc │ │ │ ├── spprofil.asm │ │ │ ├── spreboot.asm │ │ │ ├── spspin.asm │ │ │ ├── spsproc.c │ │ │ ├── spsproca.asm │ │ │ ├── spswint.asm │ │ │ ├── spsysbus.c │ │ │ ├── spsysint.asm │ │ │ ├── xxbiosa.asm │ │ │ ├── xxbiosc.c │ │ │ ├── xxdisp.c │ │ │ ├── xxflshbf.c │ │ │ ├── xxhal.c │ │ │ ├── xxioacc.asm │ │ │ ├── xxkdsup.c │ │ │ ├── xxmemory.c │ │ │ ├── xxstubs.c │ │ │ └── xxtime.c │ ├── halwyse7 │ │ ├── drivesup.c │ │ ├── hal.rc │ │ ├── hal.src │ │ ├── makefile │ │ ├── sources │ │ └── x86 │ │ │ ├── halnls.h │ │ │ ├── halp.h │ │ │ ├── ix8259.inc │ │ │ ├── ixbeep.asm │ │ │ ├── ixbusdat.c │ │ │ ├── ixcmos.asm │ │ │ ├── ixcmos.inc │ │ │ ├── ixdat.c │ │ │ ├── ixenvirv.c │ │ │ ├── ixfirm.c │ │ │ ├── ixhwsup.c │ │ │ ├── ixidle.asm │ │ │ ├── ixinfo.c │ │ │ ├── ixisa.h │ │ │ ├── ixisabus.c │ │ │ ├── ixisasup.c │ │ │ ├── ixkdcom.c │ │ │ ├── ixkdcom.h │ │ │ ├── ixphwsup.c │ │ │ ├── ixreboot.c │ │ │ ├── ixthunk.c │ │ │ ├── ixusage.c │ │ │ ├── wy7000mp.inc │ │ │ ├── wyclock.asm │ │ │ ├── wydetect.asm │ │ │ ├── wyhal.c │ │ │ ├── wyipi.asm │ │ │ ├── wyirql.asm │ │ │ ├── wymapint.c │ │ │ ├── wynmi.asm │ │ │ ├── wyspin.asm │ │ │ ├── wysproc.c │ │ │ ├── wysproca.asm │ │ │ ├── wyswint.asm │ │ │ ├── wysysint.asm │ │ │ ├── xxbiosa.asm │ │ │ ├── xxbiosc.c │ │ │ ├── xxdisp.c │ │ │ ├── xxflshbf.c │ │ │ ├── xxioacc.asm │ │ │ ├── xxkdsup.c │ │ │ ├── xxmemory.c │ │ │ ├── xxstubs.c │ │ │ └── xxtime.c │ ├── halx86 │ │ ├── drivesup.c │ │ ├── hal.rc │ │ ├── hal.src │ │ ├── makefile │ │ ├── sources │ │ └── x86 │ │ │ ├── halnls.h │ │ │ ├── halp.h │ │ │ ├── ix8259.inc │ │ │ ├── ixbeep.asm │ │ │ ├── ixbusdat.c │ │ │ ├── ixclock.asm │ │ │ ├── ixcmos.asm │ │ │ ├── ixcmos.inc │ │ │ ├── ixdat.c │ │ │ ├── ixenvirv.c │ │ │ ├── ixfirm.c │ │ │ ├── ixhwsup.c │ │ │ ├── ixidle.asm │ │ │ ├── ixinfo.c │ │ │ ├── ixipi.asm │ │ │ ├── ixirql.asm │ │ │ ├── ixisa.h │ │ │ ├── ixisabus.c │ │ │ ├── ixisasup.c │ │ │ ├── ixkdcom.c │ │ │ ├── ixkdcom.h │ │ │ ├── ixlock.asm │ │ │ ├── ixmca.c │ │ │ ├── ixmcaa.asm │ │ │ ├── ixnmi.c │ │ │ ├── ixpcibrd.c │ │ │ ├── ixpcibus.c │ │ │ ├── ixpciint.c │ │ │ ├── ixphwsup.c │ │ │ ├── ixproc.c │ │ │ ├── ixprofil.asm │ │ │ ├── ixreboot.c │ │ │ ├── ixstall.asm │ │ │ ├── ixswint.asm │ │ │ ├── ixsysbus.c │ │ │ ├── ixsysint.asm │ │ │ ├── ixthunk.c │ │ │ ├── ixusage.c │ │ │ ├── ncrdetct.c │ │ │ ├── pcip.h │ │ │ ├── xxbiosa.asm │ │ │ ├── xxbiosc.c │ │ │ ├── xxdisp.c │ │ │ ├── xxflshbf.c │ │ │ ├── xxhal.c │ │ │ ├── xxioacc.asm │ │ │ ├── xxkdsup.c │ │ │ ├── xxmemory.c │ │ │ ├── xxstubs.c │ │ │ └── xxtime.c │ ├── inc │ │ └── hali.h │ ├── project.mk │ └── rangesup.c ├── ntdll │ ├── alpha │ │ ├── critsect.s │ │ ├── evpair.s │ │ ├── ldrthunk.s │ │ └── sources │ ├── alphadef.src │ ├── csrdll.h │ ├── csrinit.c │ ├── csrtask.c │ ├── csrutil.c │ ├── curdir.c │ ├── daytona │ │ ├── makefile │ │ ├── makefile.inc │ │ ├── ntdll.xtr │ │ ├── sources │ │ └── x86 │ │ │ └── usrstubs.asm │ ├── dbgdllp.h │ ├── debtrace.hxx │ ├── dirs │ ├── dllssstb.c │ ├── dlluistb.c │ ├── heaptag.c │ ├── ldrapi.c │ ├── ldrinit.c │ ├── ldrp.h │ ├── ldrsnap.c │ ├── ldrwx86.c │ ├── mips │ │ ├── critsect.s │ │ ├── evpair.s │ │ ├── ldrthunk.s │ │ └── sources │ ├── mipsdef.src │ ├── ntdll.inc │ ├── ntdll.prf │ ├── ntdll.rc │ ├── ntdlldef.src │ ├── ntnap.c │ ├── ntnap.h │ ├── ntnapdef.src │ ├── ntprop.cxx │ ├── ntpropb.cxx │ ├── ofsmisc.c │ ├── pch.cxx │ ├── placeholder.c │ ├── ppc │ │ ├── critsect.s │ │ ├── currteb.s │ │ ├── ldrthunk.s │ │ └── sources │ ├── ppcdef.src │ ├── propstm.cxx │ ├── propvar.cxx │ ├── query.c │ ├── resource.c │ ├── seurtl.c │ ├── stgvarb.cxx │ ├── tenv.c │ ├── uilist.c │ ├── x86.inc │ ├── x86 │ │ ├── critsect.asm │ │ ├── emarith.asm │ │ ├── emdecode.asm │ │ ├── emdisp.asm │ │ ├── emerror.asm │ │ ├── emfadd.asm │ │ ├── emfcom.asm │ │ ├── emfconst.asm │ │ ├── emfdiv.asm │ │ ├── emfinit.asm │ │ ├── emfmisc.asm │ │ ├── emfmul.asm │ │ ├── emfprem.asm │ │ ├── emfsqrt.asm │ │ ├── emftran.asm │ │ ├── emfx86.asm │ │ ├── emload.asm │ │ ├── emlsbcd.asm │ │ ├── emlsenv.asm │ │ ├── emround.asm │ │ ├── emsincos.asm │ │ ├── emstack.inc │ │ ├── emstore.asm │ │ ├── emtrig.asm │ │ ├── emulator.asm │ │ ├── emxtract.asm │ │ ├── ldrthunk.asm │ │ ├── npxemltr.def │ │ ├── npxnp.c │ │ ├── nt386npx.inc │ │ ├── ntnapntr.asm │ │ └── sources │ └── x86def.src ├── ntos │ ├── cache │ │ ├── cachedat.c │ │ ├── cachesub.c │ │ ├── cc.h │ │ ├── copysup.c │ │ ├── dirs │ │ ├── fssup.c │ │ ├── lazyrite.c │ │ ├── logsup.c │ │ ├── mdlsup.c │ │ ├── mp │ │ │ ├── makefile │ │ │ └── sources │ │ ├── pinsup.c │ │ ├── sources.inc │ │ ├── up │ │ │ ├── makefile │ │ │ └── sources │ │ └── vacbsup.c │ ├── config │ │ ├── alpha │ │ │ ├── init.c │ │ │ └── sources │ │ ├── boot │ │ │ ├── makefile │ │ │ └── sources │ │ ├── cmapi.c │ │ ├── cmapi2.c │ │ ├── cmboot.c │ │ ├── cmchek.c │ │ ├── cmchek2.c │ │ ├── cmclose.c │ │ ├── cmconfig.c │ │ ├── cmcontrl.c │ │ ├── cmdat.c │ │ ├── cmdat2.c │ │ ├── cmdat3.c │ │ ├── cmdatini.c │ │ ├── cmdelete.c │ │ ├── cmgquota.c │ │ ├── cmhvlist.c │ │ ├── cmindex.c │ │ ├── cminit.c │ │ ├── cmname.c │ │ ├── cmnotify.c │ │ ├── cmp.h │ │ ├── cmparse.c │ │ ├── cmparse2.c │ │ ├── cmplock.h │ │ ├── cmquery.c │ │ ├── cmsavres.c │ │ ├── cmse.c │ │ ├── cmsubs.c │ │ ├── cmsubs2.c │ │ ├── cmsubs3.c │ │ ├── cmsysini.c │ │ ├── cmtrecpy.c │ │ ├── cmtredel.c │ │ ├── cmtree.c │ │ ├── cmworker.c │ │ ├── cmwrapr.c │ │ ├── cmwrapr2.c │ │ ├── dirs │ │ ├── hive.h │ │ ├── hivebin.c │ │ ├── hivecell.c │ │ ├── hivechek.c │ │ ├── hivefree.c │ │ ├── hiveinit.c │ │ ├── hiveload.c │ │ ├── hivemap.c │ │ ├── hivesum.c │ │ ├── hivesync.c │ │ ├── mips │ │ │ ├── init.c │ │ │ └── sources │ │ ├── mp │ │ │ ├── makefile │ │ │ └── sources │ │ ├── ntapi.c │ │ ├── ppc │ │ │ ├── init.c │ │ │ └── sources │ │ ├── readme.txt │ │ ├── sources.inc │ │ ├── test │ │ │ ├── chkreg.c │ │ │ ├── editreg.c │ │ │ ├── init386.c │ │ │ ├── initdat.c │ │ │ ├── makefile │ │ │ ├── perform.c │ │ │ ├── regext.c │ │ │ ├── regext.def │ │ │ ├── rtbatcr.c │ │ │ ├── rtdelkey.c │ │ │ ├── rtdeltre.c │ │ │ ├── rtdelval.c │ │ │ ├── rtdmp.c │ │ │ ├── rtdmpb.c │ │ │ ├── rtdmpsec.c │ │ │ ├── rtdmpval.c │ │ │ ├── rtflush.c │ │ │ ├── rtload.c │ │ │ ├── rtmisc1.c │ │ │ ├── rtnotify.c │ │ │ ├── rtqkey.c │ │ │ ├── rtqval.c │ │ │ ├── rtrenval.c │ │ │ ├── rtreplac.c │ │ │ ├── rtrest2.c │ │ │ ├── rtrestor.c │ │ │ ├── rtsave.c │ │ │ ├── rtsetopt.c │ │ │ ├── rtsetsec.c │ │ │ ├── rtsymlnk.c │ │ │ ├── rttrecpy.c │ │ │ ├── rtunload.c │ │ │ ├── rtvbatcr.c │ │ │ ├── sources │ │ │ └── symtest.c │ │ ├── testbld.cmd │ │ ├── up │ │ │ ├── makefile │ │ │ └── sources │ │ ├── utils │ │ │ ├── cmwraper.c │ │ │ ├── edithive.c │ │ │ ├── edithive.h │ │ │ ├── hivedmp.c │ │ │ ├── hivehdr.c │ │ │ ├── hiveini.c │ │ │ ├── hiveini.rc │ │ │ ├── hivestat.c │ │ │ ├── makefile │ │ │ ├── regutil.c │ │ │ ├── regutil.h │ │ │ └── sources │ │ └── x86 │ │ │ ├── init386.c │ │ │ ├── initdat.c │ │ │ └── sources │ ├── dbgk │ │ ├── dbgkp.h │ │ ├── dbgkport.c │ │ ├── dbgkproc.c │ │ ├── dirs │ │ ├── mp │ │ │ ├── makefile │ │ │ └── sources │ │ ├── sources.inc │ │ ├── udbgk.c │ │ └── up │ │ │ ├── makefile │ │ │ └── sources │ ├── dirs │ ├── ex │ │ ├── alpha │ │ │ ├── evpair.s │ │ │ ├── fmutex.s │ │ │ ├── gettick.s │ │ │ ├── hifreqlk.s │ │ │ ├── intrlock.s │ │ │ ├── probe.c │ │ │ ├── raisests.c │ │ │ ├── sources │ │ │ └── splocks.c │ │ ├── callback.c │ │ ├── callperf.c │ │ ├── dbgctrl.c │ │ ├── ddkresrc.c │ │ ├── delay.c │ │ ├── dirs │ │ ├── event.c │ │ ├── eventpr.c │ │ ├── exatom.c │ │ ├── exdata.c │ │ ├── exinfo.c │ │ ├── exinit.c │ │ ├── exp.h │ │ ├── handle.c │ │ ├── harderr.c │ │ ├── intrloc2.c │ │ ├── logger.c │ │ ├── lookasid.c │ │ ├── luid.c │ │ ├── memprint.c │ │ ├── mips │ │ │ ├── evpair.s │ │ │ ├── fmutex.s │ │ │ ├── gettick.s │ │ │ ├── hifreqlk.s │ │ │ ├── intrlock.c │ │ │ ├── probe.c │ │ │ ├── raisests.c │ │ │ ├── sources │ │ │ ├── splocks.c │ │ │ └── x4intrlk.s │ │ ├── mp │ │ │ ├── makefile │ │ │ └── sources │ │ ├── mutant.c │ │ ├── pool.c │ │ ├── poolhack.c │ │ ├── ppc │ │ │ ├── evpair.s │ │ │ ├── fmutex.s │ │ │ ├── gettick.s │ │ │ ├── hifreqlk.s │ │ │ ├── intrlock.s │ │ │ ├── probe.c │ │ │ ├── raisests.c │ │ │ ├── sources │ │ │ └── splocks.c │ │ ├── profile.c │ │ ├── raise.c │ │ ├── region.c │ │ ├── regtest.c │ │ ├── resource.c │ │ ├── semphore.c │ │ ├── sources.inc │ │ ├── spintrac.c │ │ ├── sysenv.c │ │ ├── sysevent.c │ │ ├── sysinfo.c │ │ ├── systime.c │ │ ├── tex.c │ │ ├── timer.c │ │ ├── tlock.c │ │ ├── tprofile.c │ │ ├── up │ │ │ ├── makefile │ │ │ └── sources │ │ ├── uuid.c │ │ ├── win32.c │ │ ├── worker.c │ │ ├── x86 │ │ │ ├── evpair.asm │ │ │ ├── fmutex.asm │ │ │ ├── intrlfst.asm │ │ │ ├── intrlock.asm │ │ │ ├── probe.c │ │ │ ├── raisests.asm │ │ │ ├── resoura.asm │ │ │ ├── sources │ │ │ └── splocks.asm │ │ └── zone.c │ ├── fsrtl │ │ ├── dbcsname.c │ │ ├── dirs │ │ ├── fastio.c │ │ ├── faulttol.c │ │ ├── filelock.c │ │ ├── filter.c │ │ ├── fsrtlp.h │ │ ├── fsrtlpc.c │ │ ├── largemcb.c │ │ ├── mp │ │ │ ├── makefile │ │ │ └── sources │ │ ├── name.c │ │ ├── notify.c │ │ ├── oplock.c │ │ ├── sources.inc │ │ ├── stackovf.c │ │ ├── tmcb.c │ │ ├── tunnel.c │ │ ├── unc.c │ │ └── up │ │ │ ├── makefile │ │ │ └── sources │ ├── fstub │ │ ├── dirs │ │ ├── drivesup.c │ │ ├── haldisp.h │ │ ├── halfnc.c │ │ ├── mp │ │ │ ├── makefile │ │ │ └── sources │ │ ├── sources.inc │ │ └── up │ │ │ ├── makefile │ │ │ └── sources │ ├── inc │ │ ├── acdapi.h │ │ ├── afilter.h │ │ ├── alpha.h │ │ ├── alpharef.h │ │ ├── apm.h │ │ ├── atm.h │ │ ├── atom.h │ │ ├── axp21064.h │ │ ├── axp21066.h │ │ ├── axp21164.h │ │ ├── cache.h │ │ ├── class.h │ │ ├── class2.h │ │ ├── cm.h │ │ ├── cxport.h │ │ ├── dbgk.h │ │ ├── duodef.h │ │ ├── duodma.h │ │ ├── duoint.h │ │ ├── duoprom.h │ │ ├── dzport.h │ │ ├── efilter.h │ │ ├── eisa.h │ │ ├── em387.inc │ │ ├── ex.h │ │ ├── exboosts.h │ │ ├── exlevels.h │ │ ├── ffilter.h │ │ ├── flpyenbl.h │ │ ├── fsrtl.h │ │ ├── hal.h │ │ ├── hal386.inc │ │ ├── halalpha.h │ │ ├── halmips.h │ │ ├── halppc.h │ │ ├── heap.h │ │ ├── i386.h │ │ ├── init.h │ │ ├── io.h │ │ ├── ip.h │ │ ├── ipfilter.h │ │ ├── jaginit.h │ │ ├── jazzdef.h │ │ ├── jazzdma.h │ │ ├── jazzint.h │ │ ├── jazznvr.h │ │ ├── jazzprom.h │ │ ├── jazzrtc.h │ │ ├── jazzserp.h │ │ ├── jazzvdeo.h │ │ ├── jazzvxl.h │ │ ├── jnsndef.h │ │ ├── jnsndma.h │ │ ├── jnsnint.h │ │ ├── jnsnrtc.h │ │ ├── jnsnserp.h │ │ ├── jzvxl484.h │ │ ├── kbdmou.h │ │ ├── kd.h │ │ ├── ke.h │ │ ├── lfs.h │ │ ├── llipif.h │ │ ├── lpc.h │ │ ├── mca.h │ │ ├── memprint.h │ │ ├── mi386.inc │ │ ├── miniport.h │ │ ├── minitape.h │ │ ├── mips.h │ │ ├── mm.h │ │ ├── ncr53c94.h │ │ ├── ndis.h │ │ ├── ndisco.h │ │ ├── ndismac.h │ │ ├── ndismain.h │ │ ├── ndismini.h │ │ ├── ndisprot.h │ │ ├── ndisqos.h │ │ ├── ndistapi.h │ │ ├── ndiswan.h │ │ ├── ntfsexp.h │ │ ├── ntiologc.h │ │ ├── ntos.h │ │ ├── ntosdef.h │ │ ├── ntsrv.h │ │ ├── ob.h │ │ ├── par1284.h │ │ ├── parallel.h │ │ ├── pci.h │ │ ├── physlogi.h │ │ ├── pnp.h │ │ ├── po.h │ │ ├── pool.h │ │ ├── pooltag.txt │ │ ├── ppc.h │ │ ├── ppcdef.h │ │ ├── ppcserp.h │ │ ├── ps.h │ │ ├── region.h │ │ ├── scsi.h │ │ ├── se.h │ │ ├── setupblk.h │ │ ├── srb.h │ │ ├── stktrace.h │ │ ├── tape.h │ │ ├── tfilter.h │ │ ├── trace.h │ │ ├── v86emul.h │ │ ├── vdmntos.h │ │ └── video.h │ ├── init │ │ ├── alphadef.src │ │ ├── dirs │ │ ├── hello.c │ │ ├── init.c │ │ ├── mips │ │ │ └── sources │ │ ├── mipsdef.src │ │ ├── mp │ │ │ ├── alpha.prf │ │ │ ├── makefile │ │ │ ├── makefile.inc │ │ │ ├── mips.prf │ │ │ ├── ntkrnlmp.alp │ │ │ ├── ntkrnlmp.mip │ │ │ ├── ntkrnlmp.ppc │ │ │ ├── ntkrnlmp.prf │ │ │ ├── ntkrnlmp.x86 │ │ │ ├── ppc.prf │ │ │ ├── sources │ │ │ └── x86.prf │ │ ├── ntkrnlmp.c │ │ ├── ntoskrnl.c │ │ ├── ntoskrnl.rc │ │ ├── ntoskrnl.src │ │ ├── ppcdef.src │ │ ├── up │ │ │ ├── alpha.prf │ │ │ ├── makefile │ │ │ ├── makefile.inc │ │ │ ├── mips.prf │ │ │ ├── ntoskrnl.alp │ │ │ ├── ntoskrnl.mip │ │ │ ├── ntoskrnl.ppc │ │ │ ├── ntoskrnl.prf │ │ │ ├── ntoskrnl.x86 │ │ │ ├── ppc.prf │ │ │ ├── sources │ │ │ ├── sources.cmn │ │ │ └── x86.prf │ │ ├── w32kexps.txt │ │ ├── x86 │ │ │ └── sources │ │ └── x86def.src │ ├── io │ │ ├── dirs │ │ ├── iomgr │ │ │ ├── arcsec.c │ │ │ ├── complete.c │ │ │ ├── create.c │ │ │ ├── devctrl.c │ │ │ ├── dir.c │ │ │ ├── dirs │ │ │ ├── dumpctl.c │ │ │ ├── errorlog.c │ │ │ ├── filter.c │ │ │ ├── fsctrl.c │ │ │ ├── internal.c │ │ │ ├── iodata.c │ │ │ ├── ioinit.c │ │ │ ├── iomgr.h │ │ │ ├── iosubs.c │ │ │ ├── loadunld.c │ │ │ ├── lock.c │ │ │ ├── misc.c │ │ │ ├── mp │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ ├── objsup.c │ │ │ ├── open.c │ │ │ ├── parse.c │ │ │ ├── qsea.c │ │ │ ├── qsfs.c │ │ │ ├── qsinfo.c │ │ │ ├── query.c │ │ │ ├── read.c │ │ │ ├── sources.inc │ │ │ ├── up │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ └── write.c │ │ ├── iopcmn.h │ │ └── pnpmgr │ │ │ ├── assign.c │ │ │ ├── busenum.c │ │ │ ├── control.c │ │ │ ├── devices.c │ │ │ ├── dirs │ │ │ ├── enumsys.c │ │ │ ├── internal.c │ │ │ ├── mp │ │ │ ├── makefile │ │ │ └── sources │ │ │ ├── pnpdata.c │ │ │ ├── pnpdd.c │ │ │ ├── pnpevent.c │ │ │ ├── pnpi.h │ │ │ ├── pnpinit.c │ │ │ ├── pnpioapi.c │ │ │ ├── pnpiop.h │ │ │ ├── pnpmgrp.h │ │ │ ├── pnpsubs.c │ │ │ ├── regstrp.h │ │ │ ├── report.c │ │ │ ├── sources.inc │ │ │ └── up │ │ │ ├── makefile │ │ │ └── sources │ ├── kd │ │ ├── alpha │ │ │ ├── kdcmsup.c │ │ │ ├── kdcpuapi.c │ │ │ ├── kdpcpu.h │ │ │ ├── kdppcr.s │ │ │ ├── kdreboot.c │ │ │ ├── kdtrap.c │ │ │ └── sources │ │ ├── dirs │ │ ├── kdapi.c │ │ ├── kdbreak.c │ │ ├── kdcomio.c │ │ ├── kddata.c │ │ ├── kddbgio.c │ │ ├── kdinit.c │ │ ├── kdlock.c │ │ ├── kdmove.c │ │ ├── kdp.h │ │ ├── mips │ │ │ ├── kdcmsup.c │ │ │ ├── kdcpuapi.c │ │ │ ├── kdpcpu.h │ │ │ ├── kdreboot.c │ │ │ ├── kdtrap.c │ │ │ └── sources │ │ ├── mp │ │ │ ├── makefile │ │ │ └── sources │ │ ├── ppc │ │ │ ├── kdcmsup.c │ │ │ ├── kdcpuapi.c │ │ │ ├── kdpcpu.h │ │ │ ├── kdreboot.c │ │ │ ├── kdtrap.c │ │ │ └── sources │ │ ├── sources.inc │ │ ├── up │ │ │ ├── makefile │ │ │ └── sources │ │ └── x86 │ │ │ ├── kdcmsup.c │ │ │ ├── kdcpuapi.c │ │ │ ├── kdpcpu.h │ │ │ ├── kdreboot.c │ │ │ ├── kdstr.asm │ │ │ ├── kdtrap.c │ │ │ └── sources │ ├── ke │ │ ├── alpha │ │ │ ├── alignem.c │ │ │ ├── allproc.c │ │ │ ├── apcint.s │ │ │ ├── apcuser.c │ │ │ ├── buserror.c │ │ │ ├── byteem.c │ │ │ ├── byteme.s │ │ │ ├── callback.c │ │ │ ├── callout.s │ │ │ ├── clock.s │ │ │ ├── ctxsw.s │ │ │ ├── dmpstate.c │ │ │ ├── exceptn.c │ │ │ ├── floatem.c │ │ │ ├── flush.c │ │ │ ├── flushtb.c │ │ │ ├── genalpha.c │ │ │ ├── getsetrg.c │ │ │ ├── initkr.c │ │ │ ├── intobj.c │ │ │ ├── intsup.s │ │ │ ├── ipi.c │ │ │ ├── irql.s │ │ │ ├── miscs.s │ │ │ ├── mpipi.s │ │ │ ├── pcr.s │ │ │ ├── regsav.s │ │ │ ├── services.stb │ │ │ ├── sources │ │ │ ├── spinlock.s │ │ │ ├── start.s │ │ │ ├── table.stb │ │ │ ├── tb.s │ │ │ ├── threadbg.s │ │ │ ├── thredini.c │ │ │ ├── timindex.s │ │ │ ├── trap.s │ │ │ ├── trigger.c │ │ │ ├── vdm.c │ │ │ └── xxalign.s │ │ ├── apcobj.c │ │ ├── apcsup.c │ │ ├── balmgr.c │ │ ├── bugcheck.c │ │ ├── channel.c │ │ ├── config.c │ │ ├── debug.c │ │ ├── devquobj.c │ │ ├── dirs │ │ ├── dpcobj.c │ │ ├── dpcsup.c │ │ ├── eventobj.c │ │ ├── genxx.inc │ │ ├── kernldat.c │ │ ├── ki.h │ │ ├── kiinit.c │ │ ├── mips │ │ │ ├── alignem.c │ │ │ ├── alignx.s │ │ │ ├── allproc.c │ │ │ ├── apcuser.c │ │ │ ├── branchem.c │ │ │ ├── buserror.c │ │ │ ├── callback.c │ │ │ ├── callout.s │ │ │ ├── dmpstate.c │ │ │ ├── exceptn.c │ │ │ ├── floatem.c │ │ │ ├── flush.c │ │ │ ├── genmips.c │ │ │ ├── getsetrg.c │ │ │ ├── initkr.c │ │ │ ├── intobj.c │ │ │ ├── services.stb │ │ │ ├── sources │ │ │ ├── table.stb │ │ │ ├── threadbg.s │ │ │ ├── thredini.c │ │ │ ├── timindex.s │ │ │ ├── vdm.c │ │ │ ├── x4ctxsw.s │ │ │ ├── x4mpipi.s │ │ │ ├── x4sqrt.s │ │ │ ├── x4start.s │ │ │ ├── x4trap.s │ │ │ ├── xxapcint.s │ │ │ ├── xxclock.s │ │ │ ├── xxflshtb.c │ │ │ ├── xxintsup.s │ │ │ ├── xxirql.s │ │ │ ├── xxmiscs.s │ │ │ ├── xxmpipi.c │ │ │ ├── xxregsv.s │ │ │ └── xxspinlk.s │ │ ├── miscc.c │ │ ├── mp │ │ │ ├── makefile │ │ │ ├── makefile.inc │ │ │ └── sources │ │ ├── mutntobj.c │ │ ├── ppc │ │ │ ├── alignem.c │ │ │ ├── allproc.c │ │ │ ├── apcuser.c │ │ │ ├── callback.c │ │ │ ├── callout.s │ │ │ ├── clock.s │ │ │ ├── ctxswap.s │ │ │ ├── dmpstate.c │ │ │ ├── exceptn.c │ │ │ ├── flush.c │ │ │ ├── flushtb.c │ │ │ ├── genppc.c │ │ │ ├── getsetrg.c │ │ │ ├── initkr.c │ │ │ ├── intobj.c │ │ │ ├── intsup.s │ │ │ ├── ipi.c │ │ │ ├── irql.s │ │ │ ├── miscasm.s │ │ │ ├── mpipi.s │ │ │ ├── pcr.s │ │ │ ├── procstat.s │ │ │ ├── real0.s │ │ │ ├── services.stb │ │ │ ├── sources │ │ │ ├── spinlock.s │ │ │ ├── table.stb │ │ │ ├── threadbg.s │ │ │ ├── thredini.c │ │ │ ├── timindex.s │ │ │ └── vdm.c │ │ ├── procobj.c │ │ ├── profobj.c │ │ ├── queueobj.c │ │ ├── raisexcp.c │ │ ├── semphobj.c │ │ ├── services.tab │ │ ├── sources.inc │ │ ├── suspend.c │ │ ├── tests │ │ │ ├── mipsflt │ │ │ │ ├── flpt.c │ │ │ │ ├── flpt.cmd │ │ │ │ ├── flpt.h │ │ │ │ ├── flpt.rsp │ │ │ │ ├── flpt2.c │ │ │ │ └── mips │ │ │ │ │ └── flptx.s │ │ │ ├── x86div │ │ │ │ ├── i386 │ │ │ │ │ ├── test.c │ │ │ │ │ └── testa.asm │ │ │ │ ├── makefile │ │ │ │ └── sources │ │ │ └── xcphnd │ │ │ │ ├── makefile │ │ │ │ ├── sources │ │ │ │ └── xcpt4.c │ │ ├── thredobj.c │ │ ├── thredsup.c │ │ ├── timerobj.c │ │ ├── timersup.c │ │ ├── up │ │ │ ├── genxx.cmd │ │ │ ├── makefile │ │ │ ├── makefile.inc │ │ │ └── sources │ │ ├── wait.c │ │ ├── waitsup.c │ │ ├── x86 │ │ │ ├── abios.h │ │ │ ├── abiosa.asm │ │ │ ├── abiosc.c │ │ │ ├── allproc.c │ │ │ ├── alr.inc │ │ │ ├── apcuser.c │ │ │ ├── biosa.asm │ │ │ ├── biosc.c │ │ │ ├── callback.c │ │ │ ├── callout.asm │ │ │ ├── clockint.asm │ │ │ ├── cpu.asm │ │ │ ├── cpu.inc │ │ │ ├── ctxswap.asm │ │ │ ├── cyrix.c │ │ │ ├── dmpstate.c │ │ │ ├── emv86.asm │ │ │ ├── emxcptn.asm │ │ │ ├── exceptn.c │ │ │ ├── flush.c │ │ │ ├── flushtb.c │ │ │ ├── gdtsup.c │ │ │ ├── geni386.c │ │ │ ├── i386init.c │ │ │ ├── i386pcr.asm │ │ │ ├── instemul.asm │ │ │ ├── int.asm │ │ │ ├── intobj.c │ │ │ ├── intsup.asm │ │ │ ├── iopm.c │ │ │ ├── kernlini.c │ │ │ ├── ki386.h │ │ │ ├── kimacro.inc │ │ │ ├── largepag.c │ │ │ ├── ldtsup.c │ │ │ ├── ldtsup2.asm │ │ │ ├── mi.inc │ │ │ ├── misc.c │ │ │ ├── mpipia.asm │ │ │ ├── mtrr.c │ │ │ ├── mtrr.h │ │ │ ├── newsysbg.asm │ │ │ ├── p2w.asm │ │ │ ├── procstat.asm │ │ │ ├── services.nap │ │ │ ├── services.stb │ │ │ ├── sources │ │ │ ├── spindbg.asm │ │ │ ├── spininst.asm │ │ │ ├── spinlock.asm │ │ │ ├── table.stb │ │ │ ├── threadbg.asm │ │ │ ├── thredini.c │ │ │ ├── timindex.asm │ │ │ ├── trap.asm │ │ │ ├── trapc.c │ │ │ ├── vdm.c │ │ │ ├── vdmint21.c │ │ │ └── vdmp.h │ │ ├── xipi.c │ │ └── yield.c │ ├── lpc │ │ ├── alpha │ │ │ ├── lpcmove.s │ │ │ └── sources │ │ ├── dirs │ │ ├── lpcclose.c │ │ ├── lpccompl.c │ │ ├── lpcconn.c │ │ ├── lpccreat.c │ │ ├── lpcinit.c │ │ ├── lpclistn.c │ │ ├── lpcp.h │ │ ├── lpcpriv.c │ │ ├── lpcquery.c │ │ ├── lpcqueue.c │ │ ├── lpcrecv.c │ │ ├── lpcreply.c │ │ ├── lpcsend.c │ │ ├── mips │ │ │ ├── lpcmove.s │ │ │ └── sources │ │ ├── mp │ │ │ ├── makefile │ │ │ ├── makefile.inc │ │ │ └── sources │ │ ├── ppc │ │ │ ├── lpcmove.s │ │ │ └── sources │ │ ├── sources.inc │ │ ├── uclient.c │ │ ├── ulpc.h │ │ ├── up │ │ │ ├── makefile │ │ │ ├── makefile.inc │ │ │ └── sources │ │ ├── userver.c │ │ └── x86 │ │ │ ├── lpcmove.asm │ │ │ └── sources │ ├── mm │ │ ├── acceschk.c │ │ ├── addrsup.c │ │ ├── allocpag.c │ │ ├── allocvm.c │ │ ├── alpha │ │ │ ├── datalpha.c │ │ │ ├── debugsup.c │ │ │ ├── hypermap.c │ │ │ ├── inialpha.c │ │ │ ├── mialpha.h │ │ │ ├── physsect.c │ │ │ ├── setdirty.c │ │ │ └── sources │ │ ├── checkpfn.c │ │ ├── checkpte.c │ │ ├── creasect.c │ │ ├── deleteva.c │ │ ├── dirs │ │ ├── dmpaddr.c │ │ ├── extsect.c │ │ ├── flushbuf.c │ │ ├── flushsec.c │ │ ├── forksup.c │ │ ├── freevm.c │ │ ├── iosup.c │ │ ├── lockvm.c │ │ ├── mapcache.c │ │ ├── mapview.c │ │ ├── mi.h │ │ ├── miglobal.c │ │ ├── mips │ │ │ ├── datamips.c │ │ │ ├── debugsup.c │ │ │ ├── hypermap.c │ │ │ ├── initmips.c │ │ │ ├── mir3000.h │ │ │ ├── mir4000.h │ │ │ ├── setdirty.c │ │ │ └── sources │ │ ├── mmfault.c │ │ ├── mminit.c │ │ ├── mmquota.c │ │ ├── mmsup.c │ │ ├── modwrite.c │ │ ├── mp │ │ │ ├── makefile │ │ │ └── sources │ │ ├── pagfault.c │ │ ├── pfndec.c │ │ ├── pfnlist.c │ │ ├── ppc │ │ │ ├── datappc.c │ │ │ ├── debugsup.c │ │ │ ├── hypermap.c │ │ │ ├── initppc.c │ │ │ ├── mippc.h │ │ │ ├── setdirty.c │ │ │ └── sources │ │ ├── procsup.c │ │ ├── protect.c │ │ ├── querysec.c │ │ ├── queryvm.c │ │ ├── readwrt.c │ │ ├── sectsup.c │ │ ├── shutdown.c │ │ ├── sources.inc │ │ ├── super.c │ │ ├── sysload.c │ │ ├── sysptes.c │ │ ├── umapview.c │ │ ├── up │ │ │ ├── makefile │ │ │ └── sources │ │ ├── vadtree.c │ │ ├── wrtfault.c │ │ ├── wslist.c │ │ ├── wsmanage.c │ │ ├── wstree.c │ │ ├── x86 │ │ │ ├── data386.c │ │ │ ├── debugsup.c │ │ │ ├── hypermap.c │ │ │ ├── init386.c │ │ │ ├── mi386.h │ │ │ ├── probewrt.c │ │ │ ├── setmodfy.c │ │ │ └── sources │ │ └── zeropage.c │ ├── nls │ │ ├── bugcodes.mc │ │ ├── bugcodes.txt │ │ ├── makefile │ │ └── sources │ ├── ntoskrnl.inc │ ├── ob │ │ ├── dirs │ │ ├── mp │ │ │ ├── makefile │ │ │ └── sources │ │ ├── obclose.c │ │ ├── obcreate.c │ │ ├── obdir.c │ │ ├── obhandle.c │ │ ├── obinit.c │ │ ├── obinsert.c │ │ ├── oblink.c │ │ ├── obp.h │ │ ├── obquery.c │ │ ├── obref.c │ │ ├── obsdata.c │ │ ├── obse.c │ │ ├── obtype.c │ │ ├── obwait.c │ │ ├── sources.inc │ │ ├── tob.c │ │ ├── uob.c │ │ └── up │ │ │ ├── makefile │ │ │ └── sources │ ├── po │ │ ├── dirs │ │ ├── idle.c │ │ ├── misc.c │ │ ├── mp │ │ │ ├── makefile │ │ │ └── sources │ │ ├── podata.c │ │ ├── poinit.c │ │ ├── pop.h │ │ ├── postate.c │ │ ├── sources.inc │ │ ├── suspend.c │ │ └── up │ │ │ ├── makefile │ │ │ └── sources │ ├── project.mk │ ├── ps │ │ ├── alpha │ │ │ ├── psctxalp.c │ │ │ ├── psldt.c │ │ │ ├── psvdm.c │ │ │ ├── pswrap.s │ │ │ └── sources │ │ ├── create.c │ │ ├── dirs │ │ ├── kulokup2.c │ │ ├── kulookup.c │ │ ├── mips │ │ │ ├── psctxmip.c │ │ │ ├── psldt.c │ │ │ ├── psvdm.c │ │ │ └── sources │ │ ├── mp │ │ │ ├── makefile │ │ │ └── sources │ │ ├── ppc │ │ │ ├── psapcppc.s │ │ │ ├── psctxppc.c │ │ │ ├── psldt.c │ │ │ ├── psvdm.c │ │ │ └── sources │ │ ├── pscid.c │ │ ├── psctx.c │ │ ├── psdelete.c │ │ ├── psimpers.c │ │ ├── psinit.c │ │ ├── psopen.c │ │ ├── psp.h │ │ ├── psquery.c │ │ ├── psquota.c │ │ ├── psspnd.c │ │ ├── security.c │ │ ├── sources.inc │ │ ├── up │ │ │ ├── makefile │ │ │ └── sources │ │ └── x86 │ │ │ ├── psctx386.c │ │ │ ├── psldt.c │ │ │ ├── psvdm.c │ │ │ └── sources │ ├── raw │ │ ├── cleanup.c │ │ ├── close.c │ │ ├── create.c │ │ ├── dirs │ │ ├── fileinfo.c │ │ ├── fsctrl.c │ │ ├── mp │ │ │ ├── makefile │ │ │ └── sources │ │ ├── nodetype.h │ │ ├── rawdisp.c │ │ ├── rawinit.c │ │ ├── rawprocs.h │ │ ├── rawstruc.h │ │ ├── readwrit.c │ │ ├── sources.inc │ │ ├── strucsup.c │ │ ├── up │ │ │ ├── makefile │ │ │ └── sources │ │ └── volinfo.c │ ├── rtl │ │ ├── acledit.c │ │ ├── alpha │ │ │ ├── capture.s │ │ │ ├── chandler.c │ │ │ ├── chkstk.s │ │ │ ├── context.c │ │ │ ├── debugstb.s │ │ │ ├── exdsptch.c │ │ │ ├── getcalr.c │ │ │ ├── ghandler.c │ │ │ ├── largeint.s │ │ │ ├── localrtl.c │ │ │ ├── localrtl.h │ │ │ ├── longjmp.s │ │ │ ├── lzntaxp.s │ │ │ ├── mvmem.s │ │ │ ├── ntcurteb.s │ │ │ ├── ntrtlalp.h │ │ │ ├── setjmp.s │ │ │ ├── tcmpmem.c │ │ │ ├── tfilmem.c │ │ │ ├── tmovmem.c │ │ │ ├── trampoln.s │ │ │ ├── tzermem.c │ │ │ ├── unwindr.c │ │ │ └── xcptmisc.s │ │ ├── assert.c │ │ ├── atom.c │ │ ├── bitmap.c │ │ ├── boot │ │ │ ├── alpha │ │ │ │ └── sources │ │ │ ├── makefile │ │ │ ├── mips │ │ │ │ └── sources │ │ │ ├── ppc │ │ │ │ └── sources │ │ │ ├── sources │ │ │ └── x86 │ │ │ │ └── sources │ │ ├── checksum.c │ │ ├── cnvint.c │ │ ├── compress.c │ │ ├── debug.c │ │ ├── dirs │ │ ├── eballoc.c │ │ ├── environ.c │ │ ├── error.c │ │ ├── error.h │ │ ├── excptdbg.c │ │ ├── gen8dot3.c │ │ ├── generr.c │ │ ├── gentable.c │ │ ├── handle.c │ │ ├── heap.c │ │ ├── heapdbg.c │ │ ├── heapdll.c │ │ ├── heappage.c │ │ ├── heappage.h │ │ ├── heappagi.h │ │ ├── heappriv.h │ │ ├── imagedir.c │ │ ├── ldrreloc.c │ │ ├── ldrrsrc.c │ │ ├── lznt1.c │ │ ├── message.c │ │ ├── mips │ │ │ ├── chandler.c │ │ │ ├── chkstk.s │ │ │ ├── context.c │ │ │ ├── debugstb.s │ │ │ ├── exdsptch.c │ │ │ ├── getcalr.c │ │ │ ├── largeint.s │ │ │ ├── lzntmips.s │ │ │ ├── nlssup.c │ │ │ ├── ntrtlmip.h │ │ │ ├── stringsp.c │ │ │ ├── trampoln.s │ │ │ ├── xcptmisc.s │ │ │ ├── xxcaptur.s │ │ │ └── xxmvmem.s │ │ ├── mkit.cmd │ │ ├── mp │ │ │ ├── alpha │ │ │ │ └── sources │ │ │ ├── makefile │ │ │ ├── makefile.inc │ │ │ ├── mips │ │ │ │ └── sources │ │ │ ├── ppc │ │ │ │ └── sources │ │ │ ├── sources │ │ │ └── x86 │ │ │ │ └── sources │ │ ├── mrcf.c │ │ ├── nls.c │ │ ├── nlsxlat.c │ │ ├── ntrtlp.h │ │ ├── pctohdr.c │ │ ├── ppc │ │ │ ├── chandler.c │ │ │ ├── chkstk.s │ │ │ ├── context.c │ │ │ ├── debugstb.s │ │ │ ├── exdsptch.c │ │ │ ├── getcalr.c │ │ │ ├── jumps.c │ │ │ ├── largeint.s │ │ │ ├── lzntppc.s │ │ │ ├── movemem.s │ │ │ ├── ntrtlppc.h │ │ │ ├── trampoln.s │ │ │ ├── vunwind.c │ │ │ └── xcptmisc.s │ │ ├── prefix.c │ │ ├── prodtype.c │ │ ├── random.c │ │ ├── recip.c │ │ ├── registry.c │ │ ├── regutil.c │ │ ├── rtlassig.c │ │ ├── rtldata.c │ │ ├── rtlexec.c │ │ ├── rxact.c │ │ ├── sertl.c │ │ ├── splay.c │ │ ├── stdtimep.h │ │ ├── stktrace.c │ │ ├── string.c │ │ ├── tacl.c │ │ ├── tbitmap.c │ │ ├── time.c │ │ ├── tnlsxlat.c │ │ ├── tprefix.c │ │ ├── trace.c │ │ ├── trandom.c │ │ ├── triangle.c │ │ ├── triangle.h │ │ ├── trtl.c │ │ ├── tsplay.c │ │ ├── ttime.c │ │ ├── ttri.c │ │ ├── ucli.c │ │ ├── uexec.c │ │ ├── uexec1.c │ │ ├── uexec2.c │ │ ├── up │ │ │ ├── alpha │ │ │ │ └── sources │ │ │ ├── makefile │ │ │ ├── makefile.inc │ │ │ ├── mips │ │ │ │ └── sources │ │ │ ├── ppc │ │ │ │ └── sources │ │ │ ├── sources │ │ │ └── x86 │ │ │ │ └── sources │ │ ├── urtl.c │ │ ├── user │ │ │ ├── alpha │ │ │ │ └── sources │ │ │ ├── makefile │ │ │ ├── makefile.inc │ │ │ ├── mips │ │ │ │ └── sources │ │ │ ├── ppc │ │ │ │ └── sources │ │ │ ├── sources │ │ │ ├── theap.c │ │ │ └── x86 │ │ │ │ └── sources │ │ ├── utxcpt1.c │ │ ├── utxcpt2.c │ │ ├── utxcpt3.c │ │ ├── utxcpt4.c │ │ └── x86 │ │ │ ├── context.c │ │ │ ├── debug2.asm │ │ │ ├── debug3.c │ │ │ ├── divlarge.c │ │ │ ├── exdsptch.c │ │ │ ├── exsup.asm │ │ │ ├── forceres.asm │ │ │ ├── halvprnt.c │ │ │ ├── ioaccess.asm │ │ │ ├── largeint.asm │ │ │ ├── lzntx86.asm │ │ │ ├── movemem.asm │ │ │ ├── nlssup.asm │ │ │ ├── nlstrans.asm │ │ │ ├── ntcurteb.asm │ │ │ ├── ntrtl386.h │ │ │ ├── raise.asm │ │ │ ├── raisests.c │ │ │ ├── rtldump.c │ │ │ ├── stkwalk.asm │ │ │ ├── stringsp.asm │ │ │ ├── userdisp.asm │ │ │ └── xcptmisc.asm │ ├── se │ │ ├── accessck.c │ │ ├── adt.h │ │ ├── adtevent.c │ │ ├── adtinit.c │ │ ├── adtlog.c │ │ ├── adtp.h │ │ ├── adtutil.c │ │ ├── adtvars.c │ │ ├── capture.c │ │ ├── ctaccess.c │ │ ├── ctlnpqos.c │ │ ├── ctlpcqos.c │ │ ├── ctseacc.c │ │ ├── ctsertl.c │ │ ├── cttoken.c │ │ ├── dirs │ │ ├── dumpuser.c │ │ ├── mp │ │ │ ├── makefile │ │ │ └── sources │ │ ├── nls │ │ │ └── ntaudit.mc │ │ ├── privileg.c │ │ ├── rmaudit.c │ │ ├── rmlogon.c │ │ ├── rmmain.c │ │ ├── rmp.h │ │ ├── rmvars.c │ │ ├── seassign.c │ │ ├── seastate.c │ │ ├── seaudit.c │ │ ├── seclient.c │ │ ├── seglobal.c │ │ ├── seinit.c │ │ ├── semethod.c │ │ ├── sep.c │ │ ├── sep.h │ │ ├── sepaudit.c │ │ ├── sources.inc │ │ ├── subject.c │ │ ├── token.c │ │ ├── tokenadj.c │ │ ├── tokendup.c │ │ ├── tokenopn.c │ │ ├── tokenp.h │ │ ├── tokenqry.c │ │ ├── tokenset.c │ │ ├── tse.c │ │ ├── tsecomm.c │ │ ├── tseum.c │ │ ├── tsevars.c │ │ ├── ttokend.c │ │ ├── ttseacc.c │ │ ├── ttsertl.c │ │ ├── uipers.c │ │ ├── uipriv.c │ │ ├── up │ │ │ ├── makefile │ │ │ └── sources │ │ ├── utaccess.c │ │ ├── utlnpqos.c │ │ ├── utlpcqos.c │ │ ├── utseacc.c │ │ ├── utseqos.c │ │ ├── utsertl.c │ │ └── uttoken.c │ └── vdm │ │ ├── dirs │ │ ├── mp │ │ ├── makefile │ │ ├── makefile.inc │ │ └── sources │ │ ├── ntvdmp.h │ │ ├── sources.inc │ │ ├── up │ │ ├── makefile │ │ ├── makefile.inc │ │ └── sources │ │ ├── vdm.c │ │ └── x86 │ │ ├── genvdmtb.c │ │ ├── rdwr.c │ │ ├── strtexec.c │ │ ├── vdm.inc │ │ ├── vdmentry.c │ │ ├── vdmfault.c │ │ ├── vdminit.c │ │ ├── vdmints.c │ │ ├── vdmmisc.asm │ │ ├── vdmnpx.c │ │ ├── vdmop0f.asm │ │ ├── vdmoprnd.asm │ │ ├── vdmp.h │ │ ├── vdmprint.c │ │ ├── vdmprint.h │ │ └── vdmtb.inc ├── project.mk ├── published │ ├── makefile │ ├── makefile.inc │ ├── ntstatus.mc │ └── sources ├── subsys │ ├── dirs │ └── sm │ │ ├── client │ │ ├── makefile │ │ ├── smcsup.c │ │ ├── smdllp.h │ │ ├── smstub.c │ │ └── sources │ │ ├── dirs │ │ ├── inc │ │ └── sm.h │ │ └── server │ │ ├── dbgapsup.c │ │ ├── dbgdump.c │ │ ├── dbginit.c │ │ ├── dbgloop.c │ │ ├── dbgsrvp.h │ │ ├── dbgssapi.c │ │ ├── dbguiapi.c │ │ ├── dbguisup.c │ │ ├── makefile │ │ ├── smdbg.c │ │ ├── sminit.c │ │ ├── smloop.c │ │ ├── smsbapi.c │ │ ├── smsesnid.c │ │ ├── smsmapi.c │ │ ├── smsrvp.h │ │ ├── smss.c │ │ ├── smss.rc │ │ └── sources └── urtl │ ├── makefile │ ├── sources │ ├── startup.c │ ├── turtl.c │ ├── turtl1.c │ └── uheap.c ├── project.mk ├── public ├── ddk │ ├── inc │ │ ├── ntddbeep.h │ │ ├── ntddk.h │ │ ├── ntddkbd.h │ │ ├── ntddser.h │ │ ├── ntddvdeo.h │ │ └── ntstatus.h │ └── lib │ │ ├── mips │ │ ├── hal.lib │ │ ├── ksecdd.lib │ │ └── ntoskrnl.lib │ │ └── x86 │ │ ├── hal.lib │ │ ├── ksecdd.lib │ │ ├── ntoskrnl.lib │ │ └── sehupd.lib ├── halkit │ └── inc │ │ ├── halx86.inc │ │ └── nthal.h ├── ifskit │ └── inc │ │ └── ntifs.h ├── internal │ ├── MinWin │ │ └── inc │ │ │ ├── arc.h │ │ │ └── arccodes.h │ ├── base │ │ ├── inc │ │ │ ├── _qsort.h │ │ │ ├── arc.h │ │ │ ├── csr.h │ │ │ ├── halx86.inc │ │ │ ├── ntddvdm.h │ │ │ ├── ntstatus.dbg │ │ │ ├── pmvdm.h │ │ │ ├── resetstk_downlevel.c │ │ │ ├── seopaque.h │ │ │ ├── seposix.h │ │ │ ├── sertlp.h │ │ │ ├── smbgtpt.h │ │ │ ├── smbtypes.h │ │ │ ├── vdm.h │ │ │ ├── vdmapi.h │ │ │ ├── vdmtib.inc │ │ │ ├── winbasep.h │ │ │ ├── wingdip.h │ │ │ ├── wowcmndg.h │ │ │ ├── wowgdip.h │ │ │ ├── wowshlp.h │ │ │ └── zwapi.h │ │ └── lib │ │ │ └── x86 │ │ │ └── sehprolg.obj │ ├── com │ │ └── inc │ │ │ ├── ntrpcp.h │ │ │ ├── olechar.h │ │ │ └── propmac.hxx │ ├── ds │ │ ├── inc │ │ │ ├── crypt.h │ │ │ ├── logonmsv.h │ │ │ ├── lsaicli.h │ │ │ ├── lsaimp.h │ │ │ ├── lsaisrv.h │ │ │ ├── lsarpc.h │ │ │ ├── lsass.h │ │ │ ├── netlibnt.h │ │ │ ├── nlrepl.h │ │ │ ├── ntrmlsa.h │ │ │ ├── ntsamp.h │ │ │ ├── samimp.h │ │ │ ├── samisrv.h │ │ │ ├── samrpc.h │ │ │ ├── samsrv.h │ │ │ └── tstring.h │ │ └── lib │ │ │ ├── mips │ │ │ ├── lsacomm.lib │ │ │ └── lsakrnlp.lib │ │ │ └── x86 │ │ │ ├── lsacomm.lib │ │ │ ├── lsakrnlp.lib │ │ │ └── lsaudll.lib │ ├── minwin │ │ └── lib │ │ │ └── x86 │ │ │ └── smdll.lib │ ├── net │ │ └── inc │ │ │ ├── apinums.h │ │ │ ├── apiparam.h │ │ │ ├── apiworke.h │ │ │ ├── dlcio.h │ │ │ ├── rap.h │ │ │ ├── remdef.h │ │ │ ├── remtypes.h │ │ │ ├── rxp.h │ │ │ ├── rxuser.h │ │ │ ├── xsprocs.h │ │ │ └── xstypes.h │ └── windows │ │ ├── inc │ │ ├── conapi.h │ │ ├── conroute.h │ │ ├── imep.h │ │ ├── w32w64.h │ │ ├── winconp.h │ │ ├── winuserp.h │ │ └── wowuserp.h │ │ └── lib │ │ └── x86 │ │ ├── gdi32p.lib │ │ └── user32p.lib ├── oak │ └── inc │ │ ├── ddrawint.h │ │ └── winddi.h └── sdk │ ├── inc │ ├── accctrl.h │ ├── align.h │ ├── align.hxx │ ├── basetsd.h │ ├── bugcodes.h │ ├── byteordr.hxx │ ├── callconv.inc │ ├── cderr.h │ ├── cfg.h │ ├── cguid.h │ ├── commctrl.h │ ├── commdlg.h │ ├── common.ver │ ├── crt │ │ ├── assert.h │ │ ├── conio.h │ │ ├── crtdbg.h │ │ ├── ctype.h │ │ ├── direct.h │ │ ├── dos.h │ │ ├── eh.h │ │ ├── errno.h │ │ ├── excpt.h │ │ ├── fcntl.h │ │ ├── float.h │ │ ├── fpieee.h │ │ ├── fstream.h │ │ ├── io.h │ │ ├── iomanip.h │ │ ├── ios.h │ │ ├── iostream.h │ │ ├── istream.h │ │ ├── limits.h │ │ ├── locale.h │ │ ├── malloc.h │ │ ├── math.h │ │ ├── mbctype.h │ │ ├── mbstring.h │ │ ├── memory.h │ │ ├── new.h │ │ ├── ostream.h │ │ ├── process.h │ │ ├── search.h │ │ ├── setjmp.h │ │ ├── setjmpex.h │ │ ├── share.h │ │ ├── signal.h │ │ ├── stdarg.h │ │ ├── stddef.h │ │ ├── stdexcpt.h │ │ ├── stdio.h │ │ ├── stdiostr.h │ │ ├── stdlib.h │ │ ├── streamb.h │ │ ├── string.h │ │ ├── strstrea.h │ │ ├── sys │ │ │ ├── locking.h │ │ │ ├── stat.h │ │ │ ├── timeb.h │ │ │ ├── types.h │ │ │ └── utime.h │ │ ├── tchar.h │ │ ├── time.h │ │ ├── typeinfo.h │ │ ├── varargs.h │ │ ├── wchar.h │ │ └── wcstr.h │ ├── dde.h │ ├── ddeml.h │ ├── ddraw.h │ ├── debnot.h │ ├── devioctl.h │ ├── digitalv.h │ ├── dlcapi.h │ ├── dlgs.h │ ├── drivinit.h │ ├── filter.h │ ├── guiddef.h │ ├── ime.h │ ├── imm.h │ ├── iofs.h │ ├── issperr.h │ ├── isvbop.h │ ├── isvbop.inc │ ├── ks386.inc │ ├── ksmips.h │ ├── kxmips.h │ ├── lmaccess.h │ ├── lmapibuf.h │ ├── lmcons.h │ ├── lmerr.h │ ├── lmremutl.h │ ├── lmserver.h │ ├── lmsname.h │ ├── lmuse.h │ ├── lmuseflg.h │ ├── lmwksta.h │ ├── mac386.inc │ ├── macx86.inc │ ├── mcx.h │ ├── mipsinst.h │ ├── mmddk.h │ ├── mmsystem.h │ ├── msaudite.h │ ├── msobjs.h │ ├── nb30.h │ ├── nt.h │ ├── nt_vdd.h │ ├── ntconfig.h │ ├── ntcsrdll.h │ ├── ntcsrmsg.h │ ├── ntcsrsrv.h │ ├── ntdbg.h │ ├── ntddbeep.h │ ├── ntddcdrm.h │ ├── ntdddisk.h │ ├── ntdddlc.h │ ├── ntddft.h │ ├── ntddkbd.h │ ├── ntddmup.h │ ├── ntddnull.h │ ├── ntddscsi.h │ ├── ntddser.h │ ├── ntddstor.h │ ├── ntddvdeo.h │ ├── ntdef.h │ ├── ntdskreg.h │ ├── ntelfapi.h │ ├── ntexapi.h │ ├── nti386.h │ ├── ntimage.h │ ├── ntioapi.h │ ├── ntiodump.h │ ├── ntiolog.h │ ├── ntkeapi.h │ ├── ntkxapi.h │ ├── ntldr.h │ ├── ntlmsp.h │ ├── ntlpcapi.h │ ├── ntlsa.h │ ├── ntlsapi.h │ ├── ntmips.h │ ├── ntmmapi.h │ ├── ntmsv1_0.h │ ├── ntnls.h │ ├── ntobapi.h │ ├── ntpnpapi.h │ ├── ntpoapi.h │ ├── ntpsapi.h │ ├── ntregapi.h │ ├── ntrtl.h │ ├── ntsam.h │ ├── ntsdexts.h │ ├── ntseapi.h │ ├── ntsm.h │ ├── ntstatus.h │ ├── nturtl.h │ ├── ntverp.h │ ├── ntxcapi.h │ ├── oaidl.h │ ├── objbase.h │ ├── objidl.h │ ├── ole2.h │ ├── oleauto.h │ ├── oledb.h │ ├── oledbtyp.h │ ├── oleext.h │ ├── oleidl.h │ ├── packoff.h │ ├── packon.h │ ├── poppack.h │ ├── posix │ │ ├── dirent.h │ │ ├── errno.h │ │ ├── fcntl.h │ │ ├── grp.h │ │ ├── pwd.h │ │ ├── setjmp.h │ │ ├── signal.h │ │ ├── sys │ │ │ ├── errno.h │ │ │ ├── stat.h │ │ │ ├── times.h │ │ │ ├── types.h │ │ │ ├── utsname.h │ │ │ └── wait.h │ │ ├── tar.h │ │ ├── termios.h │ │ ├── types.h │ │ ├── unistd.h │ │ └── utime.h │ ├── propapi.h │ ├── propset.h │ ├── propstm.hxx │ ├── propvar.h │ ├── prsht.h │ ├── pshpack1.h │ ├── pshpack2.h │ ├── pshpack4.h │ ├── pshpack8.h │ ├── ptypes16.h │ ├── ptypes32.h │ ├── query.h │ ├── regstr.h │ ├── rpc.h │ ├── rpcdce.h │ ├── rpcdcep.h │ ├── rpcndr.h │ ├── rpcnsi.h │ ├── rpcnsip.h │ ├── rpcnterr.h │ ├── secext.h │ ├── security.h │ ├── shellapi.h │ ├── shlguid.h │ ├── shlobj.h │ ├── shlwapi.h │ ├── spseal.h │ ├── sspi.h │ ├── sstream.hxx │ ├── stgprop.h │ ├── stgvar.hxx │ ├── stgvara.hxx │ ├── stgvarb.hxx │ ├── transact.h │ ├── tstr.h │ ├── unknwn.h │ ├── userenv.h │ ├── vddsvc.h │ ├── vdmdbg.h │ ├── warning.h │ ├── wdbgexts.h │ ├── winbase.h │ ├── wincon.h │ ├── windef.h │ ├── windows.h │ ├── winerror.h │ ├── wingdi.h │ ├── winnetwk.h │ ├── winnls.h │ ├── winnls32.h │ ├── winnt.h │ ├── winreg.h │ ├── winsock.h │ ├── winspool.h │ ├── winsvc.h │ ├── winuser.h │ ├── winver.h │ ├── wownt16.h │ ├── wownt32.h │ └── wtypes.h │ ├── inc16 │ ├── buffer.inc │ ├── dbcs.sw │ ├── dirent.inc │ ├── dosmac.inc │ ├── dossym.inc │ ├── error.inc │ ├── mult.inc │ ├── pdb.inc │ ├── sf.inc │ ├── syscall.inc │ ├── version.inc │ └── versiona.inc │ └── lib │ ├── mips │ ├── advapi32.lib │ ├── binmode.obj │ ├── commode.obj │ ├── fp10.obj │ ├── int64.lib │ ├── kernel32.lib │ ├── libc.lib │ ├── libcmt.lib │ ├── libcntpr.lib │ ├── libcpsx.lib │ ├── lsadll.lib │ ├── msvcrt.lib │ ├── ntdll.lib │ ├── setargv.obj │ ├── user32.lib │ └── wsetargv.obj │ ├── stub512.com │ └── x86 │ ├── NetLib.lib │ ├── NetRap.lib │ ├── RxApi.lib │ ├── RxCommon.lib │ ├── advapi32.lib │ ├── binmode.obj │ ├── bufferoverflowu.lib │ ├── comdlg32.lib │ ├── commode.obj │ ├── crtdll.lib │ ├── exsup.lib │ ├── fp10.obj │ ├── gdi32.lib │ ├── int64.lib │ ├── kernel32.lib │ ├── libc.lib │ ├── libcmt.lib │ ├── libcntpr.lib │ ├── libcpsx.lib │ ├── lsadll.lib │ ├── msvcrt.lib │ ├── netapi32.lib │ ├── nt.lib │ ├── ntdll.lib │ ├── ntvdm.lib │ ├── rpcrt4.lib │ ├── setargv.obj │ ├── shell32.lib │ ├── user32.lib │ ├── vdmdbg.lib │ ├── version.lib │ ├── wow32.lib │ ├── wsetargv.obj │ └── xactsrv.lib └── sdktools ├── gensrv ├── gensrv.c ├── gensrv.rc ├── makefile └── sources └── project.mk /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/README.md -------------------------------------------------------------------------------- /base/dirs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/dirs -------------------------------------------------------------------------------- /base/mvdm/bde/bde.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/bde/bde.def -------------------------------------------------------------------------------- /base/mvdm/bde/bde.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/bde/bde.h -------------------------------------------------------------------------------- /base/mvdm/bde/bdecmds.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/bde/bdecmds.c -------------------------------------------------------------------------------- /base/mvdm/bde/bdeheap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/bde/bdeheap.c -------------------------------------------------------------------------------- /base/mvdm/bde/bdemisc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/bde/bdemisc.c -------------------------------------------------------------------------------- /base/mvdm/bde/bdestack.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/bde/bdestack.c -------------------------------------------------------------------------------- /base/mvdm/bde/bdesym.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/bde/bdesym.c -------------------------------------------------------------------------------- /base/mvdm/bde/bdeutil.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/bde/bdeutil.c -------------------------------------------------------------------------------- /base/mvdm/bde/data.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/bde/data.c -------------------------------------------------------------------------------- /base/mvdm/bde/disasm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/bde/disasm.c -------------------------------------------------------------------------------- /base/mvdm/bde/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/bde/makefile -------------------------------------------------------------------------------- /base/mvdm/bde/precomp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/bde/precomp.h -------------------------------------------------------------------------------- /base/mvdm/bde/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/bde/sources -------------------------------------------------------------------------------- /base/mvdm/bin86/autoexec.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/bin86/autoexec.nt -------------------------------------------------------------------------------- /base/mvdm/bin86/chp/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/bin86/chp/sources -------------------------------------------------------------------------------- /base/mvdm/bin86/chs/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/bin86/chs/sources -------------------------------------------------------------------------------- /base/mvdm/bin86/cht/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/bin86/cht/sources -------------------------------------------------------------------------------- /base/mvdm/bin86/config.nt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/bin86/config.nt -------------------------------------------------------------------------------- /base/mvdm/bin86/country.sys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/bin86/country.sys -------------------------------------------------------------------------------- /base/mvdm/bin86/ctl3dv2.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/bin86/ctl3dv2.dll -------------------------------------------------------------------------------- /base/mvdm/bin86/ctl3dv2.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/bin86/ctl3dv2.map -------------------------------------------------------------------------------- /base/mvdm/bin86/ctl3dv2.sym: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/bin86/ctl3dv2.sym -------------------------------------------------------------------------------- /base/mvdm/bin86/dirs: -------------------------------------------------------------------------------- 1 | DIRS= USA JPN CHS CHT KOR 2 | 3 | -------------------------------------------------------------------------------- /base/mvdm/bin86/jpn/jp.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | rem Change the active CODE PAGE to 932 (Japan) 3 | CHCP 932 4 |  -------------------------------------------------------------------------------- /base/mvdm/bin86/jpn/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/bin86/jpn/sources -------------------------------------------------------------------------------- /base/mvdm/bin86/jpn/ver.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/bin86/jpn/ver.dll -------------------------------------------------------------------------------- /base/mvdm/bin86/kor/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/bin86/kor/sources -------------------------------------------------------------------------------- /base/mvdm/bin86/kor/ver.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/bin86/kor/ver.dll -------------------------------------------------------------------------------- /base/mvdm/bin86/lanman.drv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/bin86/lanman.drv -------------------------------------------------------------------------------- /base/mvdm/bin86/netapi.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/bin86/netapi.dll -------------------------------------------------------------------------------- /base/mvdm/bin86/olecli.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/bin86/olecli.dll -------------------------------------------------------------------------------- /base/mvdm/bin86/pifedit.hlp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/bin86/pifedit.hlp -------------------------------------------------------------------------------- /base/mvdm/bin86/pmspl.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/bin86/pmspl.dll -------------------------------------------------------------------------------- /base/mvdm/bin86/regedit.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/bin86/regedit.exe -------------------------------------------------------------------------------- /base/mvdm/bin86/regedit.hlp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/bin86/regedit.hlp -------------------------------------------------------------------------------- /base/mvdm/bin86/sources.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/bin86/sources.inc -------------------------------------------------------------------------------- /base/mvdm/bin86/sysedit.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/bin86/sysedit.exe -------------------------------------------------------------------------------- /base/mvdm/bin86/system.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/bin86/system.ini -------------------------------------------------------------------------------- /base/mvdm/bin86/usa/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/bin86/usa/sources -------------------------------------------------------------------------------- /base/mvdm/bin86/ver.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/bin86/ver.dll -------------------------------------------------------------------------------- /base/mvdm/bin86/winhelp.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/bin86/winhelp.exe -------------------------------------------------------------------------------- /base/mvdm/bin86/write.hlp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/bin86/write.hlp -------------------------------------------------------------------------------- /base/mvdm/bin86/write16.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/bin86/write16.exe -------------------------------------------------------------------------------- /base/mvdm/bin86/write16.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/bin86/write16.map -------------------------------------------------------------------------------- /base/mvdm/bin86/write16.sym: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/bin86/write16.sym -------------------------------------------------------------------------------- /base/mvdm/dbg/dbg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dbg/dbg.c -------------------------------------------------------------------------------- /base/mvdm/dbg/dirs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dbg/dirs -------------------------------------------------------------------------------- /base/mvdm/dbg/sources.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dbg/sources.inc -------------------------------------------------------------------------------- /base/mvdm/dirs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dirs -------------------------------------------------------------------------------- /base/mvdm/dos/command/cmd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dos/command/cmd.c -------------------------------------------------------------------------------- /base/mvdm/dos/command/cmd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dos/command/cmd.h -------------------------------------------------------------------------------- /base/mvdm/dos/command/dirs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dos/command/dirs -------------------------------------------------------------------------------- /base/mvdm/dos/dem/dem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dos/dem/dem.c -------------------------------------------------------------------------------- /base/mvdm/dos/dem/dem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dos/dem/dem.h -------------------------------------------------------------------------------- /base/mvdm/dos/dem/demdasd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dos/dem/demdasd.c -------------------------------------------------------------------------------- /base/mvdm/dos/dem/demdasd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dos/dem/demdasd.h -------------------------------------------------------------------------------- /base/mvdm/dos/dem/demdata.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dos/dem/demdata.c -------------------------------------------------------------------------------- /base/mvdm/dos/dem/demdir.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dos/dem/demdir.c -------------------------------------------------------------------------------- /base/mvdm/dos/dem/demdisp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dos/dem/demdisp.c -------------------------------------------------------------------------------- /base/mvdm/dos/dem/demfcb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dos/dem/demfcb.c -------------------------------------------------------------------------------- /base/mvdm/dos/dem/demfile.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dos/dem/demfile.c -------------------------------------------------------------------------------- /base/mvdm/dos/dem/demgset.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dos/dem/demgset.c -------------------------------------------------------------------------------- /base/mvdm/dos/dem/demhndl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dos/dem/demhndl.c -------------------------------------------------------------------------------- /base/mvdm/dos/dem/demlfn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dos/dem/demlfn.c -------------------------------------------------------------------------------- /base/mvdm/dos/dem/demlfn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dos/dem/demlfn.h -------------------------------------------------------------------------------- /base/mvdm/dos/dem/demlock.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dos/dem/demlock.c -------------------------------------------------------------------------------- /base/mvdm/dos/dem/demmisc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dos/dem/demmisc.c -------------------------------------------------------------------------------- /base/mvdm/dos/dem/demmsg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dos/dem/demmsg.c -------------------------------------------------------------------------------- /base/mvdm/dos/dem/demmsg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dos/dem/demmsg.h -------------------------------------------------------------------------------- /base/mvdm/dos/dem/demsrch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dos/dem/demsrch.c -------------------------------------------------------------------------------- /base/mvdm/dos/dem/dirs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dos/dem/dirs -------------------------------------------------------------------------------- /base/mvdm/dos/dem/dosdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dos/dem/dosdef.h -------------------------------------------------------------------------------- /base/mvdm/dos/dirs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dos/dirs -------------------------------------------------------------------------------- /base/mvdm/dos/test/test.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dos/test/test.bat -------------------------------------------------------------------------------- /base/mvdm/dos/v86/cmd/command/.gitignore: -------------------------------------------------------------------------------- 1 | /buildmsg.map 2 | -------------------------------------------------------------------------------- /base/mvdm/dos/v86/cmd/command/chs/.gitignore: -------------------------------------------------------------------------------- 1 | /buildmsg.exe 2 | -------------------------------------------------------------------------------- /base/mvdm/dos/v86/cmd/command/cht/.gitignore: -------------------------------------------------------------------------------- 1 | /buildmsg.exe 2 | -------------------------------------------------------------------------------- /base/mvdm/dos/v86/cmd/command/jpn/.gitignore: -------------------------------------------------------------------------------- 1 | /buildmsg.exe 2 | -------------------------------------------------------------------------------- /base/mvdm/dos/v86/cmd/command/kor/.gitignore: -------------------------------------------------------------------------------- 1 | /buildmsg.exe 2 | -------------------------------------------------------------------------------- /base/mvdm/dos/v86/cmd/command/usa/.gitignore: -------------------------------------------------------------------------------- 1 | /buildmsg.exe 2 | -------------------------------------------------------------------------------- /base/mvdm/dos/v86/cmd/dirs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dos/v86/cmd/dirs -------------------------------------------------------------------------------- /base/mvdm/dos/v86/cmd/edit/dirs: -------------------------------------------------------------------------------- 1 | DIRS= USA 2 | 3 | -------------------------------------------------------------------------------- /base/mvdm/dos/v86/cmd/fastopen/dirs: -------------------------------------------------------------------------------- 1 | DIRS = usa -------------------------------------------------------------------------------- /base/mvdm/dos/v86/cmd/share/dirs: -------------------------------------------------------------------------------- 1 | DIRS= USA 2 | -------------------------------------------------------------------------------- /base/mvdm/dos/v86/dev/country/dirs: -------------------------------------------------------------------------------- 1 | DIRS= USA 2 | -------------------------------------------------------------------------------- /base/mvdm/dos/v86/dev/dirs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dos/v86/dev/dirs -------------------------------------------------------------------------------- /base/mvdm/dos/v86/dev/hbios/dirs: -------------------------------------------------------------------------------- 1 | DIRS= KOR 2 | -------------------------------------------------------------------------------- /base/mvdm/dos/v86/dev/keyboard/dirs: -------------------------------------------------------------------------------- 1 | DIRS= USA JPN 2 | -------------------------------------------------------------------------------- /base/mvdm/dos/v86/dev/ntfont/dirs: -------------------------------------------------------------------------------- 1 | DIRS= JPN -------------------------------------------------------------------------------- /base/mvdm/dos/v86/dirs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dos/v86/dirs -------------------------------------------------------------------------------- /base/mvdm/dos/v86/doskrnl/bios/dirs: -------------------------------------------------------------------------------- 1 | DIRS= USA CHS CHT JPN KOR 2 | 3 | -------------------------------------------------------------------------------- /base/mvdm/dos/v86/doskrnl/dirs: -------------------------------------------------------------------------------- 1 | DIRS= bios \ 2 | dos -------------------------------------------------------------------------------- /base/mvdm/dos/v86/doskrnl/dos/dirs: -------------------------------------------------------------------------------- 1 | DIRS= USA CHS CHT JPN KOR 2 | 3 | -------------------------------------------------------------------------------- /base/mvdm/dos/v86/h/bios.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dos/v86/h/bios.h -------------------------------------------------------------------------------- /base/mvdm/dos/v86/h/conio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dos/v86/h/conio.h -------------------------------------------------------------------------------- /base/mvdm/dos/v86/h/ctype.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dos/v86/h/ctype.h -------------------------------------------------------------------------------- /base/mvdm/dos/v86/h/dos.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dos/v86/h/dos.h -------------------------------------------------------------------------------- /base/mvdm/dos/v86/h/dos.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dos/v86/h/dos.inc -------------------------------------------------------------------------------- /base/mvdm/dos/v86/h/errno.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dos/v86/h/errno.h -------------------------------------------------------------------------------- /base/mvdm/dos/v86/h/fcntl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dos/v86/h/fcntl.h -------------------------------------------------------------------------------- /base/mvdm/dos/v86/h/float.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dos/v86/h/float.h -------------------------------------------------------------------------------- /base/mvdm/dos/v86/h/graph.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dos/v86/h/graph.h -------------------------------------------------------------------------------- /base/mvdm/dos/v86/h/io.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dos/v86/h/io.h -------------------------------------------------------------------------------- /base/mvdm/dos/v86/h/math.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dos/v86/h/math.h -------------------------------------------------------------------------------- /base/mvdm/dos/v86/h/share.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dos/v86/h/share.h -------------------------------------------------------------------------------- /base/mvdm/dos/v86/h/stdio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dos/v86/h/stdio.h -------------------------------------------------------------------------------- /base/mvdm/dos/v86/h/time.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dos/v86/h/time.h -------------------------------------------------------------------------------- /base/mvdm/dos/v86/lib/dirs: -------------------------------------------------------------------------------- 1 | DIRS = xmm -------------------------------------------------------------------------------- /base/mvdm/dos/v86/lib/xmm/dirs: -------------------------------------------------------------------------------- 1 | DIRS= USA 2 | -------------------------------------------------------------------------------- /base/mvdm/dos/v86/make.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dos/v86/make.inc -------------------------------------------------------------------------------- /base/mvdm/dos/v86/publish/makefile: -------------------------------------------------------------------------------- 1 | !include $(NTMAKEENV)\makefile.def 2 | -------------------------------------------------------------------------------- /base/mvdm/dos/v86/tools/src/h2inc/h2inc.def: -------------------------------------------------------------------------------- 1 | NAME h2inc WINDOWCOMPAT LONGNAMES 2 | -------------------------------------------------------------------------------- /base/mvdm/dpmi/br/dxmsg.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dpmi/br/dxmsg.asm -------------------------------------------------------------------------------- /base/mvdm/dpmi/br/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dpmi/br/makefile -------------------------------------------------------------------------------- /base/mvdm/dpmi/br/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dpmi/br/sources -------------------------------------------------------------------------------- /base/mvdm/dpmi/chp/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dpmi/chp/makefile -------------------------------------------------------------------------------- /base/mvdm/dpmi/chp/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dpmi/chp/sources -------------------------------------------------------------------------------- /base/mvdm/dpmi/chs/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dpmi/chs/makefile -------------------------------------------------------------------------------- /base/mvdm/dpmi/chs/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dpmi/chs/sources -------------------------------------------------------------------------------- /base/mvdm/dpmi/cht/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dpmi/cht/makefile -------------------------------------------------------------------------------- /base/mvdm/dpmi/cht/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dpmi/cht/sources -------------------------------------------------------------------------------- /base/mvdm/dpmi/cmacros.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dpmi/cmacros.inc -------------------------------------------------------------------------------- /base/mvdm/dpmi/cmacros.mas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dpmi/cmacros.mas -------------------------------------------------------------------------------- /base/mvdm/dpmi/cs/dxmsg.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dpmi/cs/dxmsg.asm -------------------------------------------------------------------------------- /base/mvdm/dpmi/cs/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dpmi/cs/makefile -------------------------------------------------------------------------------- /base/mvdm/dpmi/cs/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dpmi/cs/sources -------------------------------------------------------------------------------- /base/mvdm/dpmi/da/dxmsg.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dpmi/da/dxmsg.asm -------------------------------------------------------------------------------- /base/mvdm/dpmi/da/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dpmi/da/makefile -------------------------------------------------------------------------------- /base/mvdm/dpmi/da/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dpmi/da/sources -------------------------------------------------------------------------------- /base/mvdm/dpmi/dirs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dpmi/dirs -------------------------------------------------------------------------------- /base/mvdm/dpmi/dosx.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dpmi/dosx.def -------------------------------------------------------------------------------- /base/mvdm/dpmi/dxboot.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dpmi/dxboot.asm -------------------------------------------------------------------------------- /base/mvdm/dpmi/dxbug.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dpmi/dxbug.asm -------------------------------------------------------------------------------- /base/mvdm/dpmi/dxdisk.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dpmi/dxdisk.asm -------------------------------------------------------------------------------- /base/mvdm/dpmi/dxdma.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dpmi/dxdma.asm -------------------------------------------------------------------------------- /base/mvdm/dpmi/dxemm.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dpmi/dxemm.asm -------------------------------------------------------------------------------- /base/mvdm/dpmi/dxemm2.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dpmi/dxemm2.asm -------------------------------------------------------------------------------- /base/mvdm/dpmi/dxend.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dpmi/dxend.asm -------------------------------------------------------------------------------- /base/mvdm/dpmi/dxendpm.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dpmi/dxendpm.asm -------------------------------------------------------------------------------- /base/mvdm/dpmi/dxfind.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dpmi/dxfind.asm -------------------------------------------------------------------------------- /base/mvdm/dpmi/dxfunc.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dpmi/dxfunc.asm -------------------------------------------------------------------------------- /base/mvdm/dpmi/dxini.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dpmi/dxini.asm -------------------------------------------------------------------------------- /base/mvdm/dpmi/dxintr.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dpmi/dxintr.asm -------------------------------------------------------------------------------- /base/mvdm/dpmi/dxmain.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dpmi/dxmain.asm -------------------------------------------------------------------------------- /base/mvdm/dpmi/dxnetbio.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dpmi/dxnetbio.asm -------------------------------------------------------------------------------- /base/mvdm/dpmi/dxoem.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dpmi/dxoem.asm -------------------------------------------------------------------------------- /base/mvdm/dpmi/dxstrt.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dpmi/dxstrt.asm -------------------------------------------------------------------------------- /base/mvdm/dpmi/dxutil.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dpmi/dxutil.asm -------------------------------------------------------------------------------- /base/mvdm/dpmi/dxvcpi.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dpmi/dxvcpi.inc -------------------------------------------------------------------------------- /base/mvdm/dpmi/el/dxmsg.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dpmi/el/dxmsg.asm -------------------------------------------------------------------------------- /base/mvdm/dpmi/el/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dpmi/el/makefile -------------------------------------------------------------------------------- /base/mvdm/dpmi/el/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dpmi/el/sources -------------------------------------------------------------------------------- /base/mvdm/dpmi/es/dxmsg.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dpmi/es/dxmsg.asm -------------------------------------------------------------------------------- /base/mvdm/dpmi/es/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dpmi/es/makefile -------------------------------------------------------------------------------- /base/mvdm/dpmi/es/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dpmi/es/sources -------------------------------------------------------------------------------- /base/mvdm/dpmi/fi/dxmsg.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dpmi/fi/dxmsg.asm -------------------------------------------------------------------------------- /base/mvdm/dpmi/fi/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dpmi/fi/makefile -------------------------------------------------------------------------------- /base/mvdm/dpmi/fi/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dpmi/fi/sources -------------------------------------------------------------------------------- /base/mvdm/dpmi/fr/dxmsg.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dpmi/fr/dxmsg.asm -------------------------------------------------------------------------------- /base/mvdm/dpmi/fr/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dpmi/fr/makefile -------------------------------------------------------------------------------- /base/mvdm/dpmi/fr/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dpmi/fr/sources -------------------------------------------------------------------------------- /base/mvdm/dpmi/gendefs.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dpmi/gendefs.inc -------------------------------------------------------------------------------- /base/mvdm/dpmi/ger/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dpmi/ger/makefile -------------------------------------------------------------------------------- /base/mvdm/dpmi/ger/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dpmi/ger/sources -------------------------------------------------------------------------------- /base/mvdm/dpmi/hostdata.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dpmi/hostdata.inc -------------------------------------------------------------------------------- /base/mvdm/dpmi/hu/dxmsg.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dpmi/hu/dxmsg.asm -------------------------------------------------------------------------------- /base/mvdm/dpmi/hu/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dpmi/hu/makefile -------------------------------------------------------------------------------- /base/mvdm/dpmi/hu/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dpmi/hu/sources -------------------------------------------------------------------------------- /base/mvdm/dpmi/interupt.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dpmi/interupt.inc -------------------------------------------------------------------------------- /base/mvdm/dpmi/intmac.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dpmi/intmac.inc -------------------------------------------------------------------------------- /base/mvdm/dpmi/it/dxmsg.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dpmi/it/dxmsg.asm -------------------------------------------------------------------------------- /base/mvdm/dpmi/it/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dpmi/it/makefile -------------------------------------------------------------------------------- /base/mvdm/dpmi/it/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dpmi/it/sources -------------------------------------------------------------------------------- /base/mvdm/dpmi/jpn/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dpmi/jpn/makefile -------------------------------------------------------------------------------- /base/mvdm/dpmi/jpn/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dpmi/jpn/sources -------------------------------------------------------------------------------- /base/mvdm/dpmi/mk.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dpmi/mk.cmd -------------------------------------------------------------------------------- /base/mvdm/dpmi32/data.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dpmi32/data.c -------------------------------------------------------------------------------- /base/mvdm/dpmi32/debug.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dpmi32/debug.c -------------------------------------------------------------------------------- /base/mvdm/dpmi32/dirs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dpmi32/dirs -------------------------------------------------------------------------------- /base/mvdm/dpmi32/int2f.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dpmi32/int2f.c -------------------------------------------------------------------------------- /base/mvdm/dpmi32/int31.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dpmi32/int31.c -------------------------------------------------------------------------------- /base/mvdm/dpmi32/stack.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dpmi32/stack.c -------------------------------------------------------------------------------- /base/mvdm/dpmi32/vxd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dpmi32/vxd.c -------------------------------------------------------------------------------- /base/mvdm/dpmi32/xmem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/dpmi32/xmem.c -------------------------------------------------------------------------------- /base/mvdm/fax/NOTE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/fax/NOTE.txt -------------------------------------------------------------------------------- /base/mvdm/fax/dirs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/fax/dirs -------------------------------------------------------------------------------- /base/mvdm/fax/dummy.hlp: -------------------------------------------------------------------------------- 1 | ECHO is on. 2 | -------------------------------------------------------------------------------- /base/mvdm/fax/dummy.ppd: -------------------------------------------------------------------------------- 1 | ECHO is on. 2 | -------------------------------------------------------------------------------- /base/mvdm/fax/faxcomm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/fax/faxcomm.h -------------------------------------------------------------------------------- /base/mvdm/inc/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/inc/.gitignore -------------------------------------------------------------------------------- /base/mvdm/inc/apistruc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/inc/apistruc.h -------------------------------------------------------------------------------- /base/mvdm/inc/bop.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/inc/bop.h -------------------------------------------------------------------------------- /base/mvdm/inc/cmdsvc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/inc/cmdsvc.h -------------------------------------------------------------------------------- /base/mvdm/inc/curdir.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/inc/curdir.h -------------------------------------------------------------------------------- /base/mvdm/inc/dbgexp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/inc/dbgexp.h -------------------------------------------------------------------------------- /base/mvdm/inc/dbginfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/inc/dbginfo.h -------------------------------------------------------------------------------- /base/mvdm/inc/dbgsvc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/inc/dbgsvc.h -------------------------------------------------------------------------------- /base/mvdm/inc/demexp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/inc/demexp.h -------------------------------------------------------------------------------- /base/mvdm/inc/dossvc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/inc/dossvc.h -------------------------------------------------------------------------------- /base/mvdm/inc/doswow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/inc/doswow.h -------------------------------------------------------------------------------- /base/mvdm/inc/dpmf_fio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/inc/dpmf_fio.h -------------------------------------------------------------------------------- /base/mvdm/inc/dpmf_ntd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/inc/dpmf_ntd.h -------------------------------------------------------------------------------- /base/mvdm/inc/dpmf_prf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/inc/dpmf_prf.h -------------------------------------------------------------------------------- /base/mvdm/inc/dpmf_reg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/inc/dpmf_reg.h -------------------------------------------------------------------------------- /base/mvdm/inc/dpmi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/inc/dpmi.h -------------------------------------------------------------------------------- /base/mvdm/inc/dpmtbls.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/inc/dpmtbls.h -------------------------------------------------------------------------------- /base/mvdm/inc/enumapis.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/inc/enumapis.h -------------------------------------------------------------------------------- /base/mvdm/inc/exterr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/inc/exterr.h -------------------------------------------------------------------------------- /base/mvdm/inc/intapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/inc/intapi.h -------------------------------------------------------------------------------- /base/mvdm/inc/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/inc/makefile -------------------------------------------------------------------------------- /base/mvdm/inc/memapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/inc/memapi.h -------------------------------------------------------------------------------- /base/mvdm/inc/monregs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/inc/monregs.h -------------------------------------------------------------------------------- /base/mvdm/inc/mvdm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/inc/mvdm.h -------------------------------------------------------------------------------- /base/mvdm/inc/netb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/inc/netb.h -------------------------------------------------------------------------------- /base/mvdm/inc/oemuni.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/inc/oemuni.h -------------------------------------------------------------------------------- /base/mvdm/inc/pif.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/inc/pif.h -------------------------------------------------------------------------------- /base/mvdm/inc/rdrexp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/inc/rdrexp.h -------------------------------------------------------------------------------- /base/mvdm/inc/rdrsvc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/inc/rdrsvc.h -------------------------------------------------------------------------------- /base/mvdm/inc/sharewow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/inc/sharewow.h -------------------------------------------------------------------------------- /base/mvdm/inc/softpc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/inc/softpc.h -------------------------------------------------------------------------------- /base/mvdm/inc/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/inc/sources -------------------------------------------------------------------------------- /base/mvdm/inc/suballoc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/inc/suballoc.h -------------------------------------------------------------------------------- /base/mvdm/inc/tdb16.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/inc/tdb16.h -------------------------------------------------------------------------------- /base/mvdm/inc/v86def.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/inc/v86def.h -------------------------------------------------------------------------------- /base/mvdm/inc/vdmredir.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/inc/vdmredir.h -------------------------------------------------------------------------------- /base/mvdm/inc/vdmtb.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/inc/vdmtb.inc -------------------------------------------------------------------------------- /base/mvdm/inc/vint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/inc/vint.h -------------------------------------------------------------------------------- /base/mvdm/inc/vrdefld.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/inc/vrdefld.h -------------------------------------------------------------------------------- /base/mvdm/inc/vrdlctab.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/inc/vrdlctab.h -------------------------------------------------------------------------------- /base/mvdm/inc/vrinit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/inc/vrinit.h -------------------------------------------------------------------------------- /base/mvdm/inc/vrmisc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/inc/vrmisc.h -------------------------------------------------------------------------------- /base/mvdm/inc/vrmslot.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/inc/vrmslot.h -------------------------------------------------------------------------------- /base/mvdm/inc/vrnetapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/inc/vrnetapi.h -------------------------------------------------------------------------------- /base/mvdm/inc/vrnmpipe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/inc/vrnmpipe.h -------------------------------------------------------------------------------- /base/mvdm/inc/vrremote.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/inc/vrremote.h -------------------------------------------------------------------------------- /base/mvdm/inc/vshimdb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/inc/vshimdb.h -------------------------------------------------------------------------------- /base/mvdm/inc/wow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/inc/wow.h -------------------------------------------------------------------------------- /base/mvdm/inc/wowclip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/inc/wowclip.h -------------------------------------------------------------------------------- /base/mvdm/inc/wowcmdlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/inc/wowcmdlg.h -------------------------------------------------------------------------------- /base/mvdm/inc/wowcmpat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/inc/wowcmpat.h -------------------------------------------------------------------------------- /base/mvdm/inc/wowcomm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/inc/wowcomm.h -------------------------------------------------------------------------------- /base/mvdm/inc/wowddeml.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/inc/wowddeml.h -------------------------------------------------------------------------------- /base/mvdm/inc/wowexp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/inc/wowexp.h -------------------------------------------------------------------------------- /base/mvdm/inc/wowfax.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/inc/wowfax.h -------------------------------------------------------------------------------- /base/mvdm/inc/wowgdi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/inc/wowgdi.h -------------------------------------------------------------------------------- /base/mvdm/inc/wowinfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/inc/wowinfo.h -------------------------------------------------------------------------------- /base/mvdm/inc/wowint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/inc/wowint.h -------------------------------------------------------------------------------- /base/mvdm/inc/wowkbd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/inc/wowkbd.h -------------------------------------------------------------------------------- /base/mvdm/inc/wowkrn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/inc/wowkrn.h -------------------------------------------------------------------------------- /base/mvdm/inc/wowmmcb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/inc/wowmmcb.h -------------------------------------------------------------------------------- /base/mvdm/inc/wowmmed.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/inc/wowmmed.h -------------------------------------------------------------------------------- /base/mvdm/inc/wownls.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/inc/wownls.h -------------------------------------------------------------------------------- /base/mvdm/inc/wowshell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/inc/wowshell.h -------------------------------------------------------------------------------- /base/mvdm/inc/wowsnd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/inc/wowsnd.h -------------------------------------------------------------------------------- /base/mvdm/inc/wowth.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/inc/wowth.h -------------------------------------------------------------------------------- /base/mvdm/inc/wowusr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/inc/wowusr.h -------------------------------------------------------------------------------- /base/mvdm/inc/wowwife.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/inc/wowwife.h -------------------------------------------------------------------------------- /base/mvdm/inc/wowwsock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/inc/wowwsock.h -------------------------------------------------------------------------------- /base/mvdm/inc/x86def.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/inc/x86def.h -------------------------------------------------------------------------------- /base/mvdm/inc/xmsexp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/inc/xmsexp.h -------------------------------------------------------------------------------- /base/mvdm/inc/xmssvc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/inc/xmssvc.h -------------------------------------------------------------------------------- /base/mvdm/oemuni/dirs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/oemuni/dirs -------------------------------------------------------------------------------- /base/mvdm/oemuni/file.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/oemuni/file.c -------------------------------------------------------------------------------- /base/mvdm/oemuni/oem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/oemuni/oem.h -------------------------------------------------------------------------------- /base/mvdm/setup/makefile: -------------------------------------------------------------------------------- 1 | !include $(NTMAKEENV)\makefile.def 2 | -------------------------------------------------------------------------------- /base/mvdm/setup/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/setup/sources -------------------------------------------------------------------------------- /base/mvdm/setup/win.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/setup/win.ini -------------------------------------------------------------------------------- /base/mvdm/sim16/incs.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/sim16/incs.inc -------------------------------------------------------------------------------- /base/mvdm/sim16/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/sim16/makefile -------------------------------------------------------------------------------- /base/mvdm/sim32/b.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/sim32/b.cmd -------------------------------------------------------------------------------- /base/mvdm/sim32/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/sim32/makefile -------------------------------------------------------------------------------- /base/mvdm/sim32/sim32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/sim32/sim32.c -------------------------------------------------------------------------------- /base/mvdm/sim32/sim32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/sim32/sim32.h -------------------------------------------------------------------------------- /base/mvdm/sim32/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/sim32/sources -------------------------------------------------------------------------------- /base/mvdm/softpc.new/base/cvidc/vglob.c: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /base/mvdm/softpc.new/host/inc/dfa.gi: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /base/mvdm/softpc.new/host/inc/hstsystm.h: -------------------------------------------------------------------------------- 1 | /* Required for herc.c */ 2 | -------------------------------------------------------------------------------- /base/mvdm/softpc.new/host/inc/kybdcpu.gi: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /base/mvdm/suballoc/debug.c: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /base/mvdm/suballoc/tsa.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/suballoc/tsa.c -------------------------------------------------------------------------------- /base/mvdm/v86/dirs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/v86/dirs -------------------------------------------------------------------------------- /base/mvdm/vdd/dirs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/vdd/dirs -------------------------------------------------------------------------------- /base/mvdm/vdd/hpscan/dirs: -------------------------------------------------------------------------------- 1 | DIRS= USA 2 | -------------------------------------------------------------------------------- /base/mvdm/vdd/mscdex/tsr/dirs: -------------------------------------------------------------------------------- 1 | DIRS= USA 2 | -------------------------------------------------------------------------------- /base/mvdm/vdd/samples/adlibvdd/makefile: -------------------------------------------------------------------------------- 1 | !INCLUDE $(NTMAKEENV)\makefile.def 2 | -------------------------------------------------------------------------------- /base/mvdm/vdd/samples/sample1/dirs: -------------------------------------------------------------------------------- 1 | DIRS=fax32 2 | -------------------------------------------------------------------------------- /base/mvdm/vdd/samples/sample2/dirs: -------------------------------------------------------------------------------- 1 | DIRS=vdd 2 | -------------------------------------------------------------------------------- /base/mvdm/vdd/vsndblst/makefile: -------------------------------------------------------------------------------- 1 | !INCLUDE $(NTMAKEENV)\makefile.def 2 | -------------------------------------------------------------------------------- /base/mvdm/vdmdbg/brkpt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/vdmdbg/brkpt.c -------------------------------------------------------------------------------- /base/mvdm/vdmdbg/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/vdmdbg/sources -------------------------------------------------------------------------------- /base/mvdm/vdmdbg/sym.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/vdmdbg/sym.c -------------------------------------------------------------------------------- /base/mvdm/vdmdbg/util.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/vdmdbg/util.c -------------------------------------------------------------------------------- /base/mvdm/vdmdbg/wow.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/vdmdbg/wow.c -------------------------------------------------------------------------------- /base/mvdm/vdmexts/data.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/vdmexts/data.c -------------------------------------------------------------------------------- /base/mvdm/vdmexts/dib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/vdmexts/dib.c -------------------------------------------------------------------------------- /base/mvdm/vdmexts/dos.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/vdmexts/dos.c -------------------------------------------------------------------------------- /base/mvdm/vdmexts/dpmi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/vdmexts/dpmi.c -------------------------------------------------------------------------------- /base/mvdm/vdmexts/heap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/vdmexts/heap.c -------------------------------------------------------------------------------- /base/mvdm/vdmexts/help.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/vdmexts/help.c -------------------------------------------------------------------------------- /base/mvdm/vdmexts/misc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/vdmexts/misc.c -------------------------------------------------------------------------------- /base/mvdm/vdmexts/sym.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/vdmexts/sym.c -------------------------------------------------------------------------------- /base/mvdm/vdmexts/util.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/vdmexts/util.c -------------------------------------------------------------------------------- /base/mvdm/vdmexts/wow.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/vdmexts/wow.c -------------------------------------------------------------------------------- /base/mvdm/vdmredir/dirs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/vdmredir/dirs -------------------------------------------------------------------------------- /base/mvdm/vdmutils/dirs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/vdmutils/dirs -------------------------------------------------------------------------------- /base/mvdm/wow32/dirs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/dirs -------------------------------------------------------------------------------- /base/mvdm/wow32/hack.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/hack.c -------------------------------------------------------------------------------- /base/mvdm/wow32/isvwow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/isvwow.h -------------------------------------------------------------------------------- /base/mvdm/wow32/isz.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/isz.h -------------------------------------------------------------------------------- /base/mvdm/wow32/sz.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/sz.src -------------------------------------------------------------------------------- /base/mvdm/wow32/waccel.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/waccel.c -------------------------------------------------------------------------------- /base/mvdm/wow32/waccel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/waccel.h -------------------------------------------------------------------------------- /base/mvdm/wow32/walias.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/walias.c -------------------------------------------------------------------------------- /base/mvdm/wow32/walias.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/walias.h -------------------------------------------------------------------------------- /base/mvdm/wow32/wdde.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wdde.c -------------------------------------------------------------------------------- /base/mvdm/wow32/wdde.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wdde.h -------------------------------------------------------------------------------- /base/mvdm/wow32/wdib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wdib.c -------------------------------------------------------------------------------- /base/mvdm/wow32/wdib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wdib.h -------------------------------------------------------------------------------- /base/mvdm/wow32/wdos.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wdos.c -------------------------------------------------------------------------------- /base/mvdm/wow32/wdos.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wdos.h -------------------------------------------------------------------------------- /base/mvdm/wow32/wdpm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wdpm.c -------------------------------------------------------------------------------- /base/mvdm/wow32/wgdi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wgdi.c -------------------------------------------------------------------------------- /base/mvdm/wow32/wgdi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wgdi.h -------------------------------------------------------------------------------- /base/mvdm/wow32/wgdi31.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wgdi31.c -------------------------------------------------------------------------------- /base/mvdm/wow32/wgdi31.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wgdi31.h -------------------------------------------------------------------------------- /base/mvdm/wow32/wgfont.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wgfont.c -------------------------------------------------------------------------------- /base/mvdm/wow32/wgfont.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wgfont.h -------------------------------------------------------------------------------- /base/mvdm/wow32/wgmeta.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wgmeta.c -------------------------------------------------------------------------------- /base/mvdm/wow32/wgmeta.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wgmeta.h -------------------------------------------------------------------------------- /base/mvdm/wow32/wgpal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wgpal.c -------------------------------------------------------------------------------- /base/mvdm/wow32/wgpal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wgpal.h -------------------------------------------------------------------------------- /base/mvdm/wow32/wgtbl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wgtbl.h -------------------------------------------------------------------------------- /base/mvdm/wow32/wgtbl2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wgtbl2.h -------------------------------------------------------------------------------- /base/mvdm/wow32/wgtext.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wgtext.c -------------------------------------------------------------------------------- /base/mvdm/wow32/wgtext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wgtext.h -------------------------------------------------------------------------------- /base/mvdm/wow32/wheap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wheap.c -------------------------------------------------------------------------------- /base/mvdm/wow32/wheap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wheap.h -------------------------------------------------------------------------------- /base/mvdm/wow32/win95.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/win95.c -------------------------------------------------------------------------------- /base/mvdm/wow32/win95.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/win95.h -------------------------------------------------------------------------------- /base/mvdm/wow32/witbl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/witbl.h -------------------------------------------------------------------------------- /base/mvdm/wow32/wkbman.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wkbman.c -------------------------------------------------------------------------------- /base/mvdm/wow32/wkbman.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wkbman.h -------------------------------------------------------------------------------- /base/mvdm/wow32/wkbtbl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wkbtbl.h -------------------------------------------------------------------------------- /base/mvdm/wow32/wkman.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wkman.c -------------------------------------------------------------------------------- /base/mvdm/wow32/wkman.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wkman.h -------------------------------------------------------------------------------- /base/mvdm/wow32/wkmem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wkmem.c -------------------------------------------------------------------------------- /base/mvdm/wow32/wkmem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wkmem.h -------------------------------------------------------------------------------- /base/mvdm/wow32/wktbl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wktbl.h -------------------------------------------------------------------------------- /base/mvdm/wow32/wktbl2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wktbl2.h -------------------------------------------------------------------------------- /base/mvdm/wow32/wmmtbl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wmmtbl.h -------------------------------------------------------------------------------- /base/mvdm/wow32/wmsg16.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wmsg16.c -------------------------------------------------------------------------------- /base/mvdm/wow32/wmsg16.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wmsg16.h -------------------------------------------------------------------------------- /base/mvdm/wow32/wmsgbm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wmsgbm.c -------------------------------------------------------------------------------- /base/mvdm/wow32/wmsgbm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wmsgbm.h -------------------------------------------------------------------------------- /base/mvdm/wow32/wmsgcb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wmsgcb.c -------------------------------------------------------------------------------- /base/mvdm/wow32/wmsgcb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wmsgcb.h -------------------------------------------------------------------------------- /base/mvdm/wow32/wmsgem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wmsgem.c -------------------------------------------------------------------------------- /base/mvdm/wow32/wmsgem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wmsgem.h -------------------------------------------------------------------------------- /base/mvdm/wow32/wmsglb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wmsglb.c -------------------------------------------------------------------------------- /base/mvdm/wow32/wmsglb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wmsglb.h -------------------------------------------------------------------------------- /base/mvdm/wow32/wnman.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wnman.c -------------------------------------------------------------------------------- /base/mvdm/wow32/wnman.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wnman.h -------------------------------------------------------------------------------- /base/mvdm/wow32/wntbl2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wntbl2.h -------------------------------------------------------------------------------- /base/mvdm/wow32/wole2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wole2.c -------------------------------------------------------------------------------- /base/mvdm/wow32/wole2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wole2.h -------------------------------------------------------------------------------- /base/mvdm/wow32/wow.it: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wow.it -------------------------------------------------------------------------------- /base/mvdm/wow32/wow32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wow32.c -------------------------------------------------------------------------------- /base/mvdm/wow32/wow32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wow32.h -------------------------------------------------------------------------------- /base/mvdm/wow32/wow32.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wow32.rc -------------------------------------------------------------------------------- /base/mvdm/wow32/wow32.tt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wow32.tt -------------------------------------------------------------------------------- /base/mvdm/wow32/wowdde.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wowdde.h -------------------------------------------------------------------------------- /base/mvdm/wow32/wowtbl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wowtbl.c -------------------------------------------------------------------------------- /base/mvdm/wow32/wowtbl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wowtbl.h -------------------------------------------------------------------------------- /base/mvdm/wow32/wparam.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wparam.c -------------------------------------------------------------------------------- /base/mvdm/wow32/wparam.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wparam.h -------------------------------------------------------------------------------- /base/mvdm/wow32/wreldc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wreldc.c -------------------------------------------------------------------------------- /base/mvdm/wow32/wreldc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wreldc.h -------------------------------------------------------------------------------- /base/mvdm/wow32/wres16.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wres16.c -------------------------------------------------------------------------------- /base/mvdm/wow32/wres16.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wres16.h -------------------------------------------------------------------------------- /base/mvdm/wow32/wres32.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wres32.c -------------------------------------------------------------------------------- /base/mvdm/wow32/wres32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wres32.h -------------------------------------------------------------------------------- /base/mvdm/wow32/wsdata.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wsdata.c -------------------------------------------------------------------------------- /base/mvdm/wow32/wsext.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wsext.c -------------------------------------------------------------------------------- /base/mvdm/wow32/wshell.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wshell.c -------------------------------------------------------------------------------- /base/mvdm/wow32/wshell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wshell.h -------------------------------------------------------------------------------- /base/mvdm/wow32/wsman.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wsman.c -------------------------------------------------------------------------------- /base/mvdm/wow32/wsman.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wsman.h -------------------------------------------------------------------------------- /base/mvdm/wow32/wspool.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wspool.c -------------------------------------------------------------------------------- /base/mvdm/wow32/wspool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wspool.h -------------------------------------------------------------------------------- /base/mvdm/wow32/wsraw.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wsraw.c -------------------------------------------------------------------------------- /base/mvdm/wow32/wstbl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wstbl.h -------------------------------------------------------------------------------- /base/mvdm/wow32/wstbl2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wstbl2.h -------------------------------------------------------------------------------- /base/mvdm/wow32/wstruc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wstruc.c -------------------------------------------------------------------------------- /base/mvdm/wow32/wstruc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wstruc.h -------------------------------------------------------------------------------- /base/mvdm/wow32/wthtbl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wthtbl.h -------------------------------------------------------------------------------- /base/mvdm/wow32/wuansi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wuansi.h -------------------------------------------------------------------------------- /base/mvdm/wow32/wuclip.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wuclip.c -------------------------------------------------------------------------------- /base/mvdm/wow32/wuclip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wuclip.h -------------------------------------------------------------------------------- /base/mvdm/wow32/wucomm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wucomm.c -------------------------------------------------------------------------------- /base/mvdm/wow32/wucomm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wucomm.h -------------------------------------------------------------------------------- /base/mvdm/wow32/wudlg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wudlg.c -------------------------------------------------------------------------------- /base/mvdm/wow32/wudlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wudlg.h -------------------------------------------------------------------------------- /base/mvdm/wow32/wuhook.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wuhook.c -------------------------------------------------------------------------------- /base/mvdm/wow32/wuhook.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wuhook.h -------------------------------------------------------------------------------- /base/mvdm/wow32/wulang.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wulang.c -------------------------------------------------------------------------------- /base/mvdm/wow32/wulang.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wulang.h -------------------------------------------------------------------------------- /base/mvdm/wow32/wuman.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wuman.c -------------------------------------------------------------------------------- /base/mvdm/wow32/wuman.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wuman.h -------------------------------------------------------------------------------- /base/mvdm/wow32/wumenu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wumenu.c -------------------------------------------------------------------------------- /base/mvdm/wow32/wumenu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wumenu.h -------------------------------------------------------------------------------- /base/mvdm/wow32/wumsg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wumsg.c -------------------------------------------------------------------------------- /base/mvdm/wow32/wumsg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wumsg.h -------------------------------------------------------------------------------- /base/mvdm/wow32/wuser.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wuser.c -------------------------------------------------------------------------------- /base/mvdm/wow32/wuser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wuser.h -------------------------------------------------------------------------------- /base/mvdm/wow32/wutbl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wutbl.h -------------------------------------------------------------------------------- /base/mvdm/wow32/wutbl2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wutbl2.h -------------------------------------------------------------------------------- /base/mvdm/wow32/wutext.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wutext.c -------------------------------------------------------------------------------- /base/mvdm/wow32/wutext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wutext.h -------------------------------------------------------------------------------- /base/mvdm/wow32/wutmr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wutmr.c -------------------------------------------------------------------------------- /base/mvdm/wow32/wutmr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wutmr.h -------------------------------------------------------------------------------- /base/mvdm/wow32/wuwind.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wuwind.c -------------------------------------------------------------------------------- /base/mvdm/wow32/wuwind.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wuwind.h -------------------------------------------------------------------------------- /base/mvdm/wow32/wwmman.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wwmman.c -------------------------------------------------------------------------------- /base/mvdm/wow32/wwmman.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/wow32/wwmman.h -------------------------------------------------------------------------------- /base/mvdm/xms.486/dirs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/xms.486/dirs -------------------------------------------------------------------------------- /base/mvdm/xms.486/xms.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/xms.486/xms.c -------------------------------------------------------------------------------- /base/mvdm/xms.486/xms.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/mvdm/xms.486/xms.h -------------------------------------------------------------------------------- /base/project.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/base/project.mk -------------------------------------------------------------------------------- /cue.pub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/cue.pub -------------------------------------------------------------------------------- /ds/lsa/client/austub.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/client/austub.c -------------------------------------------------------------------------------- /ds/lsa/client/autest1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/client/autest1.c -------------------------------------------------------------------------------- /ds/lsa/client/dirs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/client/dirs -------------------------------------------------------------------------------- /ds/lsa/client/lsadllp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/client/lsadllp.h -------------------------------------------------------------------------------- /ds/lsa/client/ssp/ntlm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/client/ssp/ntlm.c -------------------------------------------------------------------------------- /ds/lsa/client/ssp/res.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/client/ssp/res.rc -------------------------------------------------------------------------------- /ds/lsa/common/cr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/common/cr.c -------------------------------------------------------------------------------- /ds/lsa/common/lsaprtl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/common/lsaprtl.c -------------------------------------------------------------------------------- /ds/lsa/common/lsarpcmm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/common/lsarpcmm.c -------------------------------------------------------------------------------- /ds/lsa/common/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/common/makefile -------------------------------------------------------------------------------- /ds/lsa/common/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/common/sources -------------------------------------------------------------------------------- /ds/lsa/crypt/dirs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/crypt/dirs -------------------------------------------------------------------------------- /ds/lsa/crypt/dll/block.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/crypt/dll/block.c -------------------------------------------------------------------------------- /ds/lsa/crypt/dll/data.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/crypt/dll/data.c -------------------------------------------------------------------------------- /ds/lsa/crypt/dll/data2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/crypt/dll/data2.c -------------------------------------------------------------------------------- /ds/lsa/crypt/dll/owf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/crypt/dll/owf.c -------------------------------------------------------------------------------- /ds/lsa/crypt/dll/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/crypt/dll/sources -------------------------------------------------------------------------------- /ds/lsa/crypt/engine/i386.old/sources: -------------------------------------------------------------------------------- 1 | i386_SOURCES=i386\rc4fast.asm 2 | -------------------------------------------------------------------------------- /ds/lsa/dirs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/dirs -------------------------------------------------------------------------------- /ds/lsa/inc/aup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/inc/aup.h -------------------------------------------------------------------------------- /ds/lsa/inc/cr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/inc/cr.h -------------------------------------------------------------------------------- /ds/lsa/inc/lsacomp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/inc/lsacomp.h -------------------------------------------------------------------------------- /ds/lsa/inc/lsaprtl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/inc/lsaprtl.h -------------------------------------------------------------------------------- /ds/lsa/inc/ntlsa.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/inc/ntlsa.bak -------------------------------------------------------------------------------- /ds/lsa/inc/rpcutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/inc/rpcutil.h -------------------------------------------------------------------------------- /ds/lsa/lsacli.acf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/lsacli.acf -------------------------------------------------------------------------------- /ds/lsa/lsaimp.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/lsaimp.idl -------------------------------------------------------------------------------- /ds/lsa/lsarpc.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/lsarpc.idl -------------------------------------------------------------------------------- /ds/lsa/lsasrv.acf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/lsasrv.acf -------------------------------------------------------------------------------- /ds/lsa/makefil0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/makefil0 -------------------------------------------------------------------------------- /ds/lsa/msprivs/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/msprivs/makefile -------------------------------------------------------------------------------- /ds/lsa/msprivs/mstmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/msprivs/mstmp.c -------------------------------------------------------------------------------- /ds/lsa/msprivs/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/msprivs/sources -------------------------------------------------------------------------------- /ds/lsa/msprivs/tprivs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/msprivs/tprivs.c -------------------------------------------------------------------------------- /ds/lsa/msv1_0/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/msv1_0/makefile -------------------------------------------------------------------------------- /ds/lsa/msv1_0/msp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/msv1_0/msp.h -------------------------------------------------------------------------------- /ds/lsa/msv1_0/msv1_0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/msv1_0/msv1_0.c -------------------------------------------------------------------------------- /ds/lsa/msv1_0/msv1_0.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/msv1_0/msv1_0.def -------------------------------------------------------------------------------- /ds/lsa/msv1_0/msv1_0.prf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/msv1_0/msv1_0.prf -------------------------------------------------------------------------------- /ds/lsa/msv1_0/msv1_0.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/msv1_0/msv1_0.rc -------------------------------------------------------------------------------- /ds/lsa/msv1_0/msvars.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/msv1_0/msvars.c -------------------------------------------------------------------------------- /ds/lsa/msv1_0/msvpaswd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/msv1_0/msvpaswd.c -------------------------------------------------------------------------------- /ds/lsa/msv1_0/msvsam.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/msv1_0/msvsam.c -------------------------------------------------------------------------------- /ds/lsa/msv1_0/nlmain.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/msv1_0/nlmain.c -------------------------------------------------------------------------------- /ds/lsa/msv1_0/nlnetapi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/msv1_0/nlnetapi.c -------------------------------------------------------------------------------- /ds/lsa/msv1_0/nlp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/msv1_0/nlp.c -------------------------------------------------------------------------------- /ds/lsa/msv1_0/nlp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/msv1_0/nlp.h -------------------------------------------------------------------------------- /ds/lsa/msv1_0/nlpcache.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/msv1_0/nlpcache.c -------------------------------------------------------------------------------- /ds/lsa/msv1_0/nlpcache.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/msv1_0/nlpcache.h -------------------------------------------------------------------------------- /ds/lsa/msv1_0/nlvars.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/msv1_0/nlvars.c -------------------------------------------------------------------------------- /ds/lsa/msv1_0/pwdtest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/msv1_0/pwdtest.c -------------------------------------------------------------------------------- /ds/lsa/msv1_0/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/msv1_0/sources -------------------------------------------------------------------------------- /ds/lsa/msv1_0/subauth.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/msv1_0/subauth.c -------------------------------------------------------------------------------- /ds/lsa/server/adt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/server/adt.h -------------------------------------------------------------------------------- /ds/lsa/server/adtbuild.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/server/adtbuild.c -------------------------------------------------------------------------------- /ds/lsa/server/adtevent.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/server/adtevent.c -------------------------------------------------------------------------------- /ds/lsa/server/adtinit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/server/adtinit.c -------------------------------------------------------------------------------- /ds/lsa/server/adtlog.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/server/adtlog.c -------------------------------------------------------------------------------- /ds/lsa/server/adtobjs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/server/adtobjs.c -------------------------------------------------------------------------------- /ds/lsa/server/adtp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/server/adtp.h -------------------------------------------------------------------------------- /ds/lsa/server/au.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/server/au.h -------------------------------------------------------------------------------- /ds/lsa/server/auclient.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/server/auclient.c -------------------------------------------------------------------------------- /ds/lsa/server/aucred.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/server/aucred.c -------------------------------------------------------------------------------- /ds/lsa/server/auctxt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/server/auctxt.c -------------------------------------------------------------------------------- /ds/lsa/server/aufilter.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/server/aufilter.c -------------------------------------------------------------------------------- /ds/lsa/server/auinit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/server/auinit.c -------------------------------------------------------------------------------- /ds/lsa/server/aulogon.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/server/aulogon.c -------------------------------------------------------------------------------- /ds/lsa/server/auloop.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/server/auloop.c -------------------------------------------------------------------------------- /ds/lsa/server/aumsp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/server/aumsp.c -------------------------------------------------------------------------------- /ds/lsa/server/aupckg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/server/aupckg.c -------------------------------------------------------------------------------- /ds/lsa/server/auproc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/server/auproc.c -------------------------------------------------------------------------------- /ds/lsa/server/ausess.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/server/ausess.c -------------------------------------------------------------------------------- /ds/lsa/server/ausrvp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/server/ausrvp.h -------------------------------------------------------------------------------- /ds/lsa/server/crserver.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/server/crserver.c -------------------------------------------------------------------------------- /ds/lsa/server/ctlsarm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/server/ctlsarm.c -------------------------------------------------------------------------------- /ds/lsa/server/ctlsarpc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/server/ctlsarpc.c -------------------------------------------------------------------------------- /ds/lsa/server/db.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/server/db.h -------------------------------------------------------------------------------- /ds/lsa/server/dbaccnt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/server/dbaccnt.c -------------------------------------------------------------------------------- /ds/lsa/server/dbadmin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/server/dbadmin.c -------------------------------------------------------------------------------- /ds/lsa/server/dbattr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/server/dbattr.c -------------------------------------------------------------------------------- /ds/lsa/server/dbdata.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/server/dbdata.c -------------------------------------------------------------------------------- /ds/lsa/server/dbdomain.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/server/dbdomain.c -------------------------------------------------------------------------------- /ds/lsa/server/dbhandle.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/server/dbhandle.c -------------------------------------------------------------------------------- /ds/lsa/server/dbinit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/server/dbinit.c -------------------------------------------------------------------------------- /ds/lsa/server/dbinstac.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/server/dbinstac.c -------------------------------------------------------------------------------- /ds/lsa/server/dbinstal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/server/dbinstal.c -------------------------------------------------------------------------------- /ds/lsa/server/dblookup.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/server/dblookup.c -------------------------------------------------------------------------------- /ds/lsa/server/dblookup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/server/dblookup.h -------------------------------------------------------------------------------- /ds/lsa/server/dbmisc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/server/dbmisc.c -------------------------------------------------------------------------------- /ds/lsa/server/dbobject.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/server/dbobject.c -------------------------------------------------------------------------------- /ds/lsa/server/dbp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/server/dbp.h -------------------------------------------------------------------------------- /ds/lsa/server/dbpob.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/server/dbpob.c -------------------------------------------------------------------------------- /ds/lsa/server/dbpolicy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/server/dbpolicy.c -------------------------------------------------------------------------------- /ds/lsa/server/dbpriv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/server/dbpriv.c -------------------------------------------------------------------------------- /ds/lsa/server/dbsamtst.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/server/dbsamtst.c -------------------------------------------------------------------------------- /ds/lsa/server/dbsecret.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/server/dbsecret.c -------------------------------------------------------------------------------- /ds/lsa/server/dirs: -------------------------------------------------------------------------------- 1 | DIRS=dll exe 2 | -------------------------------------------------------------------------------- /ds/lsa/server/lsa_rev.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/server/lsa_rev.rc -------------------------------------------------------------------------------- /ds/lsa/server/lsaerror.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/server/lsaerror.c -------------------------------------------------------------------------------- /ds/lsa/server/lsaifree.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/server/lsaifree.c -------------------------------------------------------------------------------- /ds/lsa/server/lsainit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/server/lsainit.c -------------------------------------------------------------------------------- /ds/lsa/server/lsarm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/server/lsarm.c -------------------------------------------------------------------------------- /ds/lsa/server/lsasrv.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/server/lsasrv.def -------------------------------------------------------------------------------- /ds/lsa/server/lsasrv.prf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/server/lsasrv.prf -------------------------------------------------------------------------------- /ds/lsa/server/lsasrvmm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/server/lsasrvmm.c -------------------------------------------------------------------------------- /ds/lsa/server/lsasrvmm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/server/lsasrvmm.h -------------------------------------------------------------------------------- /ds/lsa/server/lsasrvp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/server/lsasrvp.h -------------------------------------------------------------------------------- /ds/lsa/server/lsass.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/server/lsass.c -------------------------------------------------------------------------------- /ds/lsa/server/lsawrap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/server/lsawrap.c -------------------------------------------------------------------------------- /ds/lsa/server/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/server/main.c -------------------------------------------------------------------------------- /ds/lsa/server/oldstub.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/server/oldstub.c -------------------------------------------------------------------------------- /ds/lsa/server/rpcinit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/server/rpcinit.c -------------------------------------------------------------------------------- /ds/lsa/server/sepriv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/server/sepriv.c -------------------------------------------------------------------------------- /ds/lsa/server/services.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/server/services.c -------------------------------------------------------------------------------- /ds/lsa/server/tadt1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/server/tadt1.c -------------------------------------------------------------------------------- /ds/lsa/uclient/ctlklsa.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/uclient/ctlklsa.c -------------------------------------------------------------------------------- /ds/lsa/uclient/ctreg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/uclient/ctreg.c -------------------------------------------------------------------------------- /ds/lsa/uclient/ctsamdb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/uclient/ctsamdb.c -------------------------------------------------------------------------------- /ds/lsa/uclient/lsaclip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/uclient/lsaclip.h -------------------------------------------------------------------------------- /ds/lsa/uclient/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/uclient/makefile -------------------------------------------------------------------------------- /ds/lsa/uclient/rpcapi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/uclient/rpcapi.c -------------------------------------------------------------------------------- /ds/lsa/uclient/rpcapi2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/uclient/rpcapi2.c -------------------------------------------------------------------------------- /ds/lsa/uclient/rpcbind.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/uclient/rpcbind.c -------------------------------------------------------------------------------- /ds/lsa/uclient/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/uclient/sources -------------------------------------------------------------------------------- /ds/lsa/uclient/tgetsid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/uclient/tgetsid.c -------------------------------------------------------------------------------- /ds/lsa/uclient/tlookup.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/uclient/tlookup.c -------------------------------------------------------------------------------- /ds/lsa/uclient/tsecomm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/uclient/tsecomm.c -------------------------------------------------------------------------------- /ds/lsa/uclient/tsevars.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/lsa/uclient/tsevars.c -------------------------------------------------------------------------------- /ds/netapi/api/alert.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/netapi/api/alert.c -------------------------------------------------------------------------------- /ds/netapi/api/apibuff.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/netapi/api/apibuff.c -------------------------------------------------------------------------------- /ds/netapi/api/apisubs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/netapi/api/apisubs.c -------------------------------------------------------------------------------- /ds/netapi/api/apiutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/netapi/api/apiutil.h -------------------------------------------------------------------------------- /ds/netapi/api/audstub.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/netapi/api/audstub.c -------------------------------------------------------------------------------- /ds/netapi/api/canonapi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/netapi/api/canonapi.c -------------------------------------------------------------------------------- /ds/netapi/api/confstub.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/netapi/api/confstub.c -------------------------------------------------------------------------------- /ds/netapi/api/dirs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/netapi/api/dirs -------------------------------------------------------------------------------- /ds/netapi/api/errstub.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/netapi/api/errstub.c -------------------------------------------------------------------------------- /ds/netapi/api/getstats.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/netapi/api/getstats.c -------------------------------------------------------------------------------- /ds/netapi/api/isremote.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/netapi/api/isremote.c -------------------------------------------------------------------------------- /ds/netapi/api/supports.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/netapi/api/supports.c -------------------------------------------------------------------------------- /ds/netapi/api/svcstats.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/netapi/api/svcstats.c -------------------------------------------------------------------------------- /ds/netapi/netcmd/dirs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/netapi/netcmd/dirs -------------------------------------------------------------------------------- /ds/netapi/netcmd/help/dummy.c: -------------------------------------------------------------------------------- 1 | void 2 | DummyEntryPoint(void) 3 | { 4 | } 5 | -------------------------------------------------------------------------------- /ds/netapi/netcmd/help/neth.rc: -------------------------------------------------------------------------------- 1 | LANGUAGE 0x9,0x1 2 | 1 11 MSG00001.bin 3 | -------------------------------------------------------------------------------- /ds/netapi/netcmd/mbcs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/netapi/netcmd/mbcs.h -------------------------------------------------------------------------------- /ds/netapi/netcmd/net.hlp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/netapi/netcmd/net.hlp -------------------------------------------------------------------------------- /ds/netapi/netcmd/netcmd/net1.c: -------------------------------------------------------------------------------- 1 | // 2 | // Dummy file to make build happy. 3 | // 4 | -------------------------------------------------------------------------------- /ds/netapi/netlib/atox.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/netapi/netlib/atox.c -------------------------------------------------------------------------------- /ds/netapi/netlib/canon.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/netapi/netlib/canon.c -------------------------------------------------------------------------------- /ds/netapi/netlib/data.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/netapi/netlib/data.c -------------------------------------------------------------------------------- /ds/netapi/netlib/debug.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/netapi/netlib/debug.c -------------------------------------------------------------------------------- /ds/netapi/netlib/dirs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/netapi/netlib/dirs -------------------------------------------------------------------------------- /ds/netapi/netlib/disp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/netapi/netlib/disp.c -------------------------------------------------------------------------------- /ds/netapi/netlib/errno.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/netapi/netlib/errno.c -------------------------------------------------------------------------------- /ds/netapi/netlib/names.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/netapi/netlib/names.c -------------------------------------------------------------------------------- /ds/netapi/netlib/time.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/netapi/netlib/time.c -------------------------------------------------------------------------------- /ds/netapi/netlib/tups.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/netapi/netlib/tups.c -------------------------------------------------------------------------------- /ds/netapi/netlib/ultow.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/netapi/netlib/ultow.c -------------------------------------------------------------------------------- /ds/netapi/netlib/wtol.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/netapi/netlib/wtol.c -------------------------------------------------------------------------------- /ds/netapi/rap/arraylen.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/netapi/rap/arraylen.c -------------------------------------------------------------------------------- /ds/netapi/rap/ascii.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/netapi/rap/ascii.c -------------------------------------------------------------------------------- /ds/netapi/rap/auxdata.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/netapi/rap/auxdata.c -------------------------------------------------------------------------------- /ds/netapi/rap/convert.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/netapi/rap/convert.c -------------------------------------------------------------------------------- /ds/netapi/rap/data.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/netapi/rap/data.c -------------------------------------------------------------------------------- /ds/netapi/rap/examine.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/netapi/rap/examine.c -------------------------------------------------------------------------------- /ds/netapi/rap/fieldsiz.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/netapi/rap/fieldsiz.c -------------------------------------------------------------------------------- /ds/netapi/rap/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/netapi/rap/makefile -------------------------------------------------------------------------------- /ds/netapi/rap/netrap.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/netapi/rap/netrap.def -------------------------------------------------------------------------------- /ds/netapi/rap/netrap.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/netapi/rap/netrap.rc -------------------------------------------------------------------------------- /ds/netapi/rap/parmnum.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/netapi/rap/parmnum.c -------------------------------------------------------------------------------- /ds/netapi/rap/pointer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/netapi/rap/pointer.c -------------------------------------------------------------------------------- /ds/netapi/rap/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/netapi/rap/sources -------------------------------------------------------------------------------- /ds/netapi/rap/strucalg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/netapi/rap/strucalg.c -------------------------------------------------------------------------------- /ds/netapi/rap/strucsiz.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/netapi/rap/strucsiz.c -------------------------------------------------------------------------------- /ds/netapi/rap/totalsiz.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/netapi/rap/totalsiz.c -------------------------------------------------------------------------------- /ds/netapi/rap/validsmb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/netapi/rap/validsmb.c -------------------------------------------------------------------------------- /ds/netapi/rpcxlate/dirs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/netapi/rpcxlate/dirs -------------------------------------------------------------------------------- /ds/netapi/svcdlls/at/atcmd/lmatmsg.rc: -------------------------------------------------------------------------------- 1 | LANGUAGE 0x9,0x1 2 | 1 11 MSG00001.bin 3 | -------------------------------------------------------------------------------- /ds/netapi/svcdlls/browser/browtest/src/makefile.inc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ds/netapi/svcdlls/browser/client/browstat.c: -------------------------------------------------------------------------------- 1 | #define _PSS_RELEASE 2 | 3 | #include "browdeb.c" 4 | -------------------------------------------------------------------------------- /ds/netapi/svcdlls/browser2/browtest/makefile.inc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /ds/netapi/svcdlls/browser2/client/browstat.c: -------------------------------------------------------------------------------- 1 | #define _PSS_RELEASE 2 | 3 | #include "browdeb.c" 4 | -------------------------------------------------------------------------------- /ds/netapi/svcdlls/dirs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/netapi/svcdlls/dirs -------------------------------------------------------------------------------- /ds/netapi/svcdlls/fpnw/client/makefile.inc: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /ds/netapi/svcdlls/lls/client/llsevent.rc: -------------------------------------------------------------------------------- 1 | LANGUAGE 0x9,0x1 2 | 1 11 MSG00001.bin 3 | -------------------------------------------------------------------------------- /ds/netapi/svcdlls/lls/dirs: -------------------------------------------------------------------------------- 1 | DIRS=common client server ccfapi32 ntlsapi test 2 | -------------------------------------------------------------------------------- /ds/netapi/svcdlls/logonsrv/server/nltest.prf: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /ds/netapi/svcdlls/rpl/command/rplmsg.rc: -------------------------------------------------------------------------------- 1 | LANGUAGE 0x9,0x1 2 | 1 11 MSG00001.bin 3 | -------------------------------------------------------------------------------- /ds/netapi/svcdlls/rpl/convert/nlstxt.rc: -------------------------------------------------------------------------------- 1 | LANGUAGE 0x9,0x1 2 | 1 11 MSG00001.bin 3 | -------------------------------------------------------------------------------- /ds/netapi/svcdlls/rpl/rplinst/tree.c: -------------------------------------------------------------------------------- 1 | 2 | #include "..\server\tree.c" 3 | -------------------------------------------------------------------------------- /ds/netapi/svcdlls/srvsvc/server/dirs: -------------------------------------------------------------------------------- 1 | DIRS=daytona 2 | 3 | OPTIONAL_DIRS= 4 | -------------------------------------------------------------------------------- /ds/project.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/project.mk -------------------------------------------------------------------------------- /ds/sam/client/bind.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/sam/client/bind.c -------------------------------------------------------------------------------- /ds/sam/client/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/sam/client/makefile -------------------------------------------------------------------------------- /ds/sam/client/sam_rev.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/sam/client/sam_rev.rc -------------------------------------------------------------------------------- /ds/sam/client/samclip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/sam/client/samclip.h -------------------------------------------------------------------------------- /ds/sam/client/samlib.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/sam/client/samlib.def -------------------------------------------------------------------------------- /ds/sam/client/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/sam/client/sources -------------------------------------------------------------------------------- /ds/sam/client/tchgpwd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/sam/client/tchgpwd.c -------------------------------------------------------------------------------- /ds/sam/client/tconnect.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/sam/client/tconnect.c -------------------------------------------------------------------------------- /ds/sam/client/tdisplay.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/sam/client/tdisplay.c -------------------------------------------------------------------------------- /ds/sam/client/temp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/sam/client/temp.c -------------------------------------------------------------------------------- /ds/sam/client/tmachine.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/sam/client/tmachine.c -------------------------------------------------------------------------------- /ds/sam/client/tmultipl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/sam/client/tmultipl.c -------------------------------------------------------------------------------- /ds/sam/client/toempass.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/sam/client/toempass.c -------------------------------------------------------------------------------- /ds/sam/client/tsamobj.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/sam/client/tsamobj.c -------------------------------------------------------------------------------- /ds/sam/client/tshut.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/sam/client/tshut.c -------------------------------------------------------------------------------- /ds/sam/client/wrappers.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/sam/client/wrappers.c -------------------------------------------------------------------------------- /ds/sam/dirs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/sam/dirs -------------------------------------------------------------------------------- /ds/sam/makefil0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/sam/makefil0 -------------------------------------------------------------------------------- /ds/sam/passfilt/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/sam/passfilt/makefile -------------------------------------------------------------------------------- /ds/sam/passfilt/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/sam/passfilt/sources -------------------------------------------------------------------------------- /ds/sam/samcli.acf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/sam/samcli.acf -------------------------------------------------------------------------------- /ds/sam/samimp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/sam/samimp.h -------------------------------------------------------------------------------- /ds/sam/samimp.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/sam/samimp.idl -------------------------------------------------------------------------------- /ds/sam/samrpc.idl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/sam/samrpc.idl -------------------------------------------------------------------------------- /ds/sam/samsrv.acf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/sam/samsrv.acf -------------------------------------------------------------------------------- /ds/sam/server/alias.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/sam/server/alias.c -------------------------------------------------------------------------------- /ds/sam/server/almember.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/sam/server/almember.c -------------------------------------------------------------------------------- /ds/sam/server/attr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/sam/server/attr.c -------------------------------------------------------------------------------- /ds/sam/server/bldsam3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/sam/server/bldsam3.c -------------------------------------------------------------------------------- /ds/sam/server/close.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/sam/server/close.c -------------------------------------------------------------------------------- /ds/sam/server/context.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/sam/server/context.c -------------------------------------------------------------------------------- /ds/sam/server/display.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/sam/server/display.c -------------------------------------------------------------------------------- /ds/sam/server/domain.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/sam/server/domain.c -------------------------------------------------------------------------------- /ds/sam/server/gentab2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/sam/server/gentab2.c -------------------------------------------------------------------------------- /ds/sam/server/global.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/sam/server/global.c -------------------------------------------------------------------------------- /ds/sam/server/group.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/sam/server/group.c -------------------------------------------------------------------------------- /ds/sam/server/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/sam/server/makefile -------------------------------------------------------------------------------- /ds/sam/server/notify.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/sam/server/notify.c -------------------------------------------------------------------------------- /ds/sam/server/oldstub.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/sam/server/oldstub.c -------------------------------------------------------------------------------- /ds/sam/server/rundown.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/sam/server/rundown.c -------------------------------------------------------------------------------- /ds/sam/server/sam_rev.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/sam/server/sam_rev.rc -------------------------------------------------------------------------------- /ds/sam/server/samifree.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/sam/server/samifree.c -------------------------------------------------------------------------------- /ds/sam/server/samsrv.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/sam/server/samsrv.def -------------------------------------------------------------------------------- /ds/sam/server/samsrv.prf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/sam/server/samsrv.prf -------------------------------------------------------------------------------- /ds/sam/server/samsrvp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/sam/server/samsrvp.h -------------------------------------------------------------------------------- /ds/sam/server/samss.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/sam/server/samss.c -------------------------------------------------------------------------------- /ds/sam/server/secdescr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/sam/server/secdescr.c -------------------------------------------------------------------------------- /ds/sam/server/security.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/sam/server/security.c -------------------------------------------------------------------------------- /ds/sam/server/server.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/sam/server/server.c -------------------------------------------------------------------------------- /ds/sam/server/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/sam/server/sources -------------------------------------------------------------------------------- /ds/sam/server/string.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/sam/server/string.c -------------------------------------------------------------------------------- /ds/sam/server/upgrade.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/sam/server/upgrade.c -------------------------------------------------------------------------------- /ds/sam/server/user.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/sam/server/user.c -------------------------------------------------------------------------------- /ds/sam/server/utility.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/ds/sam/server/utility.c -------------------------------------------------------------------------------- /ds/security/protocols/ntlmssp/common/dom/sources: -------------------------------------------------------------------------------- 1 | !include ..\sources.inc 2 | -------------------------------------------------------------------------------- /minkernel/crts/crtw32/hack/dirs: -------------------------------------------------------------------------------- 1 | DIRS= nt 2 | 3 | -------------------------------------------------------------------------------- /minkernel/crts/crtw32/small/crt0dat.c: -------------------------------------------------------------------------------- 1 | #include "..\startup\crt0dat.c" 2 | -------------------------------------------------------------------------------- /minkernel/crts/crtw32/small/ctype.c: -------------------------------------------------------------------------------- 1 | #include "..\misc\ctype.c" 2 | -------------------------------------------------------------------------------- /minkernel/crts/crtw32/small/nlsdata1.c: -------------------------------------------------------------------------------- 1 | #include "..\misc\nlsdata1.c" 2 | -------------------------------------------------------------------------------- /minkernel/crts/crtw32/small/nlsdata2.c: -------------------------------------------------------------------------------- 1 | #include "..\misc\nlsdata2.c" 2 | -------------------------------------------------------------------------------- /minkernel/crts/crtw32/small/nlsdata3.c: -------------------------------------------------------------------------------- 1 | #include "..\misc\nlsdata3.c" 2 | -------------------------------------------------------------------------------- /minkernel/crts/crtw32/small/syserr.c: -------------------------------------------------------------------------------- 1 | #include "..\misc\syserr.c" 2 | -------------------------------------------------------------------------------- /minkernel/crts/crtw32/small/tlssup.c: -------------------------------------------------------------------------------- 1 | #include "..\startup\tlssup.c" 2 | -------------------------------------------------------------------------------- /minkernel/crts/dirs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/crts/dirs -------------------------------------------------------------------------------- /minkernel/dirs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/dirs -------------------------------------------------------------------------------- /minkernel/hals/bushnd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/hals/bushnd.c -------------------------------------------------------------------------------- /minkernel/hals/dirs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/hals/dirs -------------------------------------------------------------------------------- /minkernel/hals/hal.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/hals/hal.src -------------------------------------------------------------------------------- /minkernel/hals/hals.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/hals/hals.inc -------------------------------------------------------------------------------- /minkernel/ntdll/csrdll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/ntdll/csrdll.h -------------------------------------------------------------------------------- /minkernel/ntdll/curdir.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/ntdll/curdir.c -------------------------------------------------------------------------------- /minkernel/ntdll/dirs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/ntdll/dirs -------------------------------------------------------------------------------- /minkernel/ntdll/ldrapi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/ntdll/ldrapi.c -------------------------------------------------------------------------------- /minkernel/ntdll/ldrp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/ntdll/ldrp.h -------------------------------------------------------------------------------- /minkernel/ntdll/ntdll.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/ntdll/ntdll.rc -------------------------------------------------------------------------------- /minkernel/ntdll/ntnap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/ntdll/ntnap.c -------------------------------------------------------------------------------- /minkernel/ntdll/ntnap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/ntdll/ntnap.h -------------------------------------------------------------------------------- /minkernel/ntdll/pch.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/ntdll/pch.cxx -------------------------------------------------------------------------------- /minkernel/ntdll/query.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/ntdll/query.c -------------------------------------------------------------------------------- /minkernel/ntdll/seurtl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/ntdll/seurtl.c -------------------------------------------------------------------------------- /minkernel/ntdll/tenv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/ntdll/tenv.c -------------------------------------------------------------------------------- /minkernel/ntdll/uilist.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/ntdll/uilist.c -------------------------------------------------------------------------------- /minkernel/ntdll/x86.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/ntdll/x86.inc -------------------------------------------------------------------------------- /minkernel/ntos/config/alpha/sources: -------------------------------------------------------------------------------- 1 | ALPHA_SOURCES=..\alpha\init.c 2 | -------------------------------------------------------------------------------- /minkernel/ntos/config/mips/sources: -------------------------------------------------------------------------------- 1 | MIPS_SOURCES=..\init.c 2 | -------------------------------------------------------------------------------- /minkernel/ntos/config/ppc/sources: -------------------------------------------------------------------------------- 1 | PPC_SOURCES=..\ppc\init.c 2 | -------------------------------------------------------------------------------- /minkernel/ntos/dbgk/dirs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/ntos/dbgk/dirs -------------------------------------------------------------------------------- /minkernel/ntos/dirs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/ntos/dirs -------------------------------------------------------------------------------- /minkernel/ntos/ex/dirs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/ntos/ex/dirs -------------------------------------------------------------------------------- /minkernel/ntos/ex/exp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/ntos/ex/exp.h -------------------------------------------------------------------------------- /minkernel/ntos/ex/luid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/ntos/ex/luid.c -------------------------------------------------------------------------------- /minkernel/ntos/ex/pool.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/ntos/ex/pool.c -------------------------------------------------------------------------------- /minkernel/ntos/ex/tex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/ntos/ex/tex.c -------------------------------------------------------------------------------- /minkernel/ntos/ex/uuid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/ntos/ex/uuid.c -------------------------------------------------------------------------------- /minkernel/ntos/ex/zone.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/ntos/ex/zone.c -------------------------------------------------------------------------------- /minkernel/ntos/inc/apm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/ntos/inc/apm.h -------------------------------------------------------------------------------- /minkernel/ntos/inc/atm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/ntos/inc/atm.h -------------------------------------------------------------------------------- /minkernel/ntos/inc/cm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/ntos/inc/cm.h -------------------------------------------------------------------------------- /minkernel/ntos/inc/ex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/ntos/inc/ex.h -------------------------------------------------------------------------------- /minkernel/ntos/inc/hal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/ntos/inc/hal.h -------------------------------------------------------------------------------- /minkernel/ntos/inc/io.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/ntos/inc/io.h -------------------------------------------------------------------------------- /minkernel/ntos/inc/ip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/ntos/inc/ip.h -------------------------------------------------------------------------------- /minkernel/ntos/inc/kd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/ntos/inc/kd.h -------------------------------------------------------------------------------- /minkernel/ntos/inc/ke.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/ntos/inc/ke.h -------------------------------------------------------------------------------- /minkernel/ntos/inc/lfs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/ntos/inc/lfs.h -------------------------------------------------------------------------------- /minkernel/ntos/inc/lpc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/ntos/inc/lpc.h -------------------------------------------------------------------------------- /minkernel/ntos/inc/mca.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/ntos/inc/mca.h -------------------------------------------------------------------------------- /minkernel/ntos/inc/mm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/ntos/inc/mm.h -------------------------------------------------------------------------------- /minkernel/ntos/inc/ob.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/ntos/inc/ob.h -------------------------------------------------------------------------------- /minkernel/ntos/inc/pci.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/ntos/inc/pci.h -------------------------------------------------------------------------------- /minkernel/ntos/inc/pnp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/ntos/inc/pnp.h -------------------------------------------------------------------------------- /minkernel/ntos/inc/po.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/ntos/inc/po.h -------------------------------------------------------------------------------- /minkernel/ntos/inc/ppc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/ntos/inc/ppc.h -------------------------------------------------------------------------------- /minkernel/ntos/inc/ps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/ntos/inc/ps.h -------------------------------------------------------------------------------- /minkernel/ntos/inc/se.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/ntos/inc/se.h -------------------------------------------------------------------------------- /minkernel/ntos/inc/srb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/ntos/inc/srb.h -------------------------------------------------------------------------------- /minkernel/ntos/init/dirs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/ntos/init/dirs -------------------------------------------------------------------------------- /minkernel/ntos/init/ntkrnlmp.c: -------------------------------------------------------------------------------- 1 | #include "ntoskrnl.c" 2 | -------------------------------------------------------------------------------- /minkernel/ntos/io/dirs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/ntos/io/dirs -------------------------------------------------------------------------------- /minkernel/ntos/kd/dirs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/ntos/kd/dirs -------------------------------------------------------------------------------- /minkernel/ntos/kd/kdp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/ntos/kd/kdp.h -------------------------------------------------------------------------------- /minkernel/ntos/ke/dirs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/ntos/ke/dirs -------------------------------------------------------------------------------- /minkernel/ntos/ke/ki.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/ntos/ke/ki.h -------------------------------------------------------------------------------- /minkernel/ntos/ke/wait.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/ntos/ke/wait.c -------------------------------------------------------------------------------- /minkernel/ntos/ke/xipi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/ntos/ke/xipi.c -------------------------------------------------------------------------------- /minkernel/ntos/lpc/alpha/sources: -------------------------------------------------------------------------------- 1 | GPSIZE=32 2 | ALPHA_SOURCES=..\alpha\lpcmove.s 3 | -------------------------------------------------------------------------------- /minkernel/ntos/lpc/dirs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/ntos/lpc/dirs -------------------------------------------------------------------------------- /minkernel/ntos/lpc/mp/makefile.inc: -------------------------------------------------------------------------------- 1 | !INCLUDE ..\up\makefile.inc 2 | -------------------------------------------------------------------------------- /minkernel/ntos/lpc/ppc/sources: -------------------------------------------------------------------------------- 1 | PPC_SOURCES=..\ppc\lpcmove.s 2 | -------------------------------------------------------------------------------- /minkernel/ntos/lpc/x86/sources: -------------------------------------------------------------------------------- 1 | X86_SOURCES=..\x86\lpcmove.asm 2 | -------------------------------------------------------------------------------- /minkernel/ntos/mm/dirs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/ntos/mm/dirs -------------------------------------------------------------------------------- /minkernel/ntos/mm/mi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/ntos/mm/mi.h -------------------------------------------------------------------------------- /minkernel/ntos/ob/dirs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/ntos/ob/dirs -------------------------------------------------------------------------------- /minkernel/ntos/ob/obp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/ntos/ob/obp.h -------------------------------------------------------------------------------- /minkernel/ntos/ob/obse.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/ntos/ob/obse.c -------------------------------------------------------------------------------- /minkernel/ntos/ob/tob.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/ntos/ob/tob.c -------------------------------------------------------------------------------- /minkernel/ntos/ob/uob.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/ntos/ob/uob.c -------------------------------------------------------------------------------- /minkernel/ntos/po/dirs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/ntos/po/dirs -------------------------------------------------------------------------------- /minkernel/ntos/po/idle.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/ntos/po/idle.c -------------------------------------------------------------------------------- /minkernel/ntos/po/misc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/ntos/po/misc.c -------------------------------------------------------------------------------- /minkernel/ntos/po/pop.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/ntos/po/pop.h -------------------------------------------------------------------------------- /minkernel/ntos/ps/dirs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/ntos/ps/dirs -------------------------------------------------------------------------------- /minkernel/ntos/ps/psp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/ntos/ps/psp.h -------------------------------------------------------------------------------- /minkernel/ntos/raw/dirs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/ntos/raw/dirs -------------------------------------------------------------------------------- /minkernel/ntos/rtl/dirs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/ntos/rtl/dirs -------------------------------------------------------------------------------- /minkernel/ntos/rtl/nls.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/ntos/rtl/nls.c -------------------------------------------------------------------------------- /minkernel/ntos/se/adt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/ntos/se/adt.h -------------------------------------------------------------------------------- /minkernel/ntos/se/adtp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/ntos/se/adtp.h -------------------------------------------------------------------------------- /minkernel/ntos/se/dirs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/ntos/se/dirs -------------------------------------------------------------------------------- /minkernel/ntos/se/rmp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/ntos/se/rmp.h -------------------------------------------------------------------------------- /minkernel/ntos/se/sep.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/ntos/se/sep.c -------------------------------------------------------------------------------- /minkernel/ntos/se/sep.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/ntos/se/sep.h -------------------------------------------------------------------------------- /minkernel/ntos/se/tse.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/ntos/se/tse.c -------------------------------------------------------------------------------- /minkernel/ntos/vdm/dirs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/ntos/vdm/dirs -------------------------------------------------------------------------------- /minkernel/ntos/vdm/mp/makefile.inc: -------------------------------------------------------------------------------- 1 | !INCLUDE ..\up\makefile.inc 2 | -------------------------------------------------------------------------------- /minkernel/ntos/vdm/vdm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/ntos/vdm/vdm.c -------------------------------------------------------------------------------- /minkernel/project.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/project.mk -------------------------------------------------------------------------------- /minkernel/published/makefile.inc: -------------------------------------------------------------------------------- 1 | # PLACEHOLDER FOR NOW. -------------------------------------------------------------------------------- /minkernel/subsys/dirs: -------------------------------------------------------------------------------- 1 | DIRS= \ 2 | sm 3 | -------------------------------------------------------------------------------- /minkernel/subsys/sm/dirs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/subsys/sm/dirs -------------------------------------------------------------------------------- /minkernel/urtl/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/urtl/makefile -------------------------------------------------------------------------------- /minkernel/urtl/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/urtl/sources -------------------------------------------------------------------------------- /minkernel/urtl/startup.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/urtl/startup.c -------------------------------------------------------------------------------- /minkernel/urtl/turtl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/urtl/turtl.c -------------------------------------------------------------------------------- /minkernel/urtl/turtl1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/urtl/turtl1.c -------------------------------------------------------------------------------- /minkernel/urtl/uheap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/minkernel/urtl/uheap.c -------------------------------------------------------------------------------- /project.mk: -------------------------------------------------------------------------------- 1 | BUFFER_OVERFLOW_CHECKS=1 2 | NO_SAFESEH=1 3 | -------------------------------------------------------------------------------- /public/ddk/inc/ntddk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/ddk/inc/ntddk.h -------------------------------------------------------------------------------- /public/ddk/inc/ntddkbd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/ddk/inc/ntddkbd.h -------------------------------------------------------------------------------- /public/ddk/inc/ntddser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/ddk/inc/ntddser.h -------------------------------------------------------------------------------- /public/oak/inc/winddi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/oak/inc/winddi.h -------------------------------------------------------------------------------- /public/sdk/inc/accctrl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/accctrl.h -------------------------------------------------------------------------------- /public/sdk/inc/align.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/align.h -------------------------------------------------------------------------------- /public/sdk/inc/align.hxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/align.hxx -------------------------------------------------------------------------------- /public/sdk/inc/basetsd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/basetsd.h -------------------------------------------------------------------------------- /public/sdk/inc/cderr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/cderr.h -------------------------------------------------------------------------------- /public/sdk/inc/cfg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/cfg.h -------------------------------------------------------------------------------- /public/sdk/inc/cguid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/cguid.h -------------------------------------------------------------------------------- /public/sdk/inc/commdlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/commdlg.h -------------------------------------------------------------------------------- /public/sdk/inc/crt/dos.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/crt/dos.h -------------------------------------------------------------------------------- /public/sdk/inc/crt/eh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/crt/eh.h -------------------------------------------------------------------------------- /public/sdk/inc/crt/io.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/crt/io.h -------------------------------------------------------------------------------- /public/sdk/inc/crt/ios.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/crt/ios.h -------------------------------------------------------------------------------- /public/sdk/inc/crt/new.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/crt/new.h -------------------------------------------------------------------------------- /public/sdk/inc/dde.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/dde.h -------------------------------------------------------------------------------- /public/sdk/inc/ddeml.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/ddeml.h -------------------------------------------------------------------------------- /public/sdk/inc/ddraw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/ddraw.h -------------------------------------------------------------------------------- /public/sdk/inc/debnot.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/debnot.h -------------------------------------------------------------------------------- /public/sdk/inc/dlcapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/dlcapi.h -------------------------------------------------------------------------------- /public/sdk/inc/dlgs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/dlgs.h -------------------------------------------------------------------------------- /public/sdk/inc/filter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/filter.h -------------------------------------------------------------------------------- /public/sdk/inc/guiddef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/guiddef.h -------------------------------------------------------------------------------- /public/sdk/inc/ime.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/ime.h -------------------------------------------------------------------------------- /public/sdk/inc/imm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/imm.h -------------------------------------------------------------------------------- /public/sdk/inc/iofs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/iofs.h -------------------------------------------------------------------------------- /public/sdk/inc/issperr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/issperr.h -------------------------------------------------------------------------------- /public/sdk/inc/isvbop.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/isvbop.h -------------------------------------------------------------------------------- /public/sdk/inc/ks386.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/ks386.inc -------------------------------------------------------------------------------- /public/sdk/inc/ksmips.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/ksmips.h -------------------------------------------------------------------------------- /public/sdk/inc/kxmips.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/kxmips.h -------------------------------------------------------------------------------- /public/sdk/inc/lmcons.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/lmcons.h -------------------------------------------------------------------------------- /public/sdk/inc/lmerr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/lmerr.h -------------------------------------------------------------------------------- /public/sdk/inc/lmsname.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/lmsname.h -------------------------------------------------------------------------------- /public/sdk/inc/lmuse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/lmuse.h -------------------------------------------------------------------------------- /public/sdk/inc/lmwksta.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/lmwksta.h -------------------------------------------------------------------------------- /public/sdk/inc/mcx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/mcx.h -------------------------------------------------------------------------------- /public/sdk/inc/mmddk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/mmddk.h -------------------------------------------------------------------------------- /public/sdk/inc/msobjs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/msobjs.h -------------------------------------------------------------------------------- /public/sdk/inc/nb30.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/nb30.h -------------------------------------------------------------------------------- /public/sdk/inc/nt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/nt.h -------------------------------------------------------------------------------- /public/sdk/inc/nt_vdd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/nt_vdd.h -------------------------------------------------------------------------------- /public/sdk/inc/ntdbg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/ntdbg.h -------------------------------------------------------------------------------- /public/sdk/inc/ntdddlc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/ntdddlc.h -------------------------------------------------------------------------------- /public/sdk/inc/ntddft.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/ntddft.h -------------------------------------------------------------------------------- /public/sdk/inc/ntddkbd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/ntddkbd.h -------------------------------------------------------------------------------- /public/sdk/inc/ntddmup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/ntddmup.h -------------------------------------------------------------------------------- /public/sdk/inc/ntddser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/ntddser.h -------------------------------------------------------------------------------- /public/sdk/inc/ntdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/ntdef.h -------------------------------------------------------------------------------- /public/sdk/inc/ntexapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/ntexapi.h -------------------------------------------------------------------------------- /public/sdk/inc/nti386.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/nti386.h -------------------------------------------------------------------------------- /public/sdk/inc/ntimage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/ntimage.h -------------------------------------------------------------------------------- /public/sdk/inc/ntioapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/ntioapi.h -------------------------------------------------------------------------------- /public/sdk/inc/ntiolog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/ntiolog.h -------------------------------------------------------------------------------- /public/sdk/inc/ntkeapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/ntkeapi.h -------------------------------------------------------------------------------- /public/sdk/inc/ntkxapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/ntkxapi.h -------------------------------------------------------------------------------- /public/sdk/inc/ntldr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/ntldr.h -------------------------------------------------------------------------------- /public/sdk/inc/ntlmsp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/ntlmsp.h -------------------------------------------------------------------------------- /public/sdk/inc/ntlsa.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/ntlsa.h -------------------------------------------------------------------------------- /public/sdk/inc/ntlsapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/ntlsapi.h -------------------------------------------------------------------------------- /public/sdk/inc/ntmips.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/ntmips.h -------------------------------------------------------------------------------- /public/sdk/inc/ntmmapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/ntmmapi.h -------------------------------------------------------------------------------- /public/sdk/inc/ntnls.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/ntnls.h -------------------------------------------------------------------------------- /public/sdk/inc/ntobapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/ntobapi.h -------------------------------------------------------------------------------- /public/sdk/inc/ntpoapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/ntpoapi.h -------------------------------------------------------------------------------- /public/sdk/inc/ntpsapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/ntpsapi.h -------------------------------------------------------------------------------- /public/sdk/inc/ntrtl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/ntrtl.h -------------------------------------------------------------------------------- /public/sdk/inc/ntsam.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/ntsam.h -------------------------------------------------------------------------------- /public/sdk/inc/ntseapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/ntseapi.h -------------------------------------------------------------------------------- /public/sdk/inc/ntsm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/ntsm.h -------------------------------------------------------------------------------- /public/sdk/inc/nturtl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/nturtl.h -------------------------------------------------------------------------------- /public/sdk/inc/ntverp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/ntverp.h -------------------------------------------------------------------------------- /public/sdk/inc/ntxcapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/ntxcapi.h -------------------------------------------------------------------------------- /public/sdk/inc/oaidl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/oaidl.h -------------------------------------------------------------------------------- /public/sdk/inc/objbase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/objbase.h -------------------------------------------------------------------------------- /public/sdk/inc/objidl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/objidl.h -------------------------------------------------------------------------------- /public/sdk/inc/ole2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/ole2.h -------------------------------------------------------------------------------- /public/sdk/inc/oleauto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/oleauto.h -------------------------------------------------------------------------------- /public/sdk/inc/oledb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/oledb.h -------------------------------------------------------------------------------- /public/sdk/inc/oleext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/oleext.h -------------------------------------------------------------------------------- /public/sdk/inc/oleidl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/oleidl.h -------------------------------------------------------------------------------- /public/sdk/inc/packoff.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/packoff.h -------------------------------------------------------------------------------- /public/sdk/inc/packon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/packon.h -------------------------------------------------------------------------------- /public/sdk/inc/poppack.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/poppack.h -------------------------------------------------------------------------------- /public/sdk/inc/propapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/propapi.h -------------------------------------------------------------------------------- /public/sdk/inc/propset.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/propset.h -------------------------------------------------------------------------------- /public/sdk/inc/propvar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/propvar.h -------------------------------------------------------------------------------- /public/sdk/inc/prsht.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/prsht.h -------------------------------------------------------------------------------- /public/sdk/inc/query.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/query.h -------------------------------------------------------------------------------- /public/sdk/inc/regstr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/regstr.h -------------------------------------------------------------------------------- /public/sdk/inc/rpc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/rpc.h -------------------------------------------------------------------------------- /public/sdk/inc/rpcdce.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/rpcdce.h -------------------------------------------------------------------------------- /public/sdk/inc/rpcdcep.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/rpcdcep.h -------------------------------------------------------------------------------- /public/sdk/inc/rpcndr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/rpcndr.h -------------------------------------------------------------------------------- /public/sdk/inc/rpcnsi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/rpcnsi.h -------------------------------------------------------------------------------- /public/sdk/inc/rpcnsip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/rpcnsip.h -------------------------------------------------------------------------------- /public/sdk/inc/secext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/secext.h -------------------------------------------------------------------------------- /public/sdk/inc/shlguid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/shlguid.h -------------------------------------------------------------------------------- /public/sdk/inc/shlobj.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/shlobj.h -------------------------------------------------------------------------------- /public/sdk/inc/shlwapi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/shlwapi.h -------------------------------------------------------------------------------- /public/sdk/inc/spseal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/spseal.h -------------------------------------------------------------------------------- /public/sdk/inc/sspi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/sspi.h -------------------------------------------------------------------------------- /public/sdk/inc/stgprop.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/stgprop.h -------------------------------------------------------------------------------- /public/sdk/inc/tstr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/tstr.h -------------------------------------------------------------------------------- /public/sdk/inc/unknwn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/unknwn.h -------------------------------------------------------------------------------- /public/sdk/inc/userenv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/userenv.h -------------------------------------------------------------------------------- /public/sdk/inc/vddsvc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/vddsvc.h -------------------------------------------------------------------------------- /public/sdk/inc/vdmdbg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/vdmdbg.h -------------------------------------------------------------------------------- /public/sdk/inc/warning.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/warning.h -------------------------------------------------------------------------------- /public/sdk/inc/winbase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/winbase.h -------------------------------------------------------------------------------- /public/sdk/inc/wincon.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/wincon.h -------------------------------------------------------------------------------- /public/sdk/inc/windef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/windef.h -------------------------------------------------------------------------------- /public/sdk/inc/windows.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/windows.h -------------------------------------------------------------------------------- /public/sdk/inc/wingdi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/wingdi.h -------------------------------------------------------------------------------- /public/sdk/inc/winnls.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/winnls.h -------------------------------------------------------------------------------- /public/sdk/inc/winnt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/winnt.h -------------------------------------------------------------------------------- /public/sdk/inc/winreg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/winreg.h -------------------------------------------------------------------------------- /public/sdk/inc/winsock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/winsock.h -------------------------------------------------------------------------------- /public/sdk/inc/winsvc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/winsvc.h -------------------------------------------------------------------------------- /public/sdk/inc/winuser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/winuser.h -------------------------------------------------------------------------------- /public/sdk/inc/winver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/winver.h -------------------------------------------------------------------------------- /public/sdk/inc/wownt16.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/wownt16.h -------------------------------------------------------------------------------- /public/sdk/inc/wownt32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/wownt32.h -------------------------------------------------------------------------------- /public/sdk/inc/wtypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc/wtypes.h -------------------------------------------------------------------------------- /public/sdk/inc16/dbcs.sw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc16/dbcs.sw -------------------------------------------------------------------------------- /public/sdk/inc16/pdb.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc16/pdb.inc -------------------------------------------------------------------------------- /public/sdk/inc16/sf.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/public/sdk/inc16/sf.inc -------------------------------------------------------------------------------- /sdktools/gensrv/gensrv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/sdktools/gensrv/gensrv.c -------------------------------------------------------------------------------- /sdktools/gensrv/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/sdktools/gensrv/makefile -------------------------------------------------------------------------------- /sdktools/gensrv/sources: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Mooliecool/Archive/HEAD/sdktools/gensrv/sources --------------------------------------------------------------------------------