├── 45 ├── beef │ ├── cw │ │ ├── buildlqb.bat │ │ ├── cover.asm │ │ ├── inc │ │ │ ├── cedit.hdr │ │ │ ├── cgraphic.hdr │ │ │ ├── cmacros.inc │ │ │ ├── cow.h │ │ │ ├── cow.inc │ │ │ ├── cowextra.h │ │ │ ├── cowlqb.ver │ │ │ ├── csdm.hdr │ │ │ ├── csdmtmpl.hdr │ │ │ ├── cvtitl.c │ │ │ ├── cwdebug.h │ │ │ ├── cwindows.hdr │ │ │ ├── cwindows.idr │ │ │ ├── galloc.inc │ │ │ ├── graphic.h │ │ │ ├── handle.inc │ │ │ ├── indrv.h │ │ │ ├── ingxd.h │ │ │ ├── inkbd.h │ │ │ ├── inmou.h │ │ │ ├── inscr.h │ │ │ ├── inscreen.h │ │ │ ├── insyd.h │ │ │ ├── itl.h │ │ │ ├── itl.inc │ │ │ ├── kanji.inc │ │ │ ├── kinput.h │ │ │ ├── kkeyboar.h │ │ │ ├── kmem.h │ │ │ ├── lmem.h │ │ │ ├── lom.inc │ │ │ ├── newexe.inc │ │ │ ├── os2.h │ │ │ ├── pdb.inc │ │ │ ├── private.c │ │ │ ├── rlb.inc │ │ │ ├── sdmver.h │ │ │ ├── text.inc │ │ │ ├── ucolor.h │ │ │ ├── udialog.h │ │ │ ├── uedit.h │ │ │ ├── uevent.h │ │ │ ├── uisa.h │ │ │ ├── ukanji.h │ │ │ ├── umedit.h │ │ │ ├── umenu.h │ │ │ ├── uscreen.h │ │ │ ├── uscroll.h │ │ │ ├── usdm.h │ │ │ ├── usdmtmpl.h │ │ │ ├── uutil.h │ │ │ ├── uwindow.h │ │ │ ├── vkey.h │ │ │ └── vkoem.h │ │ ├── kernel │ │ │ ├── _inos.asm │ │ │ ├── _loaddrv.inc │ │ │ ├── _osspec.inc │ │ │ ├── assert.c │ │ │ ├── assertns.c │ │ │ ├── assertsw.c │ │ │ ├── cbfree.asm │ │ │ ├── cwos2.asm │ │ │ ├── debug5.asm │ │ │ ├── gacheck.c │ │ │ ├── gadebug.h │ │ │ ├── galloc.asm │ │ │ ├── gcompact.asm │ │ │ ├── gfixcomp.asm │ │ │ ├── glock.asm │ │ │ ├── gmem.asm │ │ │ ├── gmemory3.asm │ │ │ ├── gmemory5.asm │ │ │ ├── gwinterf.asm │ │ │ ├── handle.asm │ │ │ ├── handle.h │ │ │ ├── inos.asm │ │ │ ├── int24.asm │ │ │ ├── kernel.asm │ │ │ ├── kernel.inc │ │ │ ├── kerninit.asm │ │ │ ├── keyboard.asm │ │ │ ├── kludge.asm │ │ │ ├── knull.asm │ │ │ ├── krun.asm │ │ │ ├── krun2.asm │ │ │ ├── krun5.asm │ │ │ ├── kstart.asm │ │ │ ├── ktimer.asm │ │ │ ├── ktimer5.asm │ │ │ ├── ladebug.h │ │ │ ├── lddebug.asm │ │ │ ├── lddrvd5.asm │ │ │ ├── ldreloc.asm │ │ │ ├── ldseg.asm │ │ │ ├── ldstack.asm │ │ │ ├── ldthunk.asm │ │ │ ├── loaddrv.asm │ │ │ ├── mouse.asm │ │ │ ├── mouse5.asm │ │ │ ├── mouse5.inc │ │ │ ├── mousedat.asm │ │ │ ├── mouses3.asm │ │ │ ├── osspec.asm │ │ │ ├── pbi.inc │ │ │ ├── promptc.c │ │ │ ├── prtsc3.asm │ │ │ ├── prtsc5.asm │ │ │ ├── setjmp.asm │ │ │ ├── sstack.inc │ │ │ ├── startup.asm │ │ │ ├── stubs.asm │ │ │ ├── togequ.inc │ │ │ └── utildrv.asm │ │ ├── lib │ │ │ └── makelqb.bat │ │ ├── make.bat │ │ ├── makefile │ │ ├── readme.txt │ │ ├── stamp.asm │ │ ├── stamp2.asm │ │ ├── tools │ │ │ ├── catresp.c │ │ │ ├── catresp.exe │ │ │ ├── cowseg.c │ │ │ ├── cowstrip.c │ │ │ ├── cowstrip.h │ │ │ ├── csl.exe │ │ │ ├── csl2.exe │ │ │ ├── echotime.c │ │ │ ├── fulldump.exe │ │ │ ├── iterate.c │ │ │ ├── iterate.exe │ │ │ ├── makefile │ │ │ ├── misc.c │ │ │ ├── misc.obj │ │ │ ├── mkdep.exe │ │ │ ├── mkdrv.c │ │ │ ├── modobj.exe │ │ │ ├── test.exe │ │ │ └── touch.exe │ │ └── user │ │ │ ├── _button.h │ │ │ ├── _dirlist.h │ │ │ ├── _event.h │ │ │ ├── _listbox.h │ │ │ ├── _menu.h │ │ │ ├── _msgbox.h │ │ │ ├── _scroll.h │ │ │ ├── _sdm.h │ │ │ ├── _sedit.h │ │ │ ├── alarm.c │ │ │ ├── box.c │ │ │ ├── button.c │ │ │ ├── button.h │ │ │ ├── case.c │ │ │ ├── case.h │ │ │ ├── charset.h │ │ │ ├── color.c │ │ │ ├── color.h │ │ │ ├── defcolor.c │ │ │ ├── dialog.h │ │ │ ├── dirlist.c │ │ │ ├── dirlist.h │ │ │ ├── dirlist3.c │ │ │ ├── dirlist5.c │ │ │ ├── dlgcore.c │ │ │ ├── dlgutil.c │ │ │ ├── edit.h │ │ │ ├── editfuns.inc │ │ │ ├── editinit.asm │ │ │ ├── editmgr.inc │ │ │ ├── editmgr1.asm │ │ │ ├── editmgr2.asm │ │ │ ├── edittbls.inc │ │ │ ├── edityp.inc │ │ │ ├── event.c │ │ │ ├── event.h │ │ │ ├── eventlow.c │ │ │ ├── general.c │ │ │ ├── general.h │ │ │ ├── getchar.asm │ │ │ ├── graphic.asm │ │ │ ├── helpstub.c │ │ │ ├── inswap.asm │ │ │ ├── kanji.asm │ │ │ ├── keystub.c │ │ │ ├── keysynth.c │ │ │ ├── listbox.c │ │ │ ├── listbox.h │ │ │ ├── makefile.t │ │ │ ├── medit.c │ │ │ ├── medit.h │ │ │ ├── meditasm.asm │ │ │ ├── menu.c │ │ │ ├── menu.h │ │ │ ├── menu2.c │ │ │ ├── menucore.c │ │ │ ├── msgbox.c │ │ │ ├── overlap.c │ │ │ ├── overlap.h │ │ │ ├── overlutl.asm │ │ │ ├── parse.c │ │ │ ├── private.c │ │ │ ├── rect.c │ │ │ ├── screen.asm │ │ │ ├── screen.h │ │ │ ├── screen.inc │ │ │ ├── screen2.asm │ │ │ ├── scroll.c │ │ │ ├── scroll.h │ │ │ ├── sdm.c │ │ │ ├── sdm.h │ │ │ ├── sdmasm.asm │ │ │ ├── sdmcab.c │ │ │ ├── sdmtmc.c │ │ │ ├── sedit.c │ │ │ ├── sedit.h │ │ │ ├── shadow.h │ │ │ ├── static.c │ │ │ ├── static.h │ │ │ ├── strings.c │ │ │ ├── strings.h │ │ │ ├── trapstub.c │ │ │ ├── user.inc │ │ │ ├── util.asm │ │ │ ├── util.h │ │ │ ├── util.inc │ │ │ ├── util3.asm │ │ │ ├── util3.inc │ │ │ ├── util5.asm │ │ │ ├── util5.inc │ │ │ ├── window.c │ │ │ └── window.h │ └── drv │ │ ├── csd │ │ ├── inc │ │ │ ├── bios.inc │ │ │ ├── csd_bios.asm │ │ │ ├── csd_code.asm │ │ │ ├── csd_data.inc │ │ │ ├── csd_fvm.inc │ │ │ ├── csd_head.inc │ │ │ ├── csd_ibm.asm │ │ │ ├── csd_oax.asm │ │ │ ├── csd_save.asm │ │ │ ├── csd_std.asm │ │ │ ├── csd_tail.asm │ │ │ └── csd_vram.asm │ │ └── src │ │ │ ├── amstrad.asm │ │ │ ├── biossafe.asm │ │ │ ├── cga.asm │ │ │ ├── cga8x8.inc │ │ │ ├── cgasnow.asm │ │ │ ├── compaq3.asm │ │ │ ├── cpfont.asm │ │ │ ├── ega.asm │ │ │ ├── ericsson.asm │ │ │ ├── fx_csd3.asm │ │ │ ├── fx_csd5.asm │ │ │ ├── fx_data.asm │ │ │ ├── fx_twin.asm │ │ │ ├── fx_twink.asm │ │ │ ├── geninit.asm │ │ │ ├── genius.asm │ │ │ ├── genmodes.asm │ │ │ ├── herc.asm │ │ │ ├── herc102.asm │ │ │ ├── herc112.asm │ │ │ ├── herc8x10.inc │ │ │ ├── herc8x14.inc │ │ │ ├── herc8x8.inc │ │ │ ├── herc9x14.inc │ │ │ ├── hercules.asm │ │ │ ├── ibm3270.asm │ │ │ ├── ibmcvt.asm │ │ │ ├── ibmfont.asm │ │ │ ├── ibmtext.asm │ │ │ ├── makefile │ │ │ ├── mcga.asm │ │ │ ├── oax.asm │ │ │ ├── olivetti.asm │ │ │ ├── readme │ │ │ ├── saveega.asm │ │ │ ├── saveega.inc │ │ │ ├── saveega.new │ │ │ ├── scr5.asm │ │ │ ├── scr5.inc │ │ │ ├── scr5data.inc │ │ │ ├── t3100.asm │ │ │ ├── tandy.asm │ │ │ ├── update1.asm │ │ │ ├── update2.asm │ │ │ ├── vect8x16.inc │ │ │ ├── vectra.asm │ │ │ ├── vga.asm │ │ │ └── vio.asm │ │ ├── inc │ │ ├── cmacros.inc │ │ ├── drv.inc │ │ ├── fxdrv.inc │ │ ├── indrv.inc │ │ ├── ingxd.inc │ │ ├── inkbd.inc │ │ ├── inmou.inc │ │ ├── inscr.inc │ │ ├── insyd.inc │ │ ├── kanji.inc │ │ ├── readme.txt │ │ ├── std.inc │ │ └── vkey.inc │ │ ├── kbd │ │ ├── inc │ │ │ ├── bios.inc │ │ │ ├── kbd_code.asm │ │ │ ├── kbd_data.inc │ │ │ ├── kbd_head.inc │ │ │ ├── kbd_ibm.asm │ │ │ ├── kbd_std.asm │ │ │ ├── kbd_tail.asm │ │ │ ├── scan3.inc │ │ │ └── tsr3.inc │ │ └── src │ │ │ ├── chktandy.asm │ │ │ ├── cowtandy.mak │ │ │ ├── cowtandy.txt │ │ │ ├── fx_data.asm │ │ │ ├── fx_kbd3.asm │ │ │ ├── fx_kbd5.asm │ │ │ ├── fx_tandy.asm │ │ │ ├── ibmcvt.asm │ │ │ ├── kbd3.inc │ │ │ ├── kbd5.inc │ │ │ ├── keyacc3.asm │ │ │ ├── keyddl3.asm │ │ │ ├── keyint3.asm │ │ │ ├── keykana.asm │ │ │ ├── keymon5.asm │ │ │ ├── keytable.asm │ │ │ ├── keyxlat.asm │ │ │ ├── makefile │ │ │ ├── tables5.asm │ │ │ ├── tandy.asm │ │ │ ├── tantable.asm │ │ │ ├── tanxlat.asm │ │ │ └── toshiba.asm │ │ └── syd │ │ ├── inc │ │ ├── syd_code.asm │ │ ├── syd_data.inc │ │ ├── syd_head.inc │ │ ├── syd_std.asm │ │ └── syd_tail.asm │ │ └── src │ │ ├── fx_data.asm │ │ ├── fx_syd3.asm │ │ ├── fx_syd5.asm │ │ ├── glis.inc │ │ ├── makefile │ │ └── template.asm ├── cow │ ├── build.bat │ ├── build.cmd │ ├── cow.lib │ ├── cowusa.lib │ ├── itl.h │ ├── strings.c │ └── version.h ├── doc │ ├── c#.sty │ ├── cbox.doc │ ├── cbox1.mmo │ ├── cboxdist.txt │ ├── cow3.txt │ ├── cow35.doc │ ├── cowapi.doc │ ├── cows.doc │ ├── cowwm.doc │ ├── cw.imp │ ├── cwbak.doc │ ├── cwdrv.doc │ ├── cwgraph.doc │ ├── cwj.mmo │ ├── cwj1.mmo │ ├── cwkanji.doc │ ├── cwold.doc │ ├── cwover.doc │ ├── cwow.doc │ ├── cwtwin.doc │ ├── dual.mmo │ ├── ideas.txt │ ├── keys.txt │ ├── keyusa.txt │ ├── mp4.imp │ ├── mskey.doc │ ├── overlap.doc │ ├── readme │ ├── sdmapi.doc │ ├── size.txt │ ├── smm.doc │ ├── tsr.txt │ ├── users.doc │ ├── vap.doc │ └── vap05.txt ├── qb │ ├── hd │ │ ├── 87toalt.inc │ │ ├── architec.inc │ │ ├── array.inc │ │ ├── cmacros.inc │ │ ├── conint.h │ │ ├── conint.inc │ │ ├── context.h │ │ ├── context.inc │ │ ├── debug.h │ │ ├── debug.inc │ │ ├── executor.h │ │ ├── executor.inc │ │ ├── exint.inc │ │ ├── extort.inc │ │ ├── fdb.inc │ │ ├── filename.inc │ │ ├── heap.h │ │ ├── heap.inc │ │ ├── idmac.inc │ │ ├── interp.h │ │ ├── interp.inc │ │ ├── lister.h │ │ ├── lister.inc │ │ ├── lmem.inc │ │ ├── lsint.inc │ │ ├── messages.inc │ │ ├── messages.src │ │ ├── msdos.inc │ │ ├── msgshort.inc │ │ ├── names.h │ │ ├── names.inc │ │ ├── parser.h │ │ ├── parser.inc │ │ ├── pcode.inc │ │ ├── pointers.inc │ │ ├── psint.h │ │ ├── psint.inc │ │ ├── qblist.inc │ │ ├── rtinterp.h │ │ ├── rtinterp.inc │ │ ├── rtmint.inc │ │ ├── rtps.h │ │ ├── rtps.inc │ │ ├── rttemp.h │ │ ├── rttemp.inc │ │ ├── sb.inc │ │ ├── scanner.h │ │ ├── scanner.inc │ │ ├── ssint.inc │ │ ├── stack2.inc │ │ ├── switch.h │ │ ├── switch.inc │ │ ├── txtint.h │ │ ├── txtint.inc │ │ ├── txtmgr.h │ │ ├── txtmgr.inc │ │ ├── types.inc │ │ ├── ui.h │ │ ├── ui.inc │ │ ├── util.h │ │ ├── util.inc │ │ ├── varmgr.h │ │ └── varmgr.inc │ ├── ir │ │ ├── bddebug.asm │ │ ├── bdmgr.asm │ │ ├── bfpsig.asm │ │ ├── binsav.asm │ │ ├── binxlat.asm │ │ ├── condebug.c │ │ ├── conmisc.asm │ │ ├── context.asm │ │ ├── debug.c │ │ ├── dshcmd.c │ │ ├── dshstrng.c │ │ ├── exaid.asm │ │ ├── exarray.asm │ │ ├── exaryutl.asm │ │ ├── excase.asm │ │ ├── exconv.asm │ │ ├── exdebug.asm │ │ ├── exevent.asm │ │ ├── exfnmisc.asm │ │ ├── exfor.asm │ │ ├── exgoto.asm │ │ ├── exgraph.asm │ │ ├── exid.asm │ │ ├── exif.asm │ │ ├── exio.asm │ │ ├── exlit.asm │ │ ├── exmathop.asm │ │ ├── exmisc.asm │ │ ├── exos.asm │ │ ├── exprint.asm │ │ ├── exproc.asm │ │ ├── exrec.asm │ │ ├── exstmisc.asm │ │ ├── exstring.asm │ │ ├── extort.asm │ │ ├── lsid.asm │ │ ├── lsmain.asm │ │ ├── lsrules.asm │ │ ├── lsutil.asm │ │ ├── makefile │ │ ├── namdebug.asm │ │ ├── nammgr.asm │ │ ├── peropcod.txt │ │ ├── prscg.asm │ │ ├── prsctl.asm │ │ ├── prsdebug.c │ │ ├── prsexp.asm │ │ ├── prsid.asm │ │ ├── prslex.asm │ │ ├── prsmain.asm │ │ ├── prsnt.asm │ │ ├── prsnt1.asm │ │ ├── prsstmt.asm │ │ ├── prsutil.asm │ │ ├── qbidata.c │ │ ├── rsalpha.asm │ │ ├── rttemp.asm │ │ ├── ssaid.asm │ │ ├── ssbos.asm │ │ ├── sscase.asm │ │ ├── ssdata.asm │ │ ├── ssdeclar.asm │ │ ├── ssdescan.asm │ │ ├── ssdo.asm │ │ ├── ssfor.asm │ │ ├── ssid.asm │ │ ├── ssif.asm │ │ ├── sslit.asm │ │ ├── ssmisc.asm │ │ ├── ssoperat.asm │ │ ├── ssproc.asm │ │ ├── ssrec.asm │ │ ├── ssrefarg.asm │ │ ├── ssrude.asm │ │ ├── ssrules.asm │ │ ├── ssscan.asm │ │ ├── ssstmts.asm │ │ ├── sstxutil.asm │ │ ├── txtdata.asm │ │ ├── txtdeb.asm │ │ ├── txtdebug.c │ │ ├── txtdir.asm │ │ ├── txtfind.asm │ │ ├── txtload.asm │ │ ├── txtmgr.asm │ │ ├── txtmove.asm │ │ ├── txtsave.asm │ │ ├── txtthr.asm │ │ ├── txtutil.asm │ │ ├── typmgr.asm │ │ ├── uiutil.asm │ │ ├── util.asm │ │ └── vardebug.c │ └── tl │ │ ├── bldlib.bat │ │ ├── lsetargv.obj │ │ ├── makefile │ │ ├── mk.bat │ │ ├── mkall.bat │ │ ├── mqb.bat │ │ ├── msh.bat │ │ ├── mtsh.bat │ │ ├── prefix.obj │ │ ├── qb.sty │ │ ├── qblist.dat │ │ └── qblist.lnk ├── qb5 │ ├── hd │ │ ├── edit.h │ │ ├── edit.inc │ │ ├── variable.h │ │ └── variable.inc │ ├── hdcw │ │ ├── cw │ │ │ ├── color.h │ │ │ ├── cowdef.inc │ │ │ ├── cowproc.inc │ │ │ ├── csdm.h │ │ │ ├── csdmtmpl.h │ │ │ ├── cwindows.h │ │ │ ├── cwindows.inc │ │ │ ├── dlg.h │ │ │ ├── dlg.inc │ │ │ ├── editaux.h │ │ │ ├── editaux.inc │ │ │ ├── edityp.h │ │ │ ├── edityp.inc │ │ │ ├── help.h │ │ │ ├── standard.h │ │ │ ├── version.h │ │ │ ├── version.inc │ │ │ ├── windows.h │ │ │ └── windows.inc │ │ ├── help.inc │ │ ├── kkif.h │ │ ├── uidec.h │ │ ├── uiext.h │ │ ├── uihelpid.h │ │ ├── uiint.h │ │ ├── uiint.inc │ │ ├── uimenu.h │ │ ├── uimenu.inc │ │ ├── uinhelp.h │ │ └── uinhelp.inc │ ├── ir │ │ ├── aoagdcaj │ │ ├── basewc.qh │ │ ├── edit.qh │ │ ├── excontxt.asm │ │ ├── exrefarg.asm │ │ ├── help.asm │ │ ├── help.oem │ │ ├── help.qh │ │ ├── help.src │ │ ├── init.asm │ │ ├── makefile │ │ ├── makehelp.sed │ │ ├── makeqh.bat │ │ ├── mungeqh.awk │ │ ├── oemwc.qh │ │ ├── qbasbnf.prs │ │ ├── qbasic.qh │ │ ├── qbasmsgs.txt │ │ ├── qedit.asm │ │ ├── qedit.src │ │ ├── qhstart.qhf │ │ ├── rterror.asm │ │ ├── vardbg.c │ │ ├── varmgrc.c │ │ └── varutil.asm │ ├── qb │ │ ├── altm.lnk │ │ ├── ctx.lnk │ │ ├── dshstubc.c │ │ ├── ex.lnk │ │ ├── lib.lnk │ │ ├── ls.lnk │ │ ├── makefile.qbs │ │ ├── misc.lnk │ │ ├── miscxxx.lnk │ │ ├── opt.lnk │ │ ├── prs.lnk │ │ ├── qbi0.asm │ │ ├── rshell.lnk │ │ ├── rt.lnk │ │ ├── rtint.lnk │ │ ├── shell.lnk │ │ ├── ss.lnk │ │ ├── txt.lnk │ │ ├── uirstubc.c │ │ └── var.lnk │ ├── qbas │ │ ├── bqb50.lib │ │ ├── build.bat │ │ ├── build.cmd │ │ ├── cow.lib │ │ ├── cow │ │ │ └── hold.txt │ │ ├── cowtandy.lib │ │ ├── makefile │ │ ├── mhelph.lib │ │ ├── notab.sed │ │ ├── sample.bat │ │ ├── sample.cmd │ │ ├── version.h │ │ └── version.inc │ ├── tl │ │ └── de.exe │ └── uq │ │ ├── auxcow.c │ │ ├── defcolor.c │ │ ├── des │ │ ├── uifile.des │ │ ├── uihelp.des │ │ ├── uimsgbox.des │ │ ├── uioptns.des │ │ ├── uisearch.des │ │ └── uiview.des │ │ ├── hengine.asm │ │ ├── intl.inc │ │ ├── makefile │ │ ├── scroll.c │ │ ├── text.asm │ │ ├── textmgr.c │ │ ├── uictl.c │ │ ├── uidebug.asm │ │ ├── uiedit.asm │ │ ├── uifile.c │ │ ├── uifile.src │ │ ├── uifileio.asm │ │ ├── uihelp.c │ │ ├── uiinfhlp.asm │ │ ├── uimain.asm │ │ ├── uimemory.asm │ │ ├── uimisc.asm │ │ ├── uimsgbox.c │ │ ├── uinhelp.asm │ │ ├── uinhelp.src │ │ ├── uioptns.c │ │ ├── uioptns.src │ │ ├── uipaths.asm │ │ ├── uirs.asm │ │ ├── uirsc.c │ │ ├── uirsrcc.c │ │ ├── uirsrcc.src │ │ ├── uiscrn.c │ │ ├── uisearch.c │ │ ├── uistub.c │ │ ├── uiutil.asm │ │ ├── uiview.c │ │ ├── uiwind.c │ │ ├── uiwind.src │ │ └── uiword.asm ├── qbdut │ ├── edit.src │ ├── qbasener │ │ ├── environ.src │ │ └── errmess.src │ ├── qbaskey │ │ ├── contents.src │ │ ├── contkey.src │ │ ├── devkey.src │ │ ├── errkey.src │ │ ├── evntkey.src │ │ ├── filekey.src │ │ ├── grfxkey.src │ │ ├── index.src │ │ ├── keywords.xls │ │ ├── mathkey.src │ │ ├── memkey.src │ │ ├── prockey.src │ │ └── strckey.src │ └── strings │ │ ├── des │ │ ├── de.exe │ │ ├── uifile.des │ │ ├── uihelp.des │ │ ├── uimsgbox.des │ │ ├── uimsgbxi.des │ │ ├── uioptns.des │ │ ├── uisearch.des │ │ └── uiview.des │ │ ├── herc.tok │ │ ├── intl.inc │ │ ├── itl.h │ │ ├── messages.tok │ │ ├── qbasmsgs.old │ │ ├── qbasmsgs.txt │ │ ├── qedit.tok │ │ ├── sizes.tok │ │ ├── tokens.tok │ │ ├── uinhelp.asm │ │ └── uiwind.tok ├── qbfrn │ ├── edit.src │ ├── qbasener │ │ ├── environ.src │ │ └── errmess.src │ ├── qbaskey │ │ ├── contents.src │ │ ├── contkey.src │ │ ├── devkey.src │ │ ├── errkey.src │ │ ├── evntkey.src │ │ ├── filekey.src │ │ ├── grfxkey.src │ │ ├── index.src │ │ ├── keywords.xls │ │ ├── mathkey.src │ │ ├── memkey.src │ │ ├── prockey.src │ │ └── strckey.src │ └── strings │ │ ├── des │ │ ├── uifile.des │ │ ├── uihelp.des │ │ ├── uimsgbox.des │ │ ├── uimsgbxi.des │ │ ├── uioptns.des │ │ ├── uisearch.des │ │ └── uiview.des │ │ ├── herc.tok │ │ ├── intl.inc │ │ ├── itl.h │ │ ├── messages.tok │ │ ├── qbasmsgs.txt │ │ ├── qedit.tok │ │ ├── sizes.tok │ │ ├── tokens.tok │ │ └── uiwind.tok ├── qbger │ ├── edit.src │ ├── qbasener │ │ ├── environ.src │ │ └── errmess.src │ ├── qbaskey │ │ ├── contents.src │ │ ├── contkey.src │ │ ├── devkey.src │ │ ├── errkey.src │ │ ├── evntkey.src │ │ ├── filekey.src │ │ ├── grfxkey.src │ │ ├── index.src │ │ ├── keywords.xls │ │ ├── mathkey.src │ │ ├── memkey.src │ │ ├── prockey.src │ │ └── strckey.src │ └── strings │ │ ├── des │ │ ├── uifile.des │ │ ├── uihelp.des │ │ ├── uimsgbox.des │ │ ├── uimsgbxi.des │ │ ├── uioptns.des │ │ ├── uisearch.des │ │ └── uiview.des │ │ ├── herc.tok │ │ ├── intl.inc │ │ ├── itl.h │ │ ├── messages.tok │ │ ├── qbasmsgs.txt │ │ ├── qedit.tok │ │ ├── sizes.tok │ │ ├── tokens.tok │ │ └── uiwind.tok ├── qbitn │ ├── edit.src │ ├── qbasener │ │ ├── environ.src │ │ └── errmess.src │ ├── qbasex │ │ ├── contex.src │ │ ├── devex.src │ │ ├── errex.src │ │ ├── evntex.src │ │ ├── fileex.src │ │ ├── grfxex.src │ │ ├── mathex.src │ │ ├── memex.src │ │ ├── procex.src │ │ └── strcex.src │ ├── qbaskey │ │ ├── contents.src │ │ ├── contkey.src │ │ ├── devkey.src │ │ ├── errkey.src │ │ ├── evntkey.src │ │ ├── filekey.src │ │ ├── grfxkey.src │ │ ├── index.src │ │ ├── keywords.xls │ │ ├── mathkey.src │ │ ├── memkey.src │ │ ├── prockey.src │ │ └── strckey.src │ └── strings │ │ ├── des │ │ ├── uifile.des │ │ ├── uihelp.des │ │ ├── uimsgbox.des │ │ ├── uimsgbxi.des │ │ ├── uioptns.des │ │ ├── uisearch.des │ │ └── uiview.des │ │ ├── herc.tok │ │ ├── intl.inc │ │ ├── itl.h │ │ ├── messages.tok │ │ ├── qbasmsgs.old │ │ ├── qbasmsgs.txt │ │ ├── qedit.tok │ │ ├── sizes.tok │ │ ├── tokens.tok │ │ ├── uinhelp.asm │ │ └── uiwind.tok ├── qbkit │ ├── bld │ │ ├── edit.hlp │ │ ├── holder.txt │ │ └── qbasic.hlp │ ├── build │ │ ├── build.cmd │ │ ├── files.dat │ │ ├── goodbld.cmd │ │ ├── helpmake.exe │ │ ├── helptree.exe │ │ ├── hpp.exe │ │ ├── info.dat │ │ ├── libmerge.exe │ │ ├── linktest.exe │ │ ├── lt.cmd │ │ ├── make.src │ │ ├── mybldkit.exe │ │ ├── nmake.exe │ │ ├── passtest.cmd │ │ ├── readme.txt │ │ ├── replace.dut │ │ ├── replace.exe │ │ ├── replace.frn │ │ ├── replace.ger │ │ ├── replace.itn │ │ ├── replace.por │ │ ├── replace.spa │ │ ├── replace.swe │ │ ├── replace.usa │ │ ├── results.exe │ │ ├── uihelpid.ger │ │ └── uihelpid.rpl │ └── files │ │ └── holder.txt ├── qbpor │ ├── edit.src │ ├── qbasener │ │ ├── environ.src │ │ └── errmess.src │ ├── qbaskey │ │ ├── contents.src │ │ ├── contkey.src │ │ ├── devkey.src │ │ ├── errkey.src │ │ ├── evntkey.src │ │ ├── filekey.src │ │ ├── grfxkey.por │ │ ├── grfxkey.src │ │ ├── index.src │ │ ├── keywords.xls │ │ ├── mathkey.src │ │ ├── memkey.src │ │ ├── prockey.src │ │ └── strckey.src │ └── strings │ │ ├── des │ │ ├── uifile.des │ │ ├── uihelp.des │ │ ├── uimsgbox.des │ │ ├── uimsgbxi.des │ │ ├── uioptns.des │ │ ├── uisearch.des │ │ └── uiview.des │ │ ├── help.tok │ │ ├── herc.tok │ │ ├── intl.inc │ │ ├── itl.h │ │ ├── messages.tok │ │ ├── qbasmsgs.txt │ │ ├── qedit.tok │ │ ├── sizes.tok │ │ ├── tokens.tok │ │ └── uiwind.tok ├── qbspa │ ├── edit.src │ ├── qbasener │ │ ├── environ.src │ │ └── errmess.src │ ├── qbaskey │ │ ├── contents.src │ │ ├── contkey.src │ │ ├── devkey.src │ │ ├── errkey.src │ │ ├── evntkey.src │ │ ├── filekey.src │ │ ├── grfxkey.src │ │ ├── index.src │ │ ├── keywords.xls │ │ ├── mathkey.src │ │ ├── memkey.src │ │ ├── prockey.src │ │ └── strckey.src │ └── strings │ │ ├── des │ │ ├── uifile.des │ │ ├── uihelp.des │ │ ├── uimsgbox.des │ │ ├── uimsgbxi.des │ │ ├── uioptns.des │ │ ├── uisearch.des │ │ └── uiview.des │ │ ├── herc.tok │ │ ├── intl.inc │ │ ├── itl.h │ │ ├── messages.tok │ │ ├── qbasmsgs.txt │ │ ├── qedit.tok │ │ ├── sizes.tok │ │ ├── tokens.tok │ │ └── uiwind.tok ├── qbswe │ ├── edit.src │ ├── qbasener │ │ ├── environ.src │ │ └── errmess.src │ ├── qbasex │ │ ├── contex.src │ │ ├── devex.src │ │ ├── errex.src │ │ ├── evntex.src │ │ ├── fileex.src │ │ ├── grfxex.src │ │ ├── mathex.src │ │ ├── memex.src │ │ ├── procex.src │ │ └── strcex.src │ ├── qbaskey │ │ ├── contents.src │ │ ├── contkey.src │ │ ├── devkey.src │ │ ├── errkey.src │ │ ├── evntkey.src │ │ ├── filekey.src │ │ ├── grfxkey.src │ │ ├── index.src │ │ ├── keywords.xls │ │ ├── mathkey.src │ │ ├── memkey.src │ │ ├── prockey.src │ │ └── strckey.src │ └── strings │ │ ├── des │ │ ├── uifile.des │ │ ├── uihelp.des │ │ ├── uimsgbox.des │ │ ├── uimsgbxi.des │ │ ├── uioptns.des │ │ ├── uisearch.des │ │ └── uiview.des │ │ ├── herc.tok │ │ ├── intl.inc │ │ ├── itl.h │ │ ├── messages.src │ │ ├── messages.tok │ │ ├── qbasmsgs.old │ │ ├── qbasmsgs.txt │ │ ├── qedit.tok │ │ ├── sizes.tok │ │ ├── tokens.tok │ │ ├── uifile.des │ │ ├── uinhelp.asm │ │ └── uiwind.tok ├── qbusa │ ├── edit.src │ ├── qbasener │ │ ├── environ.src │ │ └── errmess.src │ ├── qbaskey │ │ ├── contents.src │ │ ├── contkey.src │ │ ├── devkey.src │ │ ├── errkey.src │ │ ├── evntkey.src │ │ ├── filekey.src │ │ ├── grfxkey.src │ │ ├── index.src │ │ ├── keywords.xls │ │ ├── mathkey.src │ │ ├── memkey.src │ │ ├── prockey.src │ │ └── strckey.src │ └── strings │ │ ├── des │ │ ├── uifile.des │ │ ├── uihelp.des │ │ ├── uimsgbox.des │ │ ├── uimsgbxi.des │ │ ├── uioptns.des │ │ ├── uisearch.des │ │ └── uiview.des │ │ ├── herc.tok │ │ ├── intl.inc │ │ ├── itl.h │ │ ├── messages.tok │ │ ├── qbasmsgs.txt │ │ ├── qedit.tok │ │ ├── sizes.tok │ │ ├── tokens.tok │ │ └── uiwind.tok ├── readme.txt ├── runtime │ ├── crt │ │ ├── 5crt0.asm │ │ ├── brk.asm │ │ ├── brkctl.asm │ │ ├── brkctl.inc │ │ ├── cdata.inc │ │ ├── cdata2.inc │ │ ├── cdata3.inc │ │ ├── chkstk.asm │ │ ├── chksum.asm │ │ ├── cmiscdat.asm │ │ ├── crt0.asm │ │ ├── crt0dat.asm │ │ ├── crt0fp.asm │ │ ├── crt0stub.asm │ │ ├── doexec.asm │ │ ├── errno.inc │ │ ├── execve.asm │ │ ├── fmsghdr.asm │ │ ├── fpreset.asm │ │ ├── freect.asm │ │ ├── msdos.inc │ │ ├── onexit.asm │ │ └── version.inc │ ├── herc │ │ ├── cursor.asm │ │ ├── fcommon.asm │ │ ├── fmakeres.asm │ │ ├── fstart.asm │ │ ├── fvars.asm │ │ ├── gscroll.asm │ │ ├── gwrite.asm │ │ ├── makefile │ │ ├── msherc12.lnk │ │ ├── rwchar.asm │ │ ├── rwdot.asm │ │ ├── setmode.asm │ │ ├── stanfnt.asm │ │ └── tty.asm │ ├── inc │ │ ├── addr.inc │ │ ├── array.inc │ │ ├── ascii.inc │ │ ├── baslibma.inc │ │ ├── cmacros.inc │ │ ├── comdcb.inc │ │ ├── comioctl.inc │ │ ├── compvect.inc │ │ ├── const.inc │ │ ├── dc.inc │ │ ├── devdef.inc │ │ ├── egaint10.inc │ │ ├── error.inc │ │ ├── error2.inc │ │ ├── event.inc │ │ ├── exehdr.inc │ │ ├── fdb.inc │ │ ├── files.inc │ │ ├── global.inc │ │ ├── graph.h │ │ ├── grmac.inc │ │ ├── hgcdefs.inc │ │ ├── ibmunv.inc │ │ ├── idmac.inc │ │ ├── inchdr.inc │ │ ├── intasg.inc │ │ ├── intmac.inc │ │ ├── llgrp.inc │ │ ├── lmem.inc │ │ ├── mathmac.inc │ │ ├── messages.inc │ │ ├── messages.src │ │ ├── nhutil.inc │ │ ├── omega.inc │ │ ├── oscalls.inc │ │ ├── pointers.inc │ │ ├── qcg.inc │ │ ├── qstruc.inc │ │ ├── queues.inc │ │ ├── rmacros.inc │ │ ├── rtment.inc │ │ ├── rtmint.inc │ │ ├── rtmmac.inc │ │ ├── rtps.h │ │ ├── rtps.inc │ │ ├── sb.inc │ │ ├── seg.inc │ │ ├── smchain.inc │ │ ├── stack.inc │ │ ├── stack2.inc │ │ ├── string.inc │ │ ├── switch.inc │ │ ├── ulib.inc │ │ └── xenix.inc │ ├── qbasic │ │ ├── bqb50.dat │ │ └── makefile │ ├── rt │ │ ├── abs.asm │ │ ├── bload.asm │ │ ├── circle.asm │ │ ├── clear.asm │ │ ├── cninit.asm │ │ ├── dbtrace.asm │ │ ├── directry.asm │ │ ├── dkinit.asm │ │ ├── dkio.asm │ │ ├── dkopen.asm │ │ ├── dkstmt.asm │ │ ├── dkutil.asm │ │ ├── draw.asm │ │ ├── dvinit.asm │ │ ├── dvpipe.asm │ │ ├── dvstmt.asm │ │ ├── dynamic.asm │ │ ├── erhandlr.asm │ │ ├── erproc.asm │ │ ├── error.asm │ │ ├── evtcom.asm │ │ ├── evtkey.asm │ │ ├── evtpen.asm │ │ ├── evtpla.asm │ │ ├── evtstg.asm │ │ ├── evttim.asm │ │ ├── evtuev.asm │ │ ├── fhchn.asm │ │ ├── fhdebug.asm │ │ ├── fhinit.asm │ │ ├── fhutil.asm │ │ ├── field.asm │ │ ├── filename.asm │ │ ├── fin.asm │ │ ├── fout.asm │ │ ├── getput.asm │ │ ├── grcoord.asm │ │ ├── grfpinit.asm │ │ ├── grinit.asm │ │ ├── grline.asm │ │ ├── grpmap.asm │ │ ├── grpoint.asm │ │ ├── grputil.asm │ │ ├── grspace.asm │ │ ├── grview.asm │ │ ├── grwindow.asm │ │ ├── gwaevt.asm │ │ ├── gwcevt.asm │ │ ├── gwcom.asm │ │ ├── gwdata.asm │ │ ├── gwini.asm │ │ ├── gwio.asm │ │ ├── gwkey.asm │ │ ├── gwlin.asm │ │ ├── gwpal.asm │ │ ├── gwplayf.asm │ │ ├── gwplays.asm │ │ ├── gwque.asm │ │ ├── gwscr.asm │ │ ├── gwscreen.asm │ │ ├── gwsound.asm │ │ ├── helpfp87.asm │ │ ├── helpi4.asm │ │ ├── hexoct.asm │ │ ├── id_util.asm │ │ ├── ifout.asm │ │ ├── inpdsk.asm │ │ ├── inptty.asm │ │ ├── inputf.asm │ │ ├── iocons.asm │ │ ├── iolpt.asm │ │ ├── iotty.asm │ │ ├── keydsp.asm │ │ ├── lininp.asm │ │ ├── llaevt.asm │ │ ├── llagrp.asm │ │ ├── llascn.asm │ │ ├── llcevt.asm │ │ ├── llcga.asm │ │ ├── llcgasup.asm │ │ ├── llcgrp.asm │ │ ├── llcom3.asm │ │ ├── llcscn.asm │ │ ├── llega.asm │ │ ├── llegasup.asm │ │ ├── llevtstg.asm │ │ ├── llgrstub.asm │ │ ├── llgrtabl.asm │ │ ├── llhgc.asm │ │ ├── llhgcsup.asm │ │ ├── llinit.asm │ │ ├── llkeys.asm │ │ ├── lllpt.asm │ │ ├── lloga.asm │ │ ├── llparam.asm │ │ ├── llque.asm │ │ ├── llscnfcn.asm │ │ ├── llscnio.asm │ │ ├── llscreen.asm │ │ ├── llsnd.asm │ │ ├── lltext.asm │ │ ├── llvga.asm │ │ ├── llxgasup.asm │ │ ├── mclprc.asm │ │ ├── messages.asm │ │ ├── mid.asm │ │ ├── mtfloat.asm │ │ ├── nhdebug.asm │ │ ├── nhinit.asm │ │ ├── nhlhcore.asm │ │ ├── nhlhutil.asm │ │ ├── nhstutil.asm │ │ ├── oscmd.asm │ │ ├── osdate.asm │ │ ├── osinit.asm │ │ ├── osstmt.asm │ │ ├── ostimer.asm │ │ ├── out.asm │ │ ├── ovlmul.asm │ │ ├── paint.asm │ │ ├── peek.asm │ │ ├── pr0a.asm │ │ ├── prnval.asm │ │ ├── prnvalfp.asm │ │ ├── prtu.asm │ │ ├── pufout.asm │ │ ├── random.asm │ │ ├── read.asm │ │ ├── rlset.asm │ │ ├── rtinit.asm │ │ ├── rtllinit.asm │ │ ├── rtm86.asm │ │ ├── rtmload.asm │ │ ├── rtseg.asm │ │ ├── rtterm.asm │ │ ├── rttoul.asm │ │ ├── sninit.asm │ │ ├── stcore.asm │ │ ├── stfree.asm │ │ ├── stinkey.asm │ │ ├── strfcn.asm │ │ ├── string.asm │ │ ├── stringfp.asm │ │ ├── strnum.asm │ │ ├── swap.asm │ │ ├── tabspc.asm │ │ ├── vwclr.asm │ │ └── width.asm │ └── tl │ │ └── lib3 │ │ ├── afldiv.obj │ │ ├── aflrem.obj │ │ └── fpreset.obj └── tl │ ├── bin │ ├── buildprs.exe │ ├── c1.err │ ├── c1.exe │ ├── c2.exe │ ├── c23.err │ ├── c3.exe │ ├── cat.exe │ ├── cl.err │ ├── cl.exe │ ├── cl.hlp │ ├── exepack.exe │ ├── exp.exe │ ├── fgrep.exe │ ├── lib.exe │ ├── link.exe │ ├── makemsgs.exe │ ├── mapsym.exe │ ├── masm.exe │ ├── mv.exe │ ├── nmake.exe │ ├── optabler.exe │ ├── redirect.exe │ ├── results.exe │ ├── sed.exe │ └── szscrn.exe │ ├── binb │ ├── hlpmake2.exe │ ├── link510.exe │ ├── lk.exe │ ├── replace.exe │ └── tok.exe │ ├── inc │ ├── assert.h │ ├── bios.h │ ├── bse.h │ ├── bsedos.h │ ├── bseerr.h │ ├── bsesub.h │ ├── cmacros.inc │ ├── conio.h │ ├── ctype.h │ ├── direct.h │ ├── dos.h │ ├── errno.h │ ├── fcntl.h │ ├── float.h │ ├── graph.h │ ├── io.h │ ├── limits.h │ ├── malloc.h │ ├── math.h │ ├── memory.h │ ├── os2.h │ ├── os2def.h │ ├── process.h │ ├── search.h │ ├── setjmp.h │ ├── share.h │ ├── signal.h │ ├── stdarg.h │ ├── stddef.h │ ├── stdio.h │ ├── stdlib.h │ ├── string.h │ ├── style.h │ ├── sys │ │ ├── locking.h │ │ ├── stat.h │ │ ├── timeb.h │ │ ├── types.h │ │ └── utime.h │ ├── time.h │ ├── varargs.h │ ├── windows.h │ └── windows.inc │ └── lib │ ├── libh.lib │ ├── lqbem.lib │ ├── mlibcr.lib │ ├── qbblibfp.lib │ └── slibce.lib ├── .gitignore ├── BUILD.BAT ├── C5.BAT ├── C6.BAT ├── README.MD ├── access ├── access.c ├── access.h ├── access.lnk ├── access.mak ├── comm.c ├── comm.h ├── datablk.c ├── datablk.h ├── defines.h ├── dialogs.c ├── dialogs.h ├── drv.c ├── drv.h ├── dvorak │ ├── copyrigh.inc │ ├── dseg.inc │ ├── kdfdv.asm │ ├── kdfeof.asm │ ├── kdflh2.asm │ ├── kdfnow.asm │ ├── kdfrh2.asm │ ├── keybmac.inc │ ├── keyboard.lnk │ ├── keybshar.inc │ ├── makefile │ ├── postequ.inc │ └── readme.txt ├── equip.asm ├── filter.asm ├── front.lnk ├── frontend.c ├── frontend.h ├── gide.c ├── gide.h ├── gideidef.h ├── globals.h ├── handicap.asm ├── hexout.asm ├── init.c ├── init.h ├── int9.c ├── int9.h ├── kbd.c ├── kbd.h ├── keyboard.inc ├── menudata.c ├── menudata.h ├── messages.c ├── messages.h ├── mou.c ├── mou.h ├── mousekey.asm ├── param.asm ├── pile.bat ├── serkeys.asm ├── serkeys.h ├── skdefs.h ├── startup.asm ├── stickeys.asm ├── timeout.asm ├── toggle.asm ├── vars.c └── vars.h ├── basastro.mak ├── baseimag ├── 12 │ ├── trans.bat │ └── transfer.bat ├── 144 │ ├── trans.bat │ └── transfer.bat └── makefile ├── binaries └── .gitkeep ├── bios ├── apmequ.inc ├── biosseg.inc ├── biostruc.inc ├── config.inc ├── copy.oak ├── devmark.inc ├── inc.asm ├── lpc.asm ├── makefile ├── makefile.oak ├── msbio.lnk ├── msbio.oak ├── msbio.skl ├── msbio.tag ├── msbio1.asm ├── msbio2.asm ├── msbior.lnk ├── mschar.asm ├── msdioctl.asm ├── msdisk.asm ├── msdskpr.inc ├── msend.asm ├── msequ.inc ├── msgroup.inc ├── msinit.asm ├── msint13.asm ├── msload.asm ├── multconf.txt ├── power.asm ├── power.inc ├── power21 │ ├── lpc.asm │ ├── power.asm │ ├── power.inc │ └── powermsg.inc ├── ptime.asm ├── rom8k.inc ├── romdinit.asm ├── romdrive.asm ├── romrd.asm ├── romrdhi.asm ├── romrdlo.asm ├── setcds │ ├── curdir.inc │ ├── magicdrv.inc │ ├── makefile │ ├── setcds.asm │ └── sysvar.inc ├── sysconf.asm ├── sysimes.asm ├── sysinit1.asm ├── sysinit2.asm └── syspre.asm ├── boot ├── boot.skl ├── boot11.inc ├── copy.oak ├── makefile └── msboot.asm ├── c6ers ├── appcomp │ ├── api.h │ ├── compress.c │ ├── decomp.c │ ├── doc │ │ ├── api.doc │ │ ├── header.doc │ │ ├── jj_descr.doc │ │ ├── using.doc │ │ └── zk_descr.doc │ ├── fmemset.asm │ ├── jjj1 │ │ ├── jjj1.h │ │ ├── jjj1comp.c │ │ ├── jjj1deco.c │ │ └── jjj1shar.c │ ├── lzss │ │ ├── lz.h │ │ ├── lzcomp.c │ │ └── lzshare.c │ ├── makeit.bat │ ├── mkfile2 │ ├── nc_xor1 │ │ └── nc_xor1.c │ ├── os2types.h │ ├── retcodes.h │ ├── sutkcomp.c │ ├── sutkcomp.h │ ├── sutkdeco.c │ ├── sutkshar.c │ ├── test │ │ ├── example1.c │ │ ├── example2.c │ │ ├── testrel6.bat │ │ └── testrel7.bat │ ├── tools │ │ ├── comptool.c │ │ ├── decomptl.c │ │ ├── strings.h │ │ └── tlshare.c │ └── zk1 │ │ ├── zk1.h │ │ ├── zk1comp.c │ │ └── zk1deco.c ├── choice │ ├── choice.asm │ ├── choice.bat │ ├── choice.tst │ └── makefile ├── interlnk │ ├── bell.asm │ ├── boxfunc.h │ ├── calldvr.asm │ ├── clone.c │ ├── crctab.asm │ ├── criterr.c │ ├── ctype.asm │ ├── cwfunc.h │ ├── cwuser.h │ ├── dc.h │ ├── devinfo.c │ ├── driver │ │ ├── block.asm │ │ ├── core.asm │ │ ├── current.sts │ │ ├── debug.mac │ │ ├── drivers.mac │ │ ├── drmain.asm │ │ ├── foo │ │ ├── init.asm │ │ ├── makefile │ │ ├── makefile.org │ │ ├── packets.mac │ │ ├── parallel.asm │ │ ├── printer.asm │ │ ├── serial.asm │ │ ├── vcd.inc │ │ ├── vild.asm │ │ ├── vild.def │ │ ├── vild.lnk │ │ ├── vmm.inc │ │ ├── vsd.inc │ │ └── vtd.inc │ ├── drivers.h │ ├── drivinfo.c │ ├── fxlib │ │ ├── clone.c │ │ ├── clonesub.asm │ │ ├── crctab.asm │ │ ├── fastlynx.h │ │ ├── fastlynx.inc │ │ ├── fastlynx.lrf │ │ ├── init.asm │ │ ├── listen.asm │ │ ├── loader.asm │ │ ├── macros.inc │ │ ├── makefile │ │ ├── makefile.org │ │ ├── model.inc │ │ ├── parallel.asm │ │ ├── querybio.asm │ │ ├── saveport.asm │ │ ├── sendrecv.asm │ │ ├── serial.asm │ │ └── server.h │ ├── getprog.asm │ ├── handler.c │ ├── int2f.asm │ ├── intersvr.lnk │ ├── longtoa.asm │ ├── main.c │ ├── makefile │ ├── makefile.lng │ ├── makefile.org │ ├── packets.h │ ├── paragon │ │ ├── include │ │ │ ├── bioskybd.h │ │ │ ├── dos.mac │ │ │ ├── osdep.h │ │ │ ├── osdep.mac │ │ │ ├── screen.h │ │ │ └── umfunc.h │ │ └── lib │ │ │ ├── b_keybrd.asm │ │ │ ├── bioskybd.c │ │ │ ├── biostick.asm │ │ │ ├── drawbox.c │ │ │ ├── e.bat │ │ │ ├── fmemcmpf.asm │ │ │ ├── fstrcpy.asm │ │ │ ├── htoi.asm │ │ │ ├── initscr.asm │ │ │ ├── justify.c │ │ │ ├── loadherc.c │ │ │ ├── makefile │ │ │ ├── makefile.org │ │ │ ├── memcpyf.asm │ │ │ ├── nullproc.asm │ │ │ ├── plibs.lrf │ │ │ ├── pstrlen.asm │ │ │ ├── readtick.asm │ │ │ ├── screen.c │ │ │ ├── scrmem.asm │ │ │ ├── scrsave.c │ │ │ ├── setcbrk.asm │ │ │ ├── strlenf.asm │ │ │ ├── strrepc.asm │ │ │ ├── strtcpy.asm │ │ │ └── strtcpyf.asm │ ├── percent.asm │ ├── print.c │ ├── setcerr.asm │ ├── str.h │ ├── switcher.asm │ ├── userform.h │ ├── version.c │ └── version.def ├── makefile ├── msd200a │ ├── _msd.h │ ├── ai.lib │ ├── auxcow.c │ ├── browse.c │ ├── bseerr.h │ ├── cedit.h │ ├── cgraphic.h │ ├── chips.asm │ ├── cominfo.c │ ├── computer.c │ ├── config.h │ ├── cow3a.usa │ ├── csdm.h │ ├── csdmtmpl.h │ ├── custinfo.c │ ├── cwindows.h │ ├── dcow3a.usa │ ├── devtab.c │ ├── dialogs.adm │ ├── dialogs.c │ ├── diskinfo.c │ ├── doslan.lib │ ├── extend.h │ ├── getinfo.c │ ├── hdropt.exe │ ├── id.inc │ ├── insert.c │ ├── irqinfo.c │ ├── is386.asm │ ├── lib │ │ ├── .gitkeep │ │ ├── chips.obj │ │ ├── drop.obj │ │ ├── is386.obj │ │ ├── md.obj │ │ ├── proclang.obj │ │ └── videoid.obj │ ├── lptinfo.c │ ├── makefile │ ├── md.asm │ ├── md.inc │ ├── meminfo.c │ ├── menu.c │ ├── menu.h │ ├── mousinfo.c │ ├── msd.c │ ├── msd.h │ ├── msd.ini │ ├── msdr.mak │ ├── msdsys.c │ ├── netbios2.h │ ├── netcons.h │ ├── neterr.h │ ├── netinfo.c │ ├── osinfo.c │ ├── othrinfo.c │ ├── pklite.exe │ ├── remutil.h │ ├── rptinfo.c │ ├── scr.c │ ├── scr.h │ ├── server.h │ ├── service.h │ ├── showinfo.c │ ├── sprninfo.c │ ├── srmenu.h │ ├── strings.h │ ├── suminfo.c │ ├── summary.c │ ├── tiga.h │ ├── tsrlist.c │ ├── txt.lib │ ├── typedefs.h │ ├── verinfo.c │ ├── version.h │ ├── video.c │ ├── videoid.asm │ ├── viewfile.c │ ├── winapi.h │ ├── wksta.h │ └── wndstruc.h ├── newcmds │ ├── deltree.c │ ├── makefile │ ├── move.c │ ├── readme.txt │ ├── setenv.bat │ └── toolib │ │ ├── cobjr │ │ └── .gitkeep │ │ ├── doc │ │ ├── args.txt │ │ ├── blank.txt │ │ ├── case.txt │ │ ├── connect.txt │ │ ├── contents.qh │ │ ├── ctime2l.txt │ │ ├── curdir.txt │ │ ├── cursor.txt │ │ ├── delnode.txt │ │ ├── enfile.txt │ │ ├── envorini.txt │ │ ├── error.txt │ │ ├── exec.txt │ │ ├── exetype.txt │ │ ├── fappend.txt │ │ ├── fastcopy.txt │ │ ├── fcopy.txt │ │ ├── fdelete.txt │ │ ├── fexpunge.txt │ │ ├── fgetl.txt │ │ ├── find.txt │ │ ├── fmove.txt │ │ ├── forfile.txt │ │ ├── forsemi.txt │ │ ├── freespac.txt │ │ ├── ftw.txt │ │ ├── getattr.txt │ │ ├── getl.txt │ │ ├── headers │ │ │ ├── args │ │ │ ├── blank │ │ │ ├── connect │ │ │ ├── ctime2l │ │ │ ├── curdir │ │ │ ├── cursor │ │ │ ├── delnode │ │ │ ├── enfile │ │ │ ├── envorini │ │ │ ├── error │ │ │ ├── exetype │ │ │ ├── fappend │ │ │ ├── fastcopy │ │ │ ├── fcopy │ │ │ ├── fdelete │ │ │ ├── fexpunge │ │ │ ├── fgetl │ │ │ ├── find │ │ │ ├── fmove │ │ │ ├── forfile │ │ │ ├── forsemi │ │ │ ├── fputl │ │ │ ├── freespac │ │ │ ├── ftw │ │ │ ├── getattr │ │ │ ├── getl │ │ │ ├── heapchk │ │ │ ├── heapdump │ │ │ ├── init │ │ │ ├── int │ │ │ ├── kbhit │ │ │ ├── line.txt │ │ │ ├── mapenv │ │ │ ├── mapstr │ │ │ ├── match │ │ │ ├── maxmin │ │ │ ├── mgetl │ │ │ ├── mkhdr.cmd │ │ │ ├── move │ │ │ ├── ntoi │ │ │ ├── opendir │ │ │ ├── pathcat │ │ │ ├── pathchr │ │ │ ├── pathopen │ │ │ ├── pgetl │ │ │ ├── pipe │ │ │ ├── pname │ │ │ ├── root │ │ │ ├── rspawn │ │ │ ├── scrolldn │ │ │ ├── scrollup │ │ │ ├── setattr │ │ │ ├── strcmps │ │ │ ├── string │ │ │ ├── strpfx │ │ │ ├── strpre │ │ │ ├── swchng │ │ │ ├── untab │ │ │ ├── update │ │ │ ├── vector │ │ │ ├── xtab │ │ │ └── zalloc │ │ ├── heapchk.txt │ │ ├── heapdump.txt │ │ ├── index.qh │ │ ├── init.txt │ │ ├── int.txt │ │ ├── kbhit.txt │ │ ├── mapenv.txt │ │ ├── mapstr.txt │ │ ├── match.txt │ │ ├── maxmin.txt │ │ ├── mgetl.txt │ │ ├── move.txt │ │ ├── ntoi.txt │ │ ├── opendir.txt │ │ ├── pathcat.txt │ │ ├── pathchr.txt │ │ ├── pathopen.txt │ │ ├── pgetl.txt │ │ ├── pipe.txt │ │ ├── pname.txt │ │ ├── root.txt │ │ ├── rspawn.txt │ │ ├── scrolldn.txt │ │ ├── scrollup.txt │ │ ├── setattr.txt │ │ ├── strcmps.txt │ │ ├── string.txt │ │ ├── strpfx.txt │ │ ├── swchng.txt │ │ ├── untab.txt │ │ ├── update.txt │ │ ├── vector.txt │ │ └── zalloc.txt │ │ ├── h │ │ ├── args.h │ │ ├── cmacros.inc │ │ ├── dir.h │ │ ├── dirent.h │ │ ├── doscalls.inc │ │ ├── exe.h │ │ ├── fcb.h │ │ ├── ftw.h │ │ ├── librules.mak │ │ ├── mapstr.h │ │ ├── parse.h │ │ ├── rm.h │ │ ├── rules.mak │ │ ├── strpfx.h │ │ ├── subcalls.inc │ │ ├── times.h │ │ ├── tools.h │ │ └── ttypes.h │ │ ├── lib │ │ └── .gitkeep │ │ ├── lobjr │ │ └── .gitkeep │ │ ├── makefile │ │ ├── mobjr │ │ └── .gitkeep │ │ ├── sobjr │ │ └── .gitkeep │ │ └── src │ │ ├── args.c │ │ ├── blank.asm │ │ ├── connect.c │ │ ├── crterr.asm │ │ ├── ctime2l.c │ │ ├── curdir.c │ │ ├── cursor.asm │ │ ├── delnode.c │ │ ├── enfile.c │ │ ├── envorini.c │ │ ├── error.c │ │ ├── exetype.c │ │ ├── fappend.c │ │ ├── fastcopy.c │ │ ├── fcopy.c │ │ ├── fdelete.c │ │ ├── fexpunge.c │ │ ├── fgetl.c │ │ ├── find.c │ │ ├── fmove.c │ │ ├── forfile.c │ │ ├── forsemi.c │ │ ├── fputl.c │ │ ├── freespac.c │ │ ├── ftw.c │ │ ├── getattr.c │ │ ├── getl.asm │ │ ├── heapchk.c │ │ ├── heapdump.c │ │ ├── init.c │ │ ├── int.asm │ │ ├── kbhit.asm │ │ ├── makefile │ │ ├── mapenv.c │ │ ├── mapstr.c │ │ ├── match.c │ │ ├── maxmin.asm │ │ ├── mgetl.c │ │ ├── mkpath.c │ │ ├── move.asm │ │ ├── msexec.c │ │ ├── msspawn.asm │ │ ├── ntoi.c │ │ ├── opendir.c │ │ ├── pathcat.c │ │ ├── pathchr.c │ │ ├── pathopen.c │ │ ├── pgetl.c │ │ ├── pipe.c │ │ ├── pname.c │ │ ├── root.c │ │ ├── rspawn.c │ │ ├── scrolldn.asm │ │ ├── scrollup.asm │ │ ├── setattr.c │ │ ├── strcmps.c │ │ ├── string.c │ │ ├── stripfx.c │ │ ├── strpfx.c │ │ ├── strpre.asm │ │ ├── swchng.c │ │ ├── untab.asm │ │ ├── update.c │ │ ├── vector.c │ │ ├── xtab.c │ │ ├── zalloc.c │ │ ├── zsleep.c │ │ └── ztoolasm.c ├── smartmon │ ├── auto.c │ ├── bambi.inc │ ├── busydrv.bmp │ ├── drive.c │ ├── drives.bmp │ ├── idledrv.bmp │ ├── int2f.asm │ ├── log.c │ ├── makefile │ ├── rate.c │ ├── smartdrg.ico │ ├── smartmon.c │ ├── smartmon.def │ ├── smartmon.h │ ├── smartmon.hlp │ ├── smartmon.hpj │ ├── smartmon.rc │ ├── smartmon.rcv │ ├── smartmon.rtf │ ├── status.c │ └── util.asm ├── tools6 │ ├── bin │ │ ├── DEVLIB.EXE │ │ ├── MAPSYM32.EXE │ │ ├── STRIPDD.EXE │ │ ├── STRIPZ.EXE │ │ ├── SYMLIB.EXE │ │ ├── addhdr.exe │ │ ├── asc2hlp.exe │ │ ├── attr.exe │ │ ├── bind.exe │ │ ├── buildidx.exe │ │ ├── buildmsg.exe │ │ ├── c1.err │ │ ├── c1.exe │ │ ├── c1l.exe │ │ ├── c2.exe │ │ ├── c23.err │ │ ├── c3.exe │ │ ├── chmode.exe │ │ ├── cl.err │ │ ├── cl.exe │ │ ├── cl.msg │ │ ├── compress.exe │ │ ├── convert.exe │ │ ├── cv.exe │ │ ├── cv.hlp │ │ ├── cvlink.exe │ │ ├── cvpack.exe │ │ ├── dbof.exe │ │ ├── de21.exe │ │ ├── dmake.exe │ │ ├── dosdata.exe │ │ ├── errout.exe │ │ ├── exe2bin.exe │ │ ├── exefix.exe │ │ ├── exehdr.exe │ │ ├── exemod.exe │ │ ├── expand.exe │ │ ├── fixshift.com │ │ ├── getsize.exe │ │ ├── helpmake.exe │ │ ├── himem.sys │ │ ├── ilink.exe │ │ ├── ilinkstb.ovl │ │ ├── imdump.exe │ │ ├── imget.exe │ │ ├── implib.exe │ │ ├── includes.exe │ │ ├── includes.hlp │ │ ├── index.exe │ │ ├── lib.exe │ │ ├── link.exe │ │ ├── link386.exe │ │ ├── mapsym.exe │ │ ├── masm.exe │ │ ├── masm400.exe │ │ ├── masm5.exe │ │ ├── masm500.exe │ │ ├── menubld.exe │ │ ├── mes.exe │ │ ├── mkimage.exe │ │ ├── ml.err │ │ ├── ml.exe │ │ ├── mouse.com │ │ ├── msherc.com │ │ ├── netime.exe │ │ ├── new-conf.sys │ │ ├── new-vars.bat │ │ ├── nmake.exe │ │ ├── nmk.com │ │ ├── nosrv.exe │ │ ├── nosrvbld.exe │ │ ├── qcc.exe │ │ ├── qh.exe │ │ ├── ramdrive.sys │ │ ├── rc.exe │ │ ├── rcpp.err │ │ ├── rcpp.exe │ │ ├── rdinstal.exe │ │ ├── readme.doc │ │ ├── reloc.exe │ │ ├── return0.com │ │ ├── rm.exe │ │ ├── sed.exe │ │ ├── setup.exe │ │ ├── source │ │ │ ├── buildidx │ │ │ │ ├── buildidx.c │ │ │ │ └── makefile │ │ │ ├── buildmsg │ │ │ │ ├── buildmsg.c │ │ │ │ ├── buildmsg.h │ │ │ │ └── makefile │ │ │ ├── getsize │ │ │ │ ├── getsize.c │ │ │ │ ├── getsize.c.bak │ │ │ │ └── makefile │ │ │ ├── h2inc │ │ │ │ ├── h2inc.c │ │ │ │ ├── h2inc.doc │ │ │ │ └── makefile │ │ │ ├── index │ │ │ │ ├── index.c │ │ │ │ └── makefile │ │ │ ├── makefile │ │ │ ├── stripdd │ │ │ │ ├── makefile │ │ │ │ └── stripdd.c │ │ │ └── stripz │ │ │ │ ├── makefile │ │ │ │ └── stripz.c │ │ ├── split.exe │ │ ├── symdeb.exe │ │ ├── tagit.exe │ │ ├── tools.ini │ │ ├── undel.exe │ │ └── winstub.exe │ ├── include │ │ ├── assert.h │ │ ├── bios.h │ │ ├── bios.inc │ │ ├── cmacros.inc │ │ ├── common.ver │ │ ├── conio.h │ │ ├── ctype.h │ │ ├── direct.h │ │ ├── dos.h │ │ ├── dos.inc │ │ ├── errno.h │ │ ├── ext.h │ │ ├── fcntl.h │ │ ├── float.h │ │ ├── graph.h │ │ ├── io.h │ │ ├── limits.h │ │ ├── locale.h │ │ ├── malloc.h │ │ ├── math.h │ │ ├── memory.h │ │ ├── mixed.inc │ │ ├── pgchart.h │ │ ├── process.h │ │ ├── search.h │ │ ├── setjmp.h │ │ ├── share.h │ │ ├── shellapi.h │ │ ├── signal.h │ │ ├── stdarg.h │ │ ├── stddef.h │ │ ├── stdio.h │ │ ├── stdlib.h │ │ ├── string.h │ │ ├── sys │ │ │ ├── locking.h │ │ │ ├── stat.h │ │ │ ├── timeb.h │ │ │ ├── types.h │ │ │ └── utime.h │ │ ├── time.h │ │ ├── varargs.h │ │ ├── ver.h │ │ ├── version.h │ │ ├── windows.h │ │ └── windowsx.h │ ├── lib │ │ ├── GRAPHICS.LIB │ │ ├── api.lib │ │ ├── binmode.obj │ │ ├── clibc7.lib │ │ ├── clibce.lib │ │ ├── crtcom.lib │ │ ├── extsup.lib │ │ ├── fileinfo.obj │ │ ├── libw.lib │ │ ├── llibc7.lib │ │ ├── llibce.lib │ │ ├── lzexpm.lib │ │ ├── mlibc7.lib │ │ ├── mlibce.lib │ │ ├── rmfixup.obj │ │ ├── setargv.obj │ │ ├── shell.lib │ │ ├── slibc7.lib │ │ ├── slibce.lib │ │ ├── slibcew.lib │ │ ├── txtonly.obj │ │ ├── varstck.obj │ │ └── verm.lib │ └── tmp │ │ └── .gitkeep └── toolsvr │ ├── inc │ ├── dir.h │ ├── exe.h │ ├── fcb.h │ ├── parse.h │ ├── rules.mak │ ├── times.h │ ├── tools.h │ └── ttypes.h │ └── lib │ └── stoolsr.lib ├── clean.bat ├── cmd ├── adddrv │ ├── _msgret.asm │ ├── _msgret.h │ ├── adddrv.c │ ├── adddrv.lnk │ ├── adddrv.skl │ ├── addsub.c │ ├── addsub.h │ ├── bin2txt.c │ ├── bio.asm │ ├── bio.h │ ├── common.h │ ├── deldrv.c │ ├── deldrv.lnk │ ├── didd.h │ ├── exehigh.c │ ├── hardint.asm │ ├── hardint.h │ ├── init.asm │ ├── keys.asm │ ├── keys.h │ ├── lpointer.h │ ├── lpstring.c │ ├── lpstring.h │ ├── makefile │ ├── makefile.b │ ├── mesext.h │ ├── oem.c │ ├── oem.h │ ├── oem2.h │ ├── portliba.asm │ ├── portliba.h │ ├── signal.h │ ├── struct.h │ ├── syncsigl.c │ ├── syncsigl.h │ ├── typedef.h │ └── types.h ├── append │ ├── append.asm │ ├── append.skl │ ├── appendm.asm │ ├── appendp.inc │ ├── makefile │ └── sysmac.lib ├── assign │ ├── assgmain.asm │ ├── assgmsg.inc │ ├── assgparm.asm │ ├── assgparm.inc │ ├── assign.skl │ └── makefile ├── attrib │ ├── _msgret.asm │ ├── _parse.asm │ ├── attrib.c │ ├── attrib.h │ ├── attrib.lnk │ ├── attrib.skl │ ├── attrib.tag │ ├── attriba.asm │ ├── makefile │ ├── msgret.h │ ├── parse.h │ └── proto.h ├── backup │ ├── _msgret.asm │ ├── _parse.asm │ ├── backpars.h │ ├── backup.c │ ├── backup.h │ ├── backup.lnk │ ├── backup.skl │ ├── backup.tag │ └── makefile ├── build.oak ├── chkdsk │ ├── chkchng.inc │ ├── chkdata.inc │ ├── chkdisk.asm │ ├── chkdisp.asm │ ├── chkdsk.fls │ ├── chkdsk.lnk │ ├── chkdsk.skl │ ├── chkdsk.tag │ ├── chkdsk1.asm │ ├── chkdsk2.asm │ ├── chkequ.inc │ ├── chkfat.asm │ ├── chkinit.asm │ ├── chkmacro.inc │ ├── chkmsg.inc │ ├── chkparse.inc │ ├── chkprmt.asm │ ├── chkproc.asm │ ├── chkproc2.asm │ ├── chkseg.inc │ ├── makefile │ ├── pathmac.inc │ └── spawn.asm ├── cmd.tag ├── command │ ├── buildmsg.c │ ├── comequ.asm │ ├── command.lnk │ ├── command.skl │ ├── command.tag │ ├── command1.asm │ ├── command2.asm │ ├── comseg.asm │ ├── comsw.asm │ ├── copy.asm │ ├── copy.oak │ ├── copypr1.asm │ ├── copypr2.asm │ ├── cparse.asm │ ├── cratio.asm │ ├── dir.asm │ ├── envdata.asm │ ├── fordata.asm │ ├── help.skl │ ├── ifequ.asm │ ├── init.asm │ ├── iparse.asm │ ├── loadhi.asm │ ├── makefile │ ├── makefile.oak │ ├── makefile.old │ ├── minicmd │ │ ├── copy.oak │ │ ├── dataseg.asm │ │ ├── dataseg.inc │ │ ├── makefile │ │ ├── minicmd.asm │ │ ├── minicmd.inc │ │ ├── minicmd.tag │ │ ├── rammake │ │ └── romhead.asm │ ├── parse2.asm │ ├── path1.asm │ ├── path2.asm │ ├── rdata.asm │ ├── readme.txt │ ├── resmsg.equ │ ├── rom.lnk │ ├── romhead.asm │ ├── romldr.asm │ ├── romres.asm │ ├── romstub │ │ ├── command.asm │ │ ├── copy.oak │ │ └── makefile │ ├── rucode.asm │ ├── stub.asm │ ├── 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 │ ├── tranmsg.asm │ ├── tspc.asm │ ├── tucode.asm │ └── uinit.asm ├── comp │ ├── comp.c │ ├── comp.h │ ├── comp.tag │ └── makefile ├── cps │ ├── build.oak │ ├── makefile │ ├── makefile.oak │ ├── mirror │ │ ├── copy.oak │ │ ├── makefile │ │ ├── mir_dtrk.asm │ │ ├── mir_last.asm │ │ ├── mir_main.asm │ │ ├── mir_org.asm │ │ ├── mir_prtn.asm │ │ └── mirror.tag │ ├── rebuild │ │ ├── copy.oak │ │ ├── makefile │ │ ├── makefile.oak │ │ ├── rebuild.tag │ │ ├── uf_incl.inc │ │ ├── uf_io.asm │ │ ├── uf_jims.asm │ │ ├── uf_jmsg.asm │ │ ├── uf_last.asm │ │ ├── uf_main.asm │ │ ├── uf_msg.asm │ │ ├── uf_org.asm │ │ └── uf_partn.asm │ └── utils │ │ ├── make.exe │ │ ├── pklite.exe │ │ └── pmake.exe ├── csource.txt ├── debug │ ├── 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.lnk │ ├── debug.skl │ ├── debug.tag │ ├── makefile │ ├── sysver.fal │ ├── sysver.inc │ └── sysver.tru ├── diskcomp │ ├── compinit.asm │ ├── dcmpmacr.inc │ ├── dcompms.inc │ ├── dcompp.asm │ ├── dcomppar.asm │ ├── dcompsm.asm │ ├── diskcomp.asm │ ├── diskcomp.equ │ ├── diskcomp.lnk │ ├── diskcomp.skl │ └── makefile ├── diskcopy │ ├── copyinit.asm │ ├── dcopyms.inc │ ├── dcopyp.asm │ ├── dcopypar.asm │ ├── dcopysm.asm │ ├── dcpymacr.inc │ ├── diskcopy.asm │ ├── diskcopy.equ │ ├── diskcopy.lnk │ ├── diskcopy.tag │ ├── ibm.skl │ ├── makefile │ └── message.skl ├── doskey │ ├── buffer.asm │ ├── copy.oak │ ├── display.asm │ ├── doskey.asm │ ├── doskey.lnk │ ├── doskey.skl │ ├── doskey.tag │ ├── gendef.inc │ ├── makefile │ ├── template.asm │ └── trans.asm ├── edlin │ ├── edlcmd1.asm │ ├── edlcmd2.asm │ ├── edlequ.asm │ ├── edlin.asm │ ├── edlin.lnk │ ├── edlin.skl │ ├── edlmes.asm │ ├── edlparse.asm │ ├── edlstdsw.inc │ └── makefile ├── exe2bin │ ├── display.asm │ ├── e2bchng.inc │ ├── e2bequ.inc │ ├── e2binit.asm │ ├── e2bmacro.inc │ ├── e2bparse.inc │ ├── e2btable.inc │ ├── exe2bin.lnk │ ├── exe2bin.skl │ ├── exe2bin.tag │ └── makefile ├── expand │ ├── cmacros.inc │ ├── dosdir.asm │ ├── dosdir.pro │ ├── doslzexp.c │ ├── doslzexp.h │ ├── doslzexp.pro │ ├── expand.c │ ├── expand.h │ ├── expand.pro │ ├── expand.tag │ ├── ioctl.inc │ ├── makefile │ └── sulib.h ├── fastopen │ ├── fastinit.asm │ ├── fastopen.asm │ ├── fastopen.lnk │ ├── fastopen.skl │ ├── fastopen.tag │ ├── fastopen.txt │ ├── fastp.asm │ ├── fastsegs.inc │ ├── fastsm.asm │ └── makefile ├── fc │ ├── error.c │ ├── fc.c │ ├── fc.h │ ├── fc.lnk │ ├── fc.tag │ ├── fgetl.c │ ├── getl.asm │ ├── internat.h │ ├── itoupper.asm │ ├── kstring.c │ ├── makefile │ ├── maxmin.asm │ ├── move.asm │ ├── ntoi.c │ ├── string.asm │ ├── syserr.c │ ├── tools.h │ ├── ttypes.h │ ├── update.c │ └── xtab.asm ├── fdisk │ ├── _msgret.asm │ ├── _parse.asm │ ├── bootrec.asm │ ├── c_menus.c │ ├── convert.c │ ├── copy.oak │ ├── d_menus.c │ ├── diskout.c │ ├── display.c │ ├── dos.h │ ├── doscall.h │ ├── extern.h │ ├── fdboot.asm │ ├── fdchng.inc │ ├── fdisk.c │ ├── fdisk.h │ ├── fdisk.lnk │ ├── fdisk.msg │ ├── fdisk.skl │ ├── fdisk.tag │ ├── fdisk5.skl │ ├── fdiskmsg.h │ ├── fdparse.c │ ├── global.c │ ├── input.c │ ├── int13.c │ ├── main.c │ ├── mainmenu.c │ ├── makefile │ ├── makepart.c │ ├── menubld.exe │ ├── messages.c │ ├── msgret.h │ ├── orig │ │ ├── FDISK.EXE │ │ └── FDISK.idb │ ├── parse.h │ ├── partinfo.c │ ├── print.h │ ├── profile.c │ ├── profile.h │ ├── reboot.asm │ ├── rempart.c │ ├── space.c │ ├── subtype.h │ ├── tdisplay.c │ ├── test.h │ ├── vdisplay.c │ └── video.c ├── find │ ├── find.asm │ ├── find.inc │ ├── find.lnk │ ├── find.skl │ ├── find.tag │ ├── findmes.asm │ └── makefile ├── format │ ├── copy.oak │ ├── display.asm │ ├── dskfrmt.asm │ ├── filesize.inc │ ├── forchng.inc │ ├── forequ.inc │ ├── forexec.asm │ ├── forinit.asm │ ├── forlabel.asm │ ├── formacro.inc │ ├── format.asm │ ├── format.doc │ ├── format.lnk │ ├── format.skl │ ├── format.tag │ ├── formsg.inc │ ├── forparse.inc │ ├── forproc.asm │ ├── forswtch.inc │ ├── glblinit.asm │ ├── makefile │ ├── msfor.asm │ ├── phase1.asm │ ├── safe.inc │ ├── safedef.inc │ ├── safefmt.doc │ └── switch_s.asm ├── graftabl │ ├── graftabl.lnk │ ├── graftabl.skl │ ├── grtab.asm │ ├── grtabcf.asm │ ├── grtabee.asm │ ├── grtabhan.asm │ ├── grtabml.asm │ ├── grtabms.inc │ ├── grtabno.asm │ ├── grtabp.asm │ ├── grtabpar.asm │ ├── grtabpo.asm │ ├── grtabsm.asm │ ├── grtabus.asm │ └── makefile ├── graphics │ ├── graphics.asm │ ├── graphics.lnk │ ├── graphics.pro │ ├── graphics.skl │ ├── 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 │ └── makefile ├── help │ ├── help.c │ ├── help.tag │ ├── helper.asm │ ├── makefile │ └── proto.h ├── join │ ├── _msgret.asm │ ├── _parse.asm │ ├── join.c │ ├── join.h │ ├── join.lnk │ ├── join.skl │ ├── joinpars.h │ └── makefile ├── keyb │ ├── commsubs.asm │ ├── commsubs.inc │ ├── copy.oak │ ├── kbmsg.inc │ ├── keyb.asm │ ├── keyb.lnk │ ├── keyb.skl │ ├── keyb.tag │ ├── keyb2 │ │ ├── commsubs.asm │ │ ├── commsubs.inc │ │ ├── kbmsg.inc │ │ ├── keyb.asm │ │ ├── keyb.lnk │ │ ├── keyb.skl │ │ ├── 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 │ │ ├── keybmsg.inc │ │ ├── keybshar.inc │ │ ├── keybsys.inc │ │ ├── keybtbbl.asm │ │ ├── keybtbbl.inc │ │ ├── makefile │ │ ├── parser.asm │ │ └── readme.txt │ ├── keybcmd.asm │ ├── keybcmd.inc │ ├── keybcpsd.asm │ ├── keybcpsd.inc │ ├── keybdcl.inc │ ├── keybequ.inc │ ├── keybi2f.asm │ ├── keybi2f.inc │ ├── keybi9.asm │ ├── keybi9.inc │ ├── keybi9c.asm │ ├── keybi9c.inc │ ├── keybmsg.inc │ ├── keybsys.inc │ ├── keybtbbl.asm │ ├── keybtbbl.inc │ ├── makefile │ └── parser.asm ├── label │ ├── label.c │ ├── label.h │ ├── label.tag │ └── makefile ├── loadfix │ ├── loadfix.asm │ └── makefile ├── makefile ├── makefile.oak ├── mem │ ├── _msgret.asm │ ├── chkvdisk.asm │ ├── emm386.asm │ ├── lines.asm │ ├── makefile │ ├── mem.c │ ├── mem.lnk │ ├── mem.skl │ ├── mem.tag │ ├── membase.c │ ├── memctrlc.c │ ├── memex.c │ ├── msgdef.h │ ├── submsg.c │ ├── value │ ├── wintest.asm │ ├── xmm.h │ └── xms.asm ├── mode │ ├── common.stc │ ├── copy.oak │ ├── display.asm │ ├── invoke.asm │ ├── main.asm │ ├── makefile │ ├── mode.lnk │ ├── mode.skl │ ├── mode.tag │ ├── modecom.asm │ ├── modecp.asm │ ├── modecpeq.inc │ ├── modecpms.inc │ ├── modecpro.inc │ ├── modedefs.inc │ ├── modeecho.asm │ ├── modeleng.asm │ ├── modemes.asm │ ├── modepars.asm │ ├── modeprin.asm │ ├── modequat.inc │ ├── modescrn.asm │ ├── modesubs.inc │ ├── modevid.asm │ ├── parshell.asm │ ├── rescode.asm │ ├── scrntab.asm │ └── typamat.asm ├── more │ ├── makefile │ ├── more.asm │ ├── more.inc │ ├── more.lnk │ └── more.skl ├── nlsfunc │ ├── doesmac.inc │ ├── funcdbcs.inc │ ├── funcparm.inc │ ├── makefile │ ├── msg2nls.inc │ ├── nlsfunc.asm │ ├── nlsfunc.skl │ └── nlsparm.asm ├── print │ ├── makefile │ ├── pridefs.asm │ ├── pridefs.inc │ ├── print.lnk │ ├── print.skl │ ├── print.tag │ ├── print_r.asm │ ├── print_rm.asm │ ├── print_t.asm │ └── print_tm.asm ├── printfix │ ├── copy.oak │ ├── makefile │ ├── printfix.asm │ └── printfix.inc ├── qbasic │ ├── edit.com │ ├── edit.hlp │ ├── gorilla.bas │ ├── help.com │ ├── help.hlp │ ├── help.oem │ ├── makefile │ ├── money.bas │ ├── msherc.com │ ├── nibbles.bas │ ├── qbasic.exe │ ├── qbasic.hlp │ └── remline.bas ├── recover │ ├── makefile │ ├── pathmac.inc │ ├── recchng.inc │ ├── recdata.inc │ ├── recdisp.asm │ ├── recequ.inc │ ├── recinit.asm │ ├── recmacro.inc │ ├── recmsg.inc │ ├── recover.asm │ ├── recover.lnk │ ├── recover.skl │ ├── recover.tag │ ├── recparse.inc │ ├── recproc.asm │ ├── recpub.inc │ └── recseg.inc ├── redir │ ├── DMDRVR.BI_ │ ├── XBIOS.OV_ │ ├── dmdrvr.bin │ ├── ipx.obj │ ├── makefile │ ├── net.exe │ ├── net5.com │ ├── netbeui.dos │ ├── netwksta.1xe │ ├── netwksta.2xe │ ├── redir.1xe │ ├── redir.2xe │ ├── setname.exe │ ├── sstor.sys │ ├── tbmi2.com │ └── xbios.ovl ├── replace │ ├── _msgret.asm │ ├── _parse.asm │ ├── _replace.asm │ ├── makefile │ ├── replace.c │ ├── replace.h │ ├── replace.lnk │ ├── replace.skl │ ├── replace.tag │ └── replacep.h ├── restore │ ├── _msgret.asm │ ├── _parse.asm │ ├── direct.h │ ├── makefile │ ├── restore.c │ ├── restore.lnk │ ├── restore.skl │ ├── restore.tag │ ├── restpars.c │ ├── restpars.h │ ├── rt.h │ ├── rt1.h │ ├── rt2.h │ ├── rtdo.c │ ├── rtdo1.c │ ├── rtfile.c │ ├── rtfile1.c │ ├── rtnew.c │ ├── rtnew1.c │ ├── rtold.c │ ├── rtold1.c │ ├── rtt.c │ ├── rtt1.c │ ├── rtt2.c │ ├── rtt3.c │ └── wrwdefs.h ├── setver │ ├── copy.oak │ ├── device.asm │ ├── dos.asm │ ├── makefile │ ├── parse.c │ ├── setver.c │ ├── setver.doc │ ├── setver.h │ └── setver.tag ├── share │ ├── gshare.asm │ ├── gshare2.asm │ ├── makefile │ ├── share.lnk │ ├── share.skl │ ├── share.tag │ ├── sharehdr.inc │ ├── sharelnk.asm │ └── sharesr.asm ├── sort │ ├── copy.oak │ ├── makefile │ ├── sort.asm │ ├── sort.lnk │ ├── sort.skl │ └── sort.tag ├── subst │ ├── _msgret.asm │ ├── _parse.asm │ ├── makefile │ ├── subst.c │ ├── subst.h │ ├── subst.lnk │ ├── subst.skl │ └── substpar.h ├── sys │ ├── copy.oak │ ├── makefile │ ├── path.asm │ ├── sys.lnk │ ├── sys.skl │ ├── sys.tag │ ├── sys1.asm │ ├── sys2.asm │ ├── syshdr.inc │ └── syssr.asm ├── tree │ ├── makefile │ ├── tree.asm │ ├── tree.lnk │ ├── tree.skl │ ├── treems.inc │ ├── treepar.asm │ ├── treequ.inc │ ├── treesysm.asm │ └── treesysp.asm ├── wina20 │ ├── makefile │ └── wina20.386 └── xcopy │ ├── dos.equ │ ├── makefile │ ├── xcopy.asm │ ├── xcopy.equ │ ├── xcopy.lnk │ ├── xcopy.skl │ ├── xcopypar.asm │ ├── xcpyinit.asm │ ├── xinitmsg.equ │ └── xmainmsg.equ ├── compress └── .gitkeep ├── copyr.txt ├── dev ├── ansi │ ├── ansi.asm │ ├── ansi.inc │ ├── ansi.lnk │ ├── ansi.skl │ ├── ansi.tag │ ├── ansiinit.asm │ ├── ansivid.inc │ ├── copy.oak │ ├── ioctl.asm │ ├── makefile │ └── parser.asm ├── build.oak ├── country │ ├── cntry2 │ │ ├── country.asm │ │ ├── makefile │ │ └── mkcntry.inc │ ├── country.asm │ ├── makefile │ └── mkcntry.inc ├── display │ ├── copy.oak │ ├── cps-func.inc │ ├── def-equ.inc │ ├── display.asm │ ├── display.lnk │ ├── display.skl │ ├── display.tag │ ├── dispmes.asm │ ├── ega │ │ ├── 437-8x14.asm │ │ ├── 437-8x16.asm │ │ ├── 437-8x8.asm │ │ ├── 437-cpi.asm │ │ ├── 850-8x14.asm │ │ ├── 850-8x16.asm │ │ ├── 850-8x8.asm │ │ ├── 850-cpi.asm │ │ ├── 852-8x14.asm │ │ ├── 852-8x16.asm │ │ ├── 852-8x8.asm │ │ ├── 852-cpi.asm │ │ ├── 860-8x14.asm │ │ ├── 860-8x16.asm │ │ ├── 860-8x8.asm │ │ ├── 860-cpi.asm │ │ ├── 863-8x14.asm │ │ ├── 863-8x16.asm │ │ ├── 863-8x8.asm │ │ ├── 863-cpi.asm │ │ ├── 865-8x14.asm │ │ ├── 865-8x16.asm │ │ ├── 865-8x8.asm │ │ ├── 865-cpi.asm │ │ ├── copy.oak │ │ ├── copyrigh.asm │ │ ├── cpi-head.asm │ │ ├── ega.lnk │ │ └── makefile │ ├── ega2 │ │ ├── 437-8x14.asm │ │ ├── 437-8x16.asm │ │ ├── 437-8x8.asm │ │ ├── 437-cpi.asm │ │ ├── 850-8x14.asm │ │ ├── 850-8x16.asm │ │ ├── 850-8x8.asm │ │ ├── 850-cpi.asm │ │ ├── 852-8x14.asm │ │ ├── 852-8x16.asm │ │ ├── 852-8x8.asm │ │ ├── 852-cpi.asm │ │ ├── 860-8x14.asm │ │ ├── 860-8x16.asm │ │ ├── 860-8x8.asm │ │ ├── 860-cpi.asm │ │ ├── 863-8x14.asm │ │ ├── 863-8x16.asm │ │ ├── 863-8x8.asm │ │ ├── 863-cpi.asm │ │ ├── 865-8x14.asm │ │ ├── 865-8x16.asm │ │ ├── 865-8x8.asm │ │ ├── 865-cpi.asm │ │ ├── copy.oak │ │ ├── copyrigh.asm │ │ ├── cpi-head.asm │ │ ├── ega.lnk │ │ ├── makefile │ │ └── readme.txt │ ├── f-parser.inc │ ├── init.asm │ ├── int10com.inc │ ├── int2fcom.inc │ ├── lcd │ │ ├── 437-cpi.asm │ │ ├── 850-cpi.asm │ │ ├── 860-cpi.asm │ │ ├── 863-cpi.asm │ │ ├── 865-cpi.asm │ │ ├── copy.oak │ │ ├── copyrigh.asm │ │ ├── font-r3.asm │ │ ├── lcd.lnk │ │ └── makefile │ ├── macros.inc │ ├── makefile │ ├── parser.asm │ ├── tables.inc │ ├── write.inc │ └── zero.dat ├── driver │ ├── driver.asm │ ├── driver.lnk │ ├── driver.mak │ ├── driver.skl │ ├── driver.tag │ └── makefile ├── ega │ ├── ega.asm │ ├── ega.inc │ ├── int10rtn.inc │ └── makefile ├── emm386 │ ├── a20trap.asm │ ├── allocmem.asm │ ├── allocmem.inc │ ├── ascii_sm.equ │ ├── buglib.lib │ ├── copy.oak │ ├── dbg.asm │ ├── dbg.inc │ ├── debmac.inc │ ├── desc.inc │ ├── dma.inc │ ├── dmaeisa.asm │ ├── dmaps2.asm │ ├── dmaserv.asm │ ├── dmatrap.asm │ ├── driver.equ │ ├── driver.inc │ ├── eisaex.inc │ ├── ekbd.asm │ ├── elimfunc.asm │ ├── elimfunc.new │ ├── emm.asm │ ├── emm386.inc │ ├── emm386.tag │ ├── emm40.asm │ ├── emmdata.asm │ ├── emmdata.inc │ ├── emmfunct.asm │ ├── emmfunct.inc │ ├── emminit.asm │ ├── emmutils.asm │ ├── errhndlr.asm │ ├── except.asm │ ├── i13.inc │ ├── i286.asm │ ├── i386.asm │ ├── init.asm │ ├── initdeb.asm │ ├── int15.asm │ ├── iotrap.asm │ ├── kbd.asm │ ├── kbd.inc │ ├── lhvxd │ │ ├── copy.oak │ │ ├── copyinst.asm │ │ ├── debug.inc │ │ ├── dosmgr.inc │ │ ├── instance.inc │ │ ├── instinit.asm │ │ ├── instswap.asm │ │ ├── loadhi.asm │ │ ├── loadhi.def │ │ ├── loadhi.doc │ │ ├── loadhi.obj │ │ ├── makefile │ │ ├── makefile.oak │ │ ├── makeflag.mk │ │ ├── opttest.inc │ │ ├── readme.txt │ │ ├── umb.asm │ │ ├── v86mmgr.inc │ │ ├── vdd2.inc │ │ └── vmm.inc │ ├── makefile │ ├── makefile.oak │ ├── memm.lnk │ ├── memm386.asm │ ├── memm_msg.inc │ ├── memmd.lnk │ ├── memmonf.asm │ ├── modesw.asm │ ├── mseisa.inc │ ├── page.inc │ ├── pagetrap.asm │ ├── pic_def.equ │ ├── pictrap.asm │ ├── print.asm │ ├── ps2equ.inc │ ├── ps2ex.inc │ ├── ps2table.asm │ ├── retreal.asm │ ├── romstruc.equ │ ├── romxbios.equ │ ├── rrtrap.asm │ ├── segend.asm │ ├── segfix.asm │ ├── tabdef.asm │ ├── umbseg.asm │ ├── util.asm │ ├── vcpi.asm │ ├── vdisk.inc │ ├── vdminit.asm │ ├── vdmseg.inc │ ├── vdmsel.inc │ ├── vm386.inc │ ├── vminit.asm │ ├── vminst.asm │ ├── winemm.asm │ ├── winemm.inc │ ├── winsrch.asm │ ├── wsinit.asm │ ├── xmm.inc │ ├── xms.asm │ └── xmsutils.asm ├── himem │ ├── copy.oak │ ├── himem.asm │ ├── himem.inc │ ├── himem.tag │ ├── himem1.asm │ ├── himem2.asm │ ├── himem4.asm │ ├── himem4a.asm │ ├── himem4b.asm │ ├── himem5.asm │ └── makefile ├── iceland │ ├── country.ice │ ├── ega.ice │ ├── keyboard.ice │ └── makefile ├── keyboard │ ├── copy.oak │ ├── kbd2 │ │ ├── kdf.asm │ │ ├── kdfbe.asm │ │ ├── kdfbr.asm │ │ ├── kdfbr2.asm │ │ ├── kdfcf.asm │ │ ├── kdfcp.asm │ │ ├── kdfcz.asm │ │ ├── kdfdk.asm │ │ ├── kdfeof.asm │ │ ├── kdffr.asm │ │ ├── kdffr120.asm │ │ ├── kdffr189.asm │ │ ├── kdfge.asm │ │ ├── kdfhu.asm │ │ ├── kdfic.asm │ │ ├── kdfit.asm │ │ ├── kdfit141.asm │ │ ├── kdfit142.asm │ │ ├── kdfjp.asm │ │ ├── kdfla.asm │ │ ├── kdfnl.asm │ │ ├── kdfno.asm │ │ ├── kdfnow.asm │ │ ├── kdfpl.asm │ │ ├── kdfpo.asm │ │ ├── kdfro.asm │ │ ├── kdfsf.asm │ │ ├── kdfsg.asm │ │ ├── kdfsl.asm │ │ ├── kdfsp.asm │ │ ├── kdfsu.asm │ │ ├── kdfsv.asm │ │ ├── kdfuk.asm │ │ ├── kdfuk166.asm │ │ ├── kdfuk168.asm │ │ ├── kdfyu.asm │ │ ├── keybmac.inc │ │ ├── keyboard.lnk │ │ ├── keyboard.tag │ │ ├── keybshar.inc │ │ ├── makefile │ │ └── readme.txt │ ├── kdf.asm │ ├── kdfbe.asm │ ├── kdfbr.asm │ ├── kdfcf.asm │ ├── kdfcz.asm │ ├── kdfdk.asm │ ├── kdfeof.asm │ ├── kdffr.asm │ ├── kdffr120.asm │ ├── kdffr189.asm │ ├── kdfge.asm │ ├── kdfhu.asm │ ├── kdfit.asm │ ├── kdfit141.asm │ ├── kdfit142.asm │ ├── kdfjp.asm │ ├── kdfla.asm │ ├── kdfnl.asm │ ├── kdfno.asm │ ├── kdfnow.asm │ ├── kdfpl.asm │ ├── kdfpo.asm │ ├── kdfsf.asm │ ├── kdfsg.asm │ ├── kdfsl.asm │ ├── kdfsp.asm │ ├── kdfsu.asm │ ├── kdfsv.asm │ ├── kdfuk.asm │ ├── kdfuk166.asm │ ├── kdfuk168.asm │ ├── kdfyu.asm │ ├── keybmac.inc │ ├── keyboard.lnk │ ├── keyboard.tag │ └── makefile ├── kkcfunc │ ├── kkcfunc.asm │ ├── kkcfunc.inc │ └── makefile ├── makefile ├── makefile.oak ├── monoumb │ ├── VERSION │ ├── addhdr.exe │ ├── makefile │ ├── makeflag.mk │ ├── monoumb.asm │ ├── monoumb.def │ ├── vdd2.inc │ ├── vmm.inc │ └── win386.mk ├── mouse │ ├── makefile │ └── mouse.com ├── power │ ├── copy.oak │ ├── doit.bat │ ├── lmul.asm │ ├── lpc.asm │ ├── makefile │ ├── mm.inc │ ├── power.tag │ ├── uldiv.asm │ └── xtoa.asm ├── printer │ ├── 4201 │ │ ├── 4201.cpi │ │ ├── 4201.inc │ │ ├── copy.oak │ │ └── makefile │ ├── 4208 │ │ ├── 4208-cpy.asm │ │ ├── 4208.cpi │ │ ├── 4208.inc │ │ ├── copy.oak │ │ ├── ibm.mak │ │ └── makefile │ ├── 5202 │ │ ├── 5202.asm │ │ ├── copy.oak │ │ └── makefile │ ├── copy.oak │ ├── cpsfont.asm │ ├── cpsfont3.asm │ ├── cpspequ.inc │ ├── cpspi.asm │ ├── cpspi07.asm │ ├── cpspm10.asm │ ├── makefile │ ├── parse4e.asm │ ├── parser.asm │ ├── printer.lnk │ ├── printer.skl │ ├── prtint2f.asm │ └── ptrmsg.asm ├── ramdrive │ ├── ab_macro.inc │ ├── above.inc │ ├── devsym.inc │ ├── dirent.inc │ ├── emm.inc │ ├── loadall.inc │ ├── makefile │ ├── mi.inc │ ├── ramdrive.asm │ ├── ramdrive.lnk │ ├── ramdrive.tag │ ├── syscall.inc │ └── xmm.inc ├── romdrive │ ├── copy.oak │ └── makefile ├── setmedia │ ├── makefile │ └── setmedia.asm └── smartdrv │ ├── bambi.asm │ ├── bambi.doc │ ├── bambi.inc │ ├── bambiapi.txt │ ├── bambinit.asm │ ├── bamchk.asm │ ├── beep.asm │ ├── bootform.inc │ ├── bpb.inc │ ├── cacheini.asm │ ├── cacheman.asm │ ├── checksum.asm │ ├── cmdline.asm │ ├── dec_out.asm │ ├── dev.asm │ ├── devini.asm │ ├── devsym.inc │ ├── dirtywrt.asm │ ├── doubleb │ ├── badpart.asm │ ├── makefile │ ├── resbuf.asm │ ├── safedsk.asm │ └── transbuf.asm │ ├── dpb.inc │ ├── drvtype.asm │ ├── editsize.bat │ ├── get_dpb.asm │ ├── hdrmod │ ├── hooks.asm │ ├── hooksini.asm │ ├── indosbox.asm │ ├── int2f.asm │ ├── int2fini.asm │ ├── logphys.asm │ ├── makefile │ ├── messages │ └── usa │ │ └── sdvxdtxt.asm │ ├── msbds.inc │ ├── msequ.inc │ ├── pdetect.asm │ ├── popup.asm │ ├── queueini.asm │ ├── queueman.asm │ ├── rdata.asm │ ├── reboot.asm │ ├── sdvxd │ ├── SDVXDTXT.ASM │ ├── debug.inc │ ├── makefile │ ├── sdvxd.asm │ ├── sdvxd.def │ ├── shell.inc │ ├── shellfsc.inc │ └── vmm.inc │ ├── stacker.asm │ ├── tdata.asm │ ├── umbload.asm │ ├── version.inc │ ├── xms.asm │ ├── xms.inc │ └── xmsini.asm ├── dos ├── abort.asm ├── alloc.asm ├── buf.asm ├── close.asm ├── copy.oak ├── cpmio.asm ├── cpmio2.asm ├── create.asm ├── crit.asm ├── delete.asm ├── dev.asm ├── dinfo.asm ├── dir.asm ├── dir2.asm ├── dircall.asm ├── disk.asm ├── disk2.asm ├── disk3.asm ├── dispatch.txt ├── divmes.inc ├── dos.tag ├── dosmes.inc ├── dosprint.asm ├── dostab.asm ├── dup.asm ├── exepatch.asm ├── fat.asm ├── fcb.asm ├── fcbio.asm ├── fcbio2.asm ├── file.asm ├── finfo.asm ├── getset.asm ├── handle.asm ├── ioctl.asm ├── isearch.asm ├── kstrin.asm ├── lock.asm ├── macro.asm ├── macro2.asm ├── makedos.bat ├── makedos.oak ├── makefile ├── makefile.oak ├── makeobjs ├── misc.asm ├── misc2.asm ├── mknode.asm ├── mpatch.asm ├── mscode.asm ├── msconst.asm ├── msctrlc.asm ├── msdata.asm ├── msdisp.asm ├── msdos.lnk ├── msdos.skl ├── msdosme.asm ├── mshalo.asm ├── msinit.asm ├── msioctl.asm ├── msproc.asm ├── mssw.asm ├── mstable.asm ├── open.asm ├── origin.asm ├── parse.asm ├── path.asm ├── rename.asm ├── restrict.inc ├── rom.asm ├── romfind.asm ├── scnam.inc ├── search.asm ├── segcheck.asm ├── share.asm ├── shrprint.asm ├── srvcall.asm ├── time.asm └── util.asm ├── dosenv.bat ├── dosshell ├── copyrite.txt ├── dosshell.doc ├── grbs │ ├── cga.grb │ ├── ega.grb │ ├── egamono.grb │ ├── herc.grb │ ├── makefile │ ├── mono.asm │ ├── oliv.grb │ ├── sv400a.grb │ ├── vga.grb │ └── vgamono.grb ├── hlps │ ├── dosshell.hlp │ ├── dosshell.old │ └── makefile ├── inc │ ├── cddefcol.h │ ├── cgraphic.h │ ├── common.h │ ├── csdm.h │ ├── csdmtmpl.h │ ├── cwindows.h │ ├── edit.h │ ├── filemgr.h │ ├── groups.h │ ├── help.h │ ├── icons.h │ ├── inc.tag │ ├── kkcfltr.h │ ├── listbox.h │ ├── makefile │ ├── menus.h │ ├── prot.h │ └── tasklist.h ├── iniparse │ ├── iniparse.c │ ├── iniparse.tag │ ├── lex.c │ ├── makefile │ ├── parse.h │ ├── symbols.h │ ├── trans-mk │ └── trans.c ├── inis │ ├── jega.ini │ └── makefile ├── lib │ ├── cow3.lib │ ├── cow3m.lib │ ├── dcow3.lib │ ├── dcow3m.lib │ ├── kow3m.lib │ ├── mhelp.lib │ └── mlibce.lib ├── loader │ ├── loader.asm │ ├── loader.tag │ ├── makefile │ ├── shell.asm │ ├── swtch_re.inc │ ├── swtch_tr.inc │ └── tstshell.c ├── makefile ├── patch │ └── amstrad.bas ├── shell │ ├── add.c │ ├── asmutils.asm │ ├── attr.c │ ├── build.bat │ ├── busydlg.c │ ├── cmdlan.c │ ├── color.c │ ├── compare.asm │ ├── confirm.c │ ├── copy.c │ ├── critical.asm │ ├── debug.c │ ├── delprog.c │ ├── dir.c │ ├── disp.c │ ├── dosintf.c │ ├── dotrees.c │ ├── drive.asm │ ├── dts_api.asm │ ├── edit.c │ ├── errbox.c │ ├── filemgr.c │ ├── fileops.c │ ├── flatleft.c │ ├── foo │ ├── graphics.c │ ├── groups.c │ ├── help.c │ ├── helper.c │ ├── hist.c │ ├── icons.c │ ├── init.c │ ├── launch.c │ ├── lbox.c │ ├── list.c │ ├── listbox.c │ ├── locate.c │ ├── main.c │ ├── makefile │ ├── manip.c │ ├── memmgr.c │ ├── menus.c │ ├── mousebug.asm │ ├── pfiles.asm │ ├── readme.txt │ ├── scancode.asm │ ├── screen.c │ ├── shell.tag │ ├── showinfo.c │ ├── snext.c │ ├── sort.c │ ├── swapdisk.asm │ ├── taskman.c │ ├── utils.c │ ├── view.c │ └── winidle.asm ├── swapper │ ├── cmacros.inc │ ├── copyrite.txt │ ├── dosswap.lnk │ ├── dosx.inc │ ├── grabber.inc │ ├── int31.inc │ ├── macros.mac │ ├── makefile │ ├── njmp.mac │ ├── pdb.inc │ ├── typedefs.h │ ├── woaarena.inc │ ├── woados.asm │ ├── woaerr.asm │ ├── woaerr.inc │ ├── woafile.asm │ ├── woagrab.inc │ ├── woagrb.asm │ ├── woahp.asm │ ├── woahp.inc │ ├── woahpeqs.inc │ ├── woainit.asm │ ├── woainstd.asm │ ├── woakeys.inc │ ├── woakkc.asm │ ├── woamgr.asm │ ├── woamouse.asm │ ├── woapif.inc │ ├── woapmrm.asm │ ├── woarlm.asm │ ├── woasegs.inc │ ├── woastk.asm │ ├── woaswapi.asm │ ├── woaswapi.inc │ ├── woaswch.asm │ ├── woaswch.inc │ ├── woatsr.asm │ ├── woautils.asm │ └── woaxms.asm └── vids │ ├── cgasnow.vid │ ├── ega.vid │ ├── herc102.vid │ ├── ibm8514.vid │ ├── jega.vid │ ├── makefile │ └── vga.vid ├── h ├── basemid.h ├── cds.h ├── copy.oak ├── copyrigh.h ├── ctype.h ├── decomp.h ├── dos.h ├── doscalls.h ├── dpb.h ├── error.h ├── fcntl.h ├── h.tag ├── internat.h ├── jointype.h ├── malloc.h ├── msgret.h ├── stdio.h ├── stdlib.h ├── subcalls.h ├── sysvar.h ├── types.h ├── utilmid.h ├── utilmid2.h ├── utilmid3.h ├── utlerror.h ├── version.h └── versionc.h ├── images ├── 12 │ ├── trans.bat │ └── transfer.bat ├── 144 │ ├── trans.bat │ └── transfer.bat └── makefile ├── inc ├── _parse.asm ├── arena.inc ├── bdsize.inc ├── bootform.inc ├── bpb.inc ├── buffer.inc ├── bugtyp.inc ├── chkcpu.inc ├── cmacros.inc ├── const2.asm ├── copy.oak ├── copyrigh.inc ├── cpmfcb.inc ├── cputype.inc ├── curdir.inc ├── dbcs.sw ├── devsym.inc ├── dirent.inc ├── doscntry.inc ├── dosmac.inc ├── dosseg.inc ├── dossym.inc ├── dpb.inc ├── dpl.asm ├── ds_vers.h ├── ds_vers.inc ├── dseg.inc ├── ea.inc ├── error.inc ├── exe.inc ├── fastopen.inc ├── fastxxxx.inc ├── filemode.inc ├── find.inc ├── highexit.inc ├── highload.inc ├── highvar.inc ├── inc.tag ├── int2a.inc ├── intnat.inc ├── ioctl.inc ├── keybshar.inc ├── lmstub.asm ├── lock.inc ├── macro.def ├── magicdrv.inc ├── mft.inc ├── mi.inc ├── ms_data.asm ├── msbdata.inc ├── msbds.inc ├── msdata2.asm ├── msgdcl.inc ├── msghan.inc ├── msgserv.asm ├── msgserv.sa ├── mshalo.asm ├── mshead.asm ├── mstable.asm ├── mult.inc ├── oemconf.inc ├── oemnum.inc ├── origin.inc ├── parse.asm ├── path.asm ├── pathmac.inc ├── pcgequ.inc ├── pcinput.inc ├── pdb.inc ├── postequ.inc ├── psdata.inc ├── redirsym.inc ├── rombios.inc ├── romloc.inc ├── sf.inc ├── smdossym.inc ├── smifssym.inc ├── struc.inc ├── syscall.inc ├── sysmsg.inc ├── sysvar.inc ├── umb.inc ├── vector.inc ├── version.inc ├── versiona.inc ├── win386.inc ├── wordout.inc ├── wpatch.inc ├── xmm.inc └── yesno.asm ├── install ├── backup │ ├── MESSAGE.ASM │ ├── MESSAGE.H │ ├── MESSAGE.TXT │ ├── backup.c │ ├── backup.h │ ├── boot.asm │ ├── buffer.c │ ├── extern.c │ ├── fmt_io.c │ ├── fmt_io.h │ ├── global.h │ ├── initial.c │ ├── linkfile │ ├── main.c │ ├── makefile │ └── work.c ├── basedata │ ├── 12 │ │ ├── install.02 │ │ ├── install.03 │ │ ├── install.04 │ │ ├── install.05 │ │ ├── install.06 │ │ ├── install.07 │ │ ├── install.09 │ │ ├── install.10 │ │ ├── install.11 │ │ ├── install.12 │ │ ├── install.13 │ │ ├── install.14 │ │ ├── install.15 │ │ └── makefile │ ├── 144 │ │ ├── install.02 │ │ ├── install.03 │ │ ├── install.04 │ │ ├── install.05 │ │ ├── install.06 │ │ ├── install.07 │ │ ├── install.09 │ │ ├── install.10 │ │ ├── install.11 │ │ ├── install.12 │ │ ├── install.13 │ │ ├── install.14 │ │ ├── install.15 │ │ └── makefile │ ├── common │ │ └── makefile │ └── makefile ├── cleanup │ ├── cleanup.c │ ├── extern.c │ ├── global.h │ ├── initial.c │ ├── intrface.h │ ├── linkfile │ ├── makefile │ ├── menu.c │ ├── ncfind.c │ ├── utility.c │ └── window.c ├── common │ ├── data.c │ ├── dublbuf.asm │ ├── fmt_io.c │ ├── getchar.c │ ├── index.c │ ├── makefile │ ├── memory.c │ ├── newint13.asm │ ├── resident.asm │ ├── select.c │ ├── switch.c │ ├── wdrminit.asm │ ├── wfwnet.c │ ├── window.c │ └── wingrp.c ├── copy.oak ├── dos2 │ ├── auto.c │ ├── autoconf.c │ ├── b_disk.asm │ ├── bmp │ │ ├── 8514 │ │ │ └── reboot.bmp │ │ ├── ega │ │ │ └── reboot.bmp │ │ └── vga │ │ │ └── reboot.bmp │ ├── boot.asm │ ├── boot.inc │ ├── config.c │ ├── d_setvec.asm │ ├── disks04.ico │ ├── dos2.c │ ├── dos2.def │ ├── dos2.rc │ ├── doscode.h │ ├── dpmi.inc │ ├── dsk_rset.asm │ ├── errors.h │ ├── everex.inc │ ├── extern.c │ ├── fake-ver.c │ ├── fdboot.inc │ ├── fixboot.c │ ├── fmt_io.c │ ├── getinfo.asm │ ├── harddisk.c │ ├── helpcon.h │ ├── lib │ │ ├── common │ │ │ ├── copy.c │ │ │ ├── decomp.h │ │ │ ├── dos.asm │ │ │ ├── exe.c │ │ │ ├── file.c │ │ │ ├── findwin.c │ │ │ ├── infparse.c │ │ │ ├── ioctl.inc │ │ │ ├── makefile │ │ │ ├── mt.bat │ │ │ ├── newexe.h │ │ │ ├── sulib.h │ │ │ └── test.c │ │ └── compress │ │ │ ├── doslzexp.c │ │ │ ├── doslzexp.h │ │ │ ├── doslzexp.pro │ │ │ ├── lzcopy.c │ │ │ ├── lzcopy.h │ │ │ ├── lzcopy.pro │ │ │ └── makefile │ ├── log.h │ ├── makefile │ ├── model.inc │ ├── pro.c │ ├── pro.h │ ├── prompts.h │ ├── resolve.c │ ├── sbutton.c │ ├── sbutton.h │ ├── setup.c │ ├── setup.ico │ ├── towin.c │ ├── upginit.c │ ├── upgrade.c │ ├── upgrade.h │ ├── winenv.h │ ├── winstub.exe │ ├── ws.h │ ├── wsdosdlg.c │ ├── wsexit.c │ └── wsrc.h ├── dosdata │ ├── 12 │ │ ├── MAKEFILE.USA │ │ ├── makefile │ │ ├── upgrade.02 │ │ ├── upgrade.03 │ │ ├── upgrade.04 │ │ ├── upgrade.05 │ │ ├── upgrade.06 │ │ ├── upgrade.07 │ │ ├── upgrade.08 │ │ ├── upgrade.09 │ │ ├── upgrade.10 │ │ ├── upgrade.11 │ │ ├── upgrade.12 │ │ └── upgrade.13 │ ├── 144 │ │ ├── makefile │ │ ├── upgrade.02 │ │ ├── upgrade.03 │ │ ├── upgrade.04 │ │ ├── upgrade.05 │ │ ├── upgrade.06 │ │ ├── upgrade.07 │ │ ├── upgrade.08 │ │ ├── upgrade.09 │ │ ├── upgrade.10 │ │ ├── upgrade.11 │ │ └── upgrade.12 │ ├── 360 │ │ └── makefile │ ├── 720 │ │ └── makefile │ ├── common │ │ ├── autoexec.bat │ │ └── makefile │ ├── compiler │ │ ├── dosdata.c │ │ └── messages.h │ ├── doc │ │ ├── data.doc │ │ ├── dbase.doc │ │ └── readme.doc │ └── makefile ├── include │ ├── alias.h │ ├── bios_io.h │ ├── blockdev.inc │ ├── copy.h │ ├── data.h │ ├── disk_io.h │ ├── dosonly.h │ ├── file_io.h │ ├── format.h │ ├── get.h │ ├── hdisk.h │ ├── include.tag │ ├── install.h │ ├── int13.inc │ ├── int2fapi.inc │ ├── opttest.inc │ ├── strlib.h │ ├── vmm.inc │ └── wdlocal.inc ├── lib │ ├── bios │ │ ├── auxputs.asm │ │ ├── bios_io.asm │ │ ├── bios_io.inc │ │ ├── country.asm │ │ ├── ctrlbrk.asm │ │ ├── datavers.asm │ │ ├── doint2f.asm │ │ ├── findstr.asm │ │ ├── getbrk.asm │ │ ├── ibm_id.asm │ │ ├── keyboard.asm │ │ ├── libfile │ │ ├── makefile │ │ ├── makefile.oak │ │ ├── memfree.asm │ │ ├── reboot.asm │ │ ├── setbrk.asm │ │ ├── tsr_tog.asm │ │ ├── video.asm │ │ ├── video.inc │ │ └── win_chk.asm │ ├── catalog.c │ ├── copy.oak │ ├── copy │ │ ├── filecopy.c │ │ ├── libfile │ │ ├── makefile │ │ ├── makefile.oak │ │ └── unpack.asm │ ├── disk │ │ ├── abs_rdwr.asm │ │ ├── biosrset.asm │ │ ├── disk_io.asm │ │ ├── disk_io.inc │ │ ├── dma_chk.asm │ │ ├── dos_seek.asm │ │ ├── drv_acc.asm │ │ ├── drv_type.asm │ │ ├── dsk_boot.c │ │ ├── dsk_bpb.c │ │ ├── dsk_dir.c │ │ ├── dsk_fbot.c │ │ ├── dsk_flab.c │ │ ├── dsk_free.c │ │ ├── dsk_head.c │ │ ├── dsk_i24.c │ │ ├── dsk_ilnk.asm │ │ ├── dsk_isfm.c │ │ ├── dsk_ishd.c │ │ ├── dsk_labl.c │ │ ├── dsk_locl.asm │ │ ├── dsk_ram.c │ │ ├── dsk_rdy.asm │ │ ├── dsk_root.c │ │ ├── dsk_rset.asm │ │ ├── dsk_scrb.c │ │ ├── dsk_sect.c │ │ ├── dsk_setl.c │ │ ├── dsk_tcnv.c │ │ ├── dsk_time.c │ │ ├── dsk_trk.c │ │ ├── dsk_type.c │ │ ├── dsk_vald.asm │ │ ├── dskread.asm │ │ ├── dskwrite.asm │ │ ├── fail24.asm │ │ ├── fcb_open.asm │ │ ├── fcb_pars.asm │ │ ├── fcb_ren.asm │ │ ├── findboot.asm │ │ ├── get_boot.asm │ │ ├── get_dir.asm │ │ ├── getnumhd.asm │ │ ├── int13rtr.asm │ │ ├── libfile │ │ ├── makefile │ │ ├── makefile.oak │ │ ├── maxsec.c │ │ ├── newfmt.c │ │ ├── newint13.asm │ │ ├── numdrvs.asm │ │ ├── rw_boot.c │ │ ├── rw_fat.c │ │ ├── rw_root.c │ │ ├── sec_size.asm │ │ ├── setbpb.asm │ │ ├── setdskty.asm │ │ ├── setmedia.asm │ │ ├── tmpboot.asm │ │ └── v_dir.c │ ├── file │ │ ├── f_absdel.c │ │ ├── f_exists.c │ │ ├── f_isdir.c │ │ ├── f_rdwr.c │ │ ├── f_ren.c │ │ ├── f_replac.c │ │ ├── libfile │ │ ├── makefile │ │ └── makefile.oak │ ├── hardware │ │ ├── cmos.asm │ │ ├── getcpu.asm │ │ ├── getemm.asm │ │ ├── getext.asm │ │ ├── getmem.asm │ │ ├── getmodel.asm │ │ ├── hardware.tag │ │ ├── himem.asm │ │ ├── libfile │ │ ├── makefile │ │ ├── makefile.oak │ │ ├── ms_mice.asm │ │ ├── ramdrv.c │ │ ├── smartdrv.asm │ │ ├── syquest.asm │ │ └── vfeat.asm │ ├── hdisk │ │ ├── findpart.c │ │ ├── fmtboot.c │ │ ├── getsec.c │ │ ├── hd_isfmt.asm │ │ ├── hd_parms.asm │ │ ├── is_dos4.c │ │ ├── isdosprt.c │ │ ├── libfile │ │ ├── makefile │ │ ├── makefile.oak │ │ ├── makepart.c │ │ ├── map_ent.c │ │ ├── partboot.asm │ │ └── partmap.c │ ├── lib.tag │ ├── libfile │ ├── libfile.oak │ ├── libuild │ ├── libuild.oak │ ├── llibfile │ ├── llibfile.oak │ ├── makefile │ ├── makefile.oak │ ├── mlibfile │ ├── model.inc │ ├── pluscard │ │ ├── dbootmsg.obj │ │ ├── ddisk.obj │ │ ├── dheader.obj │ │ ├── diproc.obj │ │ ├── dplusdrv.obj │ │ ├── droute.obj │ │ ├── drproc.obj │ │ ├── drvins.obj │ │ ├── dsdata.obj │ │ ├── libfile │ │ ├── makefile │ │ ├── pluscard.lib │ │ ├── plusdrv.obj │ │ └── plusmsg.obj │ ├── prompts │ │ ├── dfltprmt.c │ │ ├── display.c │ │ ├── dskerror.c │ │ ├── dskprmpt.c │ │ ├── error.c │ │ ├── fmtstat.c │ │ ├── gage.c │ │ ├── header.c │ │ ├── help.c │ │ ├── libfile │ │ ├── makefile │ │ ├── makefile.oak │ │ ├── message.c │ │ ├── mstring.c │ │ └── newscr.c │ ├── strlib │ │ ├── bldpath.c │ │ ├── chrins.c │ │ ├── chrrepl.c │ │ ├── dbcs.c │ │ ├── dirtofn.c │ │ ├── findparm.c │ │ ├── hugeadd.c │ │ ├── hugenorm.c │ │ ├── iswhite.c │ │ ├── libfile │ │ ├── makefile │ │ ├── makefile.oak │ │ ├── matchext.c │ │ ├── maxhuge.c │ │ ├── maxint.c │ │ ├── nextword.c │ │ ├── nonwhite.c │ │ ├── numstrs.c │ │ ├── parsefn.c │ │ ├── pathchr.c │ │ ├── paths.c │ │ ├── rmtrail.c │ │ ├── skipspc.c │ │ ├── skipword.c │ │ ├── strmax.c │ │ ├── strpad.c │ │ ├── strrmspc.c │ │ ├── strshl.c │ │ └── strsrch.c │ └── window │ │ ├── libfile │ │ ├── makefile │ │ ├── makefile.oak │ │ ├── w_center.c │ │ ├── w_clean.c │ │ ├── w_cls.c │ │ ├── w_color.c │ │ ├── w_move.c │ │ ├── w_prompt.c │ │ ├── w_putwin.c │ │ ├── w_respon.c │ │ ├── w_rstcur.c │ │ ├── w_savcur.c │ │ ├── w_size.c │ │ ├── w_strcen.c │ │ └── w_twin.c ├── makefile ├── makefile.oak ├── oem │ ├── addfiles.c │ ├── autoconf.c │ ├── autofmt.c │ ├── boot.asm │ ├── extern.c │ └── makefile ├── oemdata │ └── makefile ├── recover │ └── makefile └── retail │ └── makefile ├── lang └── usa │ ├── c6ers │ ├── choice │ │ └── choice.inc │ ├── interlnk │ │ ├── driver │ │ │ └── msg.asm │ │ ├── ipg.h │ │ └── str.c │ └── newcmds │ │ ├── deltree.msg │ │ ├── move.msg │ │ └── toolib │ │ └── src │ │ ├── fcopytxt.h │ │ ├── messages.msg │ │ └── syserr.msg │ ├── cmd │ ├── comp │ │ └── messages.h │ ├── cps │ │ └── mirror │ │ │ └── mir_msg.inc │ ├── expand │ │ └── expmsgs.h │ ├── fc │ │ ├── messages.h │ │ └── syserr.msg │ ├── fdisk │ │ └── fdisk.h │ ├── help │ │ ├── DOSHELP.BSE │ │ ├── DOSHELP.HLP │ │ └── message.h │ ├── label │ │ └── messages.h │ ├── mem │ │ └── mem.h │ ├── setver │ │ └── message.h │ ├── share │ │ └── shmsg.inc │ └── sort │ │ └── sortmes.asm │ ├── dev │ ├── ega │ │ └── load.inc │ ├── emm386 │ │ ├── emmmes.asm │ │ └── oemdep.inc │ ├── himem │ │ └── messages.asm │ ├── power │ │ └── powermsg.inc │ ├── ramdrive │ │ └── messages.asm │ ├── romdrive │ │ └── romdmsg.asm │ └── smartdrv │ │ ├── dtext.asm │ │ ├── rtext.asm │ │ ├── sdvxdtxt.asm │ │ └── text.asm │ ├── dosshell │ ├── inc │ │ ├── about.hs │ │ ├── about.sdm │ │ ├── adddialo.hs │ │ ├── adddialo.sdm │ │ ├── addgroup.hs │ │ ├── addgroup.sdm │ │ ├── addprog.hs │ │ ├── addprog.sdm │ │ ├── advanced.hs │ │ ├── advanced.sdm │ │ ├── assoc2.hs │ │ ├── assoc2.sdm │ │ ├── associat.hs │ │ ├── associat.sdm │ │ ├── attr.hs │ │ ├── attr.sdm │ │ ├── attr0.hs │ │ ├── attr0.sdm │ │ ├── color.hs │ │ ├── color.sdm │ │ ├── copy.hs │ │ ├── copy.sdm │ │ ├── creatdir.hs │ │ ├── creatdir.sdm │ │ ├── critnew.hs │ │ ├── critnew.sdm │ │ ├── dconfirm.hs │ │ ├── dconfirm.sdm │ │ ├── delfiles.hs │ │ ├── delfiles.sdm │ │ ├── delitem.hs │ │ ├── delitem.sdm │ │ ├── dispopt.hs │ │ ├── dispopt.sdm │ │ ├── err.hs │ │ ├── err.sdm │ │ ├── fileopts.hs │ │ ├── fileopts.sdm │ │ ├── help.hs │ │ ├── help.sdm │ │ ├── locate.hs │ │ ├── locate.sdm │ │ ├── mconfirm.hs │ │ ├── mconfirm.sdm │ │ ├── message.hs │ │ ├── message.sdm │ │ ├── mswarn.hs │ │ ├── mswarn.sdm │ │ ├── new.hs │ │ ├── new.sdm │ │ ├── news.hs │ │ ├── news.sdm │ │ ├── outofmem.hs │ │ ├── outofmem.sdm │ │ ├── password.hs │ │ ├── password.sdm │ │ ├── rconfirm.hs │ │ ├── rconfirm.sdm │ │ ├── rename.hs │ │ ├── rename.sdm │ │ ├── run.hs │ │ ├── run.sdm │ │ ├── screen.hs │ │ ├── screen.sdm │ │ ├── showinfo.hs │ │ ├── showinfo.sdm │ │ ├── user.hs │ │ ├── user.sdm │ │ ├── warn.hs │ │ └── warn.sdm │ └── loader │ │ ├── resmsg.inc │ │ └── transmsg.inc │ ├── install │ ├── backup │ │ └── backup.txt │ ├── basedata │ │ └── 12 │ │ │ └── makefile │ ├── cleanup │ │ ├── global.txt │ │ ├── message.txt │ │ └── ncfind.txt │ ├── common │ │ ├── BASESET.MSG │ │ └── FULLSET.MSG │ ├── dosdata │ │ ├── 12 │ │ │ └── makefile │ │ └── 144 │ │ │ └── makefile │ ├── include │ │ └── window.h │ └── lib │ │ └── disk │ │ └── tboot.asm │ └── messages │ ├── comimsg.inc │ └── comrmsg.inc ├── lib ├── .gitkeep ├── comsubs │ ├── comsub.h │ ├── comsubs.c │ └── makefile ├── makefile ├── mapper │ ├── macros.inc │ ├── makefile │ └── mapper.asm ├── master │ ├── CDS.C │ ├── DPB.C │ ├── ERRTST.C │ ├── SYSVAR.C │ └── makefile ├── mem │ ├── MEM.LIB │ └── makefile └── xmm │ ├── makefile │ └── xmm.asm ├── magicdrive ├── inc │ └── .gitkeep └── lib │ └── .gitkeep ├── makefile ├── makefile.oak ├── messages ├── .gitkeep ├── denmark.msg ├── finland.msg ├── france.msg ├── germany.msg ├── holland.msg ├── italy.msg ├── japan.msg ├── loadmsg.msg ├── makefile ├── nether.msg ├── norway.msg ├── portugal.msg ├── spain.msg ├── state.rst ├── sweden.msg ├── usa-ibm.msg ├── usa.msg └── usa │ ├── boot.msg │ ├── doskey.msg │ ├── fdisk5.msg │ ├── msbio.msg │ └── msdos.msg ├── mkimage ├── .gitkeep └── makefile ├── test.img └── tools ├── .gitkeep ├── bin ├── .gitkeep ├── C1.ERR ├── C1.EXE ├── C1L.EXE ├── C2.EXE ├── C23.ERR ├── C3.EXE ├── CL.ERR ├── CL.EXE ├── CL.HLP ├── MASM.EXE ├── PKLITE.EXE ├── UNP.EXE ├── nosrv.exe └── tools.ini ├── include ├── .gitkeep ├── ASSERT.H ├── BIOS.H ├── BIOS.INC ├── CONIO.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 ├── SYS │ ├── LOCKING.H │ ├── STAT.H │ ├── TIMEB.H │ ├── TYPES.H │ └── UTIME.H ├── TIME.H ├── VARARGS.H └── cmacros.inc ├── lib ├── .gitkeep └── slibce.lib └── tmp └── .gitkeep /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/.gitignore -------------------------------------------------------------------------------- /45/beef/cw/cover.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/beef/cw/cover.asm -------------------------------------------------------------------------------- /45/beef/cw/inc/cow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/beef/cw/inc/cow.h -------------------------------------------------------------------------------- /45/beef/cw/inc/itl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/beef/cw/inc/itl.h -------------------------------------------------------------------------------- /45/beef/cw/inc/os2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/beef/cw/inc/os2.h -------------------------------------------------------------------------------- /45/beef/cw/make.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/beef/cw/make.bat -------------------------------------------------------------------------------- /45/beef/cw/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/beef/cw/makefile -------------------------------------------------------------------------------- /45/beef/cw/stamp.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/beef/cw/stamp.asm -------------------------------------------------------------------------------- /45/beef/cw/user/case.h: -------------------------------------------------------------------------------- 1 | char FARPRIVATE ChUpperFromChExt(char); 2 | -------------------------------------------------------------------------------- /45/cow/build.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/cow/build.bat -------------------------------------------------------------------------------- /45/cow/build.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/cow/build.cmd -------------------------------------------------------------------------------- /45/cow/cow.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/cow/cow.lib -------------------------------------------------------------------------------- /45/cow/cowusa.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/cow/cowusa.lib -------------------------------------------------------------------------------- /45/cow/itl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/cow/itl.h -------------------------------------------------------------------------------- /45/cow/strings.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/cow/strings.c -------------------------------------------------------------------------------- /45/cow/version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/cow/version.h -------------------------------------------------------------------------------- /45/doc/c#.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/doc/c#.sty -------------------------------------------------------------------------------- /45/doc/cbox.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/doc/cbox.doc -------------------------------------------------------------------------------- /45/doc/cbox1.mmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/doc/cbox1.mmo -------------------------------------------------------------------------------- /45/doc/cboxdist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/doc/cboxdist.txt -------------------------------------------------------------------------------- /45/doc/cow3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/doc/cow3.txt -------------------------------------------------------------------------------- /45/doc/cow35.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/doc/cow35.doc -------------------------------------------------------------------------------- /45/doc/cowapi.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/doc/cowapi.doc -------------------------------------------------------------------------------- /45/doc/cows.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/doc/cows.doc -------------------------------------------------------------------------------- /45/doc/cowwm.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/doc/cowwm.doc -------------------------------------------------------------------------------- /45/doc/cw.imp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/doc/cw.imp -------------------------------------------------------------------------------- /45/doc/cwbak.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/doc/cwbak.doc -------------------------------------------------------------------------------- /45/doc/cwdrv.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/doc/cwdrv.doc -------------------------------------------------------------------------------- /45/doc/cwgraph.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/doc/cwgraph.doc -------------------------------------------------------------------------------- /45/doc/cwj.mmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/doc/cwj.mmo -------------------------------------------------------------------------------- /45/doc/cwj1.mmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/doc/cwj1.mmo -------------------------------------------------------------------------------- /45/doc/cwkanji.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/doc/cwkanji.doc -------------------------------------------------------------------------------- /45/doc/cwold.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/doc/cwold.doc -------------------------------------------------------------------------------- /45/doc/cwover.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/doc/cwover.doc -------------------------------------------------------------------------------- /45/doc/cwow.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/doc/cwow.doc -------------------------------------------------------------------------------- /45/doc/cwtwin.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/doc/cwtwin.doc -------------------------------------------------------------------------------- /45/doc/dual.mmo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/doc/dual.mmo -------------------------------------------------------------------------------- /45/doc/ideas.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/doc/ideas.txt -------------------------------------------------------------------------------- /45/doc/keys.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/doc/keys.txt -------------------------------------------------------------------------------- /45/doc/keyusa.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/doc/keyusa.txt -------------------------------------------------------------------------------- /45/doc/mp4.imp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/doc/mp4.imp -------------------------------------------------------------------------------- /45/doc/mskey.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/doc/mskey.doc -------------------------------------------------------------------------------- /45/doc/overlap.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/doc/overlap.doc -------------------------------------------------------------------------------- /45/doc/readme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/doc/readme -------------------------------------------------------------------------------- /45/doc/sdmapi.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/doc/sdmapi.doc -------------------------------------------------------------------------------- /45/doc/size.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/doc/size.txt -------------------------------------------------------------------------------- /45/doc/smm.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/doc/smm.doc -------------------------------------------------------------------------------- /45/doc/tsr.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/doc/tsr.txt -------------------------------------------------------------------------------- /45/doc/users.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/doc/users.doc -------------------------------------------------------------------------------- /45/doc/vap.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/doc/vap.doc -------------------------------------------------------------------------------- /45/doc/vap05.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/doc/vap05.txt -------------------------------------------------------------------------------- /45/qb/hd/87toalt.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/hd/87toalt.inc -------------------------------------------------------------------------------- /45/qb/hd/array.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/hd/array.inc -------------------------------------------------------------------------------- /45/qb/hd/cmacros.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/hd/cmacros.inc -------------------------------------------------------------------------------- /45/qb/hd/conint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/hd/conint.h -------------------------------------------------------------------------------- /45/qb/hd/conint.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/hd/conint.inc -------------------------------------------------------------------------------- /45/qb/hd/context.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/hd/context.h -------------------------------------------------------------------------------- /45/qb/hd/context.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/hd/context.inc -------------------------------------------------------------------------------- /45/qb/hd/debug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/hd/debug.h -------------------------------------------------------------------------------- /45/qb/hd/debug.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/hd/debug.inc -------------------------------------------------------------------------------- /45/qb/hd/executor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/hd/executor.h -------------------------------------------------------------------------------- /45/qb/hd/exint.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/hd/exint.inc -------------------------------------------------------------------------------- /45/qb/hd/extort.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/hd/extort.inc -------------------------------------------------------------------------------- /45/qb/hd/fdb.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/hd/fdb.inc -------------------------------------------------------------------------------- /45/qb/hd/heap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/hd/heap.h -------------------------------------------------------------------------------- /45/qb/hd/heap.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/hd/heap.inc -------------------------------------------------------------------------------- /45/qb/hd/idmac.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/hd/idmac.inc -------------------------------------------------------------------------------- /45/qb/hd/interp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/hd/interp.h -------------------------------------------------------------------------------- /45/qb/hd/interp.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/hd/interp.inc -------------------------------------------------------------------------------- /45/qb/hd/lister.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/hd/lister.h -------------------------------------------------------------------------------- /45/qb/hd/lister.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/hd/lister.inc -------------------------------------------------------------------------------- /45/qb/hd/lmem.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/hd/lmem.inc -------------------------------------------------------------------------------- /45/qb/hd/lsint.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/hd/lsint.inc -------------------------------------------------------------------------------- /45/qb/hd/msdos.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/hd/msdos.inc -------------------------------------------------------------------------------- /45/qb/hd/names.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/hd/names.h -------------------------------------------------------------------------------- /45/qb/hd/names.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/hd/names.inc -------------------------------------------------------------------------------- /45/qb/hd/parser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/hd/parser.h -------------------------------------------------------------------------------- /45/qb/hd/parser.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/hd/parser.inc -------------------------------------------------------------------------------- /45/qb/hd/pcode.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/hd/pcode.inc -------------------------------------------------------------------------------- /45/qb/hd/psint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/hd/psint.h -------------------------------------------------------------------------------- /45/qb/hd/psint.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/hd/psint.inc -------------------------------------------------------------------------------- /45/qb/hd/qblist.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/hd/qblist.inc -------------------------------------------------------------------------------- /45/qb/hd/rtinterp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/hd/rtinterp.h -------------------------------------------------------------------------------- /45/qb/hd/rtmint.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/hd/rtmint.inc -------------------------------------------------------------------------------- /45/qb/hd/rtps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/hd/rtps.h -------------------------------------------------------------------------------- /45/qb/hd/rtps.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/hd/rtps.inc -------------------------------------------------------------------------------- /45/qb/hd/rttemp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/hd/rttemp.h -------------------------------------------------------------------------------- /45/qb/hd/rttemp.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/hd/rttemp.inc -------------------------------------------------------------------------------- /45/qb/hd/sb.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/hd/sb.inc -------------------------------------------------------------------------------- /45/qb/hd/scanner.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/hd/scanner.h -------------------------------------------------------------------------------- /45/qb/hd/scanner.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/hd/scanner.inc -------------------------------------------------------------------------------- /45/qb/hd/ssint.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/hd/ssint.inc -------------------------------------------------------------------------------- /45/qb/hd/stack2.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/hd/stack2.inc -------------------------------------------------------------------------------- /45/qb/hd/switch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/hd/switch.h -------------------------------------------------------------------------------- /45/qb/hd/switch.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/hd/switch.inc -------------------------------------------------------------------------------- /45/qb/hd/txtint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/hd/txtint.h -------------------------------------------------------------------------------- /45/qb/hd/txtint.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/hd/txtint.inc -------------------------------------------------------------------------------- /45/qb/hd/txtmgr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/hd/txtmgr.h -------------------------------------------------------------------------------- /45/qb/hd/txtmgr.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/hd/txtmgr.inc -------------------------------------------------------------------------------- /45/qb/hd/types.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/hd/types.inc -------------------------------------------------------------------------------- /45/qb/hd/ui.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/hd/ui.h -------------------------------------------------------------------------------- /45/qb/hd/ui.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/hd/ui.inc -------------------------------------------------------------------------------- /45/qb/hd/util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/hd/util.h -------------------------------------------------------------------------------- /45/qb/hd/util.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/hd/util.inc -------------------------------------------------------------------------------- /45/qb/hd/varmgr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/hd/varmgr.h -------------------------------------------------------------------------------- /45/qb/hd/varmgr.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/hd/varmgr.inc -------------------------------------------------------------------------------- /45/qb/ir/bddebug.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/bddebug.asm -------------------------------------------------------------------------------- /45/qb/ir/bdmgr.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/bdmgr.asm -------------------------------------------------------------------------------- /45/qb/ir/bfpsig.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/bfpsig.asm -------------------------------------------------------------------------------- /45/qb/ir/binsav.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/binsav.asm -------------------------------------------------------------------------------- /45/qb/ir/binxlat.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/binxlat.asm -------------------------------------------------------------------------------- /45/qb/ir/condebug.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/condebug.c -------------------------------------------------------------------------------- /45/qb/ir/conmisc.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/conmisc.asm -------------------------------------------------------------------------------- /45/qb/ir/context.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/context.asm -------------------------------------------------------------------------------- /45/qb/ir/debug.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/debug.c -------------------------------------------------------------------------------- /45/qb/ir/dshcmd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/dshcmd.c -------------------------------------------------------------------------------- /45/qb/ir/dshstrng.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/dshstrng.c -------------------------------------------------------------------------------- /45/qb/ir/exaid.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/exaid.asm -------------------------------------------------------------------------------- /45/qb/ir/exarray.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/exarray.asm -------------------------------------------------------------------------------- /45/qb/ir/excase.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/excase.asm -------------------------------------------------------------------------------- /45/qb/ir/exconv.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/exconv.asm -------------------------------------------------------------------------------- /45/qb/ir/exdebug.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/exdebug.asm -------------------------------------------------------------------------------- /45/qb/ir/exevent.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/exevent.asm -------------------------------------------------------------------------------- /45/qb/ir/exfor.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/exfor.asm -------------------------------------------------------------------------------- /45/qb/ir/exgoto.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/exgoto.asm -------------------------------------------------------------------------------- /45/qb/ir/exgraph.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/exgraph.asm -------------------------------------------------------------------------------- /45/qb/ir/exid.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/exid.asm -------------------------------------------------------------------------------- /45/qb/ir/exif.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/exif.asm -------------------------------------------------------------------------------- /45/qb/ir/exio.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/exio.asm -------------------------------------------------------------------------------- /45/qb/ir/exlit.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/exlit.asm -------------------------------------------------------------------------------- /45/qb/ir/exmisc.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/exmisc.asm -------------------------------------------------------------------------------- /45/qb/ir/exos.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/exos.asm -------------------------------------------------------------------------------- /45/qb/ir/exprint.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/exprint.asm -------------------------------------------------------------------------------- /45/qb/ir/exproc.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/exproc.asm -------------------------------------------------------------------------------- /45/qb/ir/exrec.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/exrec.asm -------------------------------------------------------------------------------- /45/qb/ir/extort.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/extort.asm -------------------------------------------------------------------------------- /45/qb/ir/lsid.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/lsid.asm -------------------------------------------------------------------------------- /45/qb/ir/lsmain.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/lsmain.asm -------------------------------------------------------------------------------- /45/qb/ir/lsrules.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/lsrules.asm -------------------------------------------------------------------------------- /45/qb/ir/lsutil.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/lsutil.asm -------------------------------------------------------------------------------- /45/qb/ir/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/makefile -------------------------------------------------------------------------------- /45/qb/ir/nammgr.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/nammgr.asm -------------------------------------------------------------------------------- /45/qb/ir/prscg.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/prscg.asm -------------------------------------------------------------------------------- /45/qb/ir/prsctl.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/prsctl.asm -------------------------------------------------------------------------------- /45/qb/ir/prsdebug.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/prsdebug.c -------------------------------------------------------------------------------- /45/qb/ir/prsexp.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/prsexp.asm -------------------------------------------------------------------------------- /45/qb/ir/prsid.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/prsid.asm -------------------------------------------------------------------------------- /45/qb/ir/prslex.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/prslex.asm -------------------------------------------------------------------------------- /45/qb/ir/prsmain.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/prsmain.asm -------------------------------------------------------------------------------- /45/qb/ir/prsnt.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/prsnt.asm -------------------------------------------------------------------------------- /45/qb/ir/prsnt1.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/prsnt1.asm -------------------------------------------------------------------------------- /45/qb/ir/prsstmt.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/prsstmt.asm -------------------------------------------------------------------------------- /45/qb/ir/prsutil.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/prsutil.asm -------------------------------------------------------------------------------- /45/qb/ir/qbidata.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/qbidata.c -------------------------------------------------------------------------------- /45/qb/ir/rsalpha.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/rsalpha.asm -------------------------------------------------------------------------------- /45/qb/ir/rttemp.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/rttemp.asm -------------------------------------------------------------------------------- /45/qb/ir/ssaid.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/ssaid.asm -------------------------------------------------------------------------------- /45/qb/ir/ssbos.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/ssbos.asm -------------------------------------------------------------------------------- /45/qb/ir/sscase.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/sscase.asm -------------------------------------------------------------------------------- /45/qb/ir/ssdata.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/ssdata.asm -------------------------------------------------------------------------------- /45/qb/ir/ssdo.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/ssdo.asm -------------------------------------------------------------------------------- /45/qb/ir/ssfor.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/ssfor.asm -------------------------------------------------------------------------------- /45/qb/ir/ssid.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/ssid.asm -------------------------------------------------------------------------------- /45/qb/ir/ssif.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/ssif.asm -------------------------------------------------------------------------------- /45/qb/ir/sslit.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/sslit.asm -------------------------------------------------------------------------------- /45/qb/ir/ssmisc.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/ssmisc.asm -------------------------------------------------------------------------------- /45/qb/ir/ssproc.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/ssproc.asm -------------------------------------------------------------------------------- /45/qb/ir/ssrec.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/ssrec.asm -------------------------------------------------------------------------------- /45/qb/ir/ssrude.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/ssrude.asm -------------------------------------------------------------------------------- /45/qb/ir/ssrules.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/ssrules.asm -------------------------------------------------------------------------------- /45/qb/ir/ssscan.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/ssscan.asm -------------------------------------------------------------------------------- /45/qb/ir/ssstmts.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/ssstmts.asm -------------------------------------------------------------------------------- /45/qb/ir/txtdata.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/txtdata.asm -------------------------------------------------------------------------------- /45/qb/ir/txtdeb.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/txtdeb.asm -------------------------------------------------------------------------------- /45/qb/ir/txtdebug.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/txtdebug.c -------------------------------------------------------------------------------- /45/qb/ir/txtdir.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/txtdir.asm -------------------------------------------------------------------------------- /45/qb/ir/txtfind.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/txtfind.asm -------------------------------------------------------------------------------- /45/qb/ir/txtload.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/txtload.asm -------------------------------------------------------------------------------- /45/qb/ir/txtmgr.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/txtmgr.asm -------------------------------------------------------------------------------- /45/qb/ir/txtmove.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/txtmove.asm -------------------------------------------------------------------------------- /45/qb/ir/txtsave.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/txtsave.asm -------------------------------------------------------------------------------- /45/qb/ir/txtthr.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/txtthr.asm -------------------------------------------------------------------------------- /45/qb/ir/txtutil.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/txtutil.asm -------------------------------------------------------------------------------- /45/qb/ir/typmgr.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/typmgr.asm -------------------------------------------------------------------------------- /45/qb/ir/uiutil.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/uiutil.asm -------------------------------------------------------------------------------- /45/qb/ir/util.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/util.asm -------------------------------------------------------------------------------- /45/qb/ir/vardebug.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/ir/vardebug.c -------------------------------------------------------------------------------- /45/qb/tl/bldlib.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/tl/bldlib.bat -------------------------------------------------------------------------------- /45/qb/tl/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/tl/makefile -------------------------------------------------------------------------------- /45/qb/tl/mk.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/tl/mk.bat -------------------------------------------------------------------------------- /45/qb/tl/mkall.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/tl/mkall.bat -------------------------------------------------------------------------------- /45/qb/tl/mqb.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/tl/mqb.bat -------------------------------------------------------------------------------- /45/qb/tl/msh.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/tl/msh.bat -------------------------------------------------------------------------------- /45/qb/tl/mtsh.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/tl/mtsh.bat -------------------------------------------------------------------------------- /45/qb/tl/prefix.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/tl/prefix.obj -------------------------------------------------------------------------------- /45/qb/tl/qb.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/tl/qb.sty -------------------------------------------------------------------------------- /45/qb/tl/qblist.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/tl/qblist.dat -------------------------------------------------------------------------------- /45/qb/tl/qblist.lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb/tl/qblist.lnk -------------------------------------------------------------------------------- /45/qb5/hd/edit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb5/hd/edit.h -------------------------------------------------------------------------------- /45/qb5/hd/edit.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb5/hd/edit.inc -------------------------------------------------------------------------------- /45/qb5/hd/variable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb5/hd/variable.h -------------------------------------------------------------------------------- /45/qb5/hdcw/cw/dlg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb5/hdcw/cw/dlg.h -------------------------------------------------------------------------------- /45/qb5/hdcw/help.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb5/hdcw/help.inc -------------------------------------------------------------------------------- /45/qb5/hdcw/kkif.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb5/hdcw/kkif.h -------------------------------------------------------------------------------- /45/qb5/hdcw/uidec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb5/hdcw/uidec.h -------------------------------------------------------------------------------- /45/qb5/hdcw/uiext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb5/hdcw/uiext.h -------------------------------------------------------------------------------- /45/qb5/hdcw/uiint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb5/hdcw/uiint.h -------------------------------------------------------------------------------- /45/qb5/hdcw/uimenu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb5/hdcw/uimenu.h -------------------------------------------------------------------------------- /45/qb5/ir/aoagdcaj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb5/ir/aoagdcaj -------------------------------------------------------------------------------- /45/qb5/ir/basewc.qh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb5/ir/basewc.qh -------------------------------------------------------------------------------- /45/qb5/ir/edit.qh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb5/ir/edit.qh -------------------------------------------------------------------------------- /45/qb5/ir/help.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb5/ir/help.asm -------------------------------------------------------------------------------- /45/qb5/ir/help.oem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb5/ir/help.oem -------------------------------------------------------------------------------- /45/qb5/ir/help.qh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb5/ir/help.qh -------------------------------------------------------------------------------- /45/qb5/ir/help.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb5/ir/help.src -------------------------------------------------------------------------------- /45/qb5/ir/init.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb5/ir/init.asm -------------------------------------------------------------------------------- /45/qb5/ir/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb5/ir/makefile -------------------------------------------------------------------------------- /45/qb5/ir/makeqh.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb5/ir/makeqh.bat -------------------------------------------------------------------------------- /45/qb5/ir/oemwc.qh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb5/ir/oemwc.qh -------------------------------------------------------------------------------- /45/qb5/ir/qbasic.qh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb5/ir/qbasic.qh -------------------------------------------------------------------------------- /45/qb5/ir/qedit.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb5/ir/qedit.asm -------------------------------------------------------------------------------- /45/qb5/ir/qedit.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb5/ir/qedit.src -------------------------------------------------------------------------------- /45/qb5/ir/vardbg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb5/ir/vardbg.c -------------------------------------------------------------------------------- /45/qb5/ir/varmgrc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb5/ir/varmgrc.c -------------------------------------------------------------------------------- /45/qb5/qb/altm.lnk: -------------------------------------------------------------------------------- 1 | 87toalt.obj+ 2 | -------------------------------------------------------------------------------- /45/qb5/qb/ctx.lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb5/qb/ctx.lnk -------------------------------------------------------------------------------- /45/qb5/qb/dshstubc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb5/qb/dshstubc.c -------------------------------------------------------------------------------- /45/qb5/qb/ex.lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb5/qb/ex.lnk -------------------------------------------------------------------------------- /45/qb5/qb/lib.lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb5/qb/lib.lnk -------------------------------------------------------------------------------- /45/qb5/qb/ls.lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb5/qb/ls.lnk -------------------------------------------------------------------------------- /45/qb5/qb/misc.lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb5/qb/misc.lnk -------------------------------------------------------------------------------- /45/qb5/qb/opt.lnk: -------------------------------------------------------------------------------- 1 | /Exepack+ 2 | -------------------------------------------------------------------------------- /45/qb5/qb/prs.lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb5/qb/prs.lnk -------------------------------------------------------------------------------- /45/qb5/qb/qbi0.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb5/qb/qbi0.asm -------------------------------------------------------------------------------- /45/qb5/qb/rshell.lnk: -------------------------------------------------------------------------------- 1 | uimisc + uirstubc + 2 | -------------------------------------------------------------------------------- /45/qb5/qb/rt.lnk: -------------------------------------------------------------------------------- 1 | rttemp.obj+ 2 | -------------------------------------------------------------------------------- /45/qb5/qb/rtint.lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb5/qb/rtint.lnk -------------------------------------------------------------------------------- /45/qb5/qb/shell.lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb5/qb/shell.lnk -------------------------------------------------------------------------------- /45/qb5/qb/ss.lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb5/qb/ss.lnk -------------------------------------------------------------------------------- /45/qb5/qb/txt.lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb5/qb/txt.lnk -------------------------------------------------------------------------------- /45/qb5/qb/uirstubc.c: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /45/qb5/qb/var.lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb5/qb/var.lnk -------------------------------------------------------------------------------- /45/qb5/qbas/cow.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb5/qbas/cow.lib -------------------------------------------------------------------------------- /45/qb5/qbas/cow/hold.txt: -------------------------------------------------------------------------------- 1 | holder -------------------------------------------------------------------------------- /45/qb5/qbas/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb5/qbas/makefile -------------------------------------------------------------------------------- /45/qb5/qbas/notab.sed: -------------------------------------------------------------------------------- 1 | s/^ // 2 | s/ */ /g 3 | -------------------------------------------------------------------------------- /45/qb5/tl/de.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb5/tl/de.exe -------------------------------------------------------------------------------- /45/qb5/uq/auxcow.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb5/uq/auxcow.c -------------------------------------------------------------------------------- /45/qb5/uq/defcolor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb5/uq/defcolor.c -------------------------------------------------------------------------------- /45/qb5/uq/intl.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb5/uq/intl.inc -------------------------------------------------------------------------------- /45/qb5/uq/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb5/uq/makefile -------------------------------------------------------------------------------- /45/qb5/uq/scroll.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb5/uq/scroll.c -------------------------------------------------------------------------------- /45/qb5/uq/text.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb5/uq/text.asm -------------------------------------------------------------------------------- /45/qb5/uq/textmgr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb5/uq/textmgr.c -------------------------------------------------------------------------------- /45/qb5/uq/uictl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb5/uq/uictl.c -------------------------------------------------------------------------------- /45/qb5/uq/uiedit.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb5/uq/uiedit.asm -------------------------------------------------------------------------------- /45/qb5/uq/uifile.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb5/uq/uifile.c -------------------------------------------------------------------------------- /45/qb5/uq/uifile.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb5/uq/uifile.src -------------------------------------------------------------------------------- /45/qb5/uq/uihelp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb5/uq/uihelp.c -------------------------------------------------------------------------------- /45/qb5/uq/uimain.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb5/uq/uimain.asm -------------------------------------------------------------------------------- /45/qb5/uq/uimisc.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb5/uq/uimisc.asm -------------------------------------------------------------------------------- /45/qb5/uq/uimsgbox.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb5/uq/uimsgbox.c -------------------------------------------------------------------------------- /45/qb5/uq/uioptns.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb5/uq/uioptns.c -------------------------------------------------------------------------------- /45/qb5/uq/uirs.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb5/uq/uirs.asm -------------------------------------------------------------------------------- /45/qb5/uq/uirsc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb5/uq/uirsc.c -------------------------------------------------------------------------------- /45/qb5/uq/uirsrcc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb5/uq/uirsrcc.c -------------------------------------------------------------------------------- /45/qb5/uq/uiscrn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb5/uq/uiscrn.c -------------------------------------------------------------------------------- /45/qb5/uq/uisearch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb5/uq/uisearch.c -------------------------------------------------------------------------------- /45/qb5/uq/uistub.c: -------------------------------------------------------------------------------- 1 | #include "version.h" 2 | 3 | -------------------------------------------------------------------------------- /45/qb5/uq/uiutil.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb5/uq/uiutil.asm -------------------------------------------------------------------------------- /45/qb5/uq/uiview.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb5/uq/uiview.c -------------------------------------------------------------------------------- /45/qb5/uq/uiwind.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb5/uq/uiwind.c -------------------------------------------------------------------------------- /45/qb5/uq/uiwind.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb5/uq/uiwind.src -------------------------------------------------------------------------------- /45/qb5/uq/uiword.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qb5/uq/uiword.asm -------------------------------------------------------------------------------- /45/qbdut/edit.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qbdut/edit.src -------------------------------------------------------------------------------- /45/qbfrn/edit.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qbfrn/edit.src -------------------------------------------------------------------------------- /45/qbger/edit.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qbger/edit.src -------------------------------------------------------------------------------- /45/qbitn/edit.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qbitn/edit.src -------------------------------------------------------------------------------- /45/qbpor/edit.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qbpor/edit.src -------------------------------------------------------------------------------- /45/qbspa/edit.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qbspa/edit.src -------------------------------------------------------------------------------- /45/qbswe/edit.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qbswe/edit.src -------------------------------------------------------------------------------- /45/qbusa/edit.src: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/qbusa/edit.src -------------------------------------------------------------------------------- /45/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/readme.txt -------------------------------------------------------------------------------- /45/runtime/rt/evtuev.asm: -------------------------------------------------------------------------------- 1 | end 2 | -------------------------------------------------------------------------------- /45/tl/bin/c1.err: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/tl/bin/c1.err -------------------------------------------------------------------------------- /45/tl/bin/c1.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/tl/bin/c1.exe -------------------------------------------------------------------------------- /45/tl/bin/c2.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/tl/bin/c2.exe -------------------------------------------------------------------------------- /45/tl/bin/c23.err: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/tl/bin/c23.err -------------------------------------------------------------------------------- /45/tl/bin/c3.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/tl/bin/c3.exe -------------------------------------------------------------------------------- /45/tl/bin/cat.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/tl/bin/cat.exe -------------------------------------------------------------------------------- /45/tl/bin/cl.err: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/tl/bin/cl.err -------------------------------------------------------------------------------- /45/tl/bin/cl.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/tl/bin/cl.exe -------------------------------------------------------------------------------- /45/tl/bin/cl.hlp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/tl/bin/cl.hlp -------------------------------------------------------------------------------- /45/tl/bin/exp.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/tl/bin/exp.exe -------------------------------------------------------------------------------- /45/tl/bin/fgrep.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/tl/bin/fgrep.exe -------------------------------------------------------------------------------- /45/tl/bin/lib.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/tl/bin/lib.exe -------------------------------------------------------------------------------- /45/tl/bin/link.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/tl/bin/link.exe -------------------------------------------------------------------------------- /45/tl/bin/mapsym.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/tl/bin/mapsym.exe -------------------------------------------------------------------------------- /45/tl/bin/masm.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/tl/bin/masm.exe -------------------------------------------------------------------------------- /45/tl/bin/mv.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/tl/bin/mv.exe -------------------------------------------------------------------------------- /45/tl/bin/nmake.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/tl/bin/nmake.exe -------------------------------------------------------------------------------- /45/tl/bin/sed.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/tl/bin/sed.exe -------------------------------------------------------------------------------- /45/tl/bin/szscrn.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/tl/bin/szscrn.exe -------------------------------------------------------------------------------- /45/tl/binb/lk.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/tl/binb/lk.exe -------------------------------------------------------------------------------- /45/tl/binb/tok.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/tl/binb/tok.exe -------------------------------------------------------------------------------- /45/tl/inc/assert.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/tl/inc/assert.h -------------------------------------------------------------------------------- /45/tl/inc/bios.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/tl/inc/bios.h -------------------------------------------------------------------------------- /45/tl/inc/bse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/tl/inc/bse.h -------------------------------------------------------------------------------- /45/tl/inc/bsedos.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/tl/inc/bsedos.h -------------------------------------------------------------------------------- /45/tl/inc/bseerr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/tl/inc/bseerr.h -------------------------------------------------------------------------------- /45/tl/inc/bsesub.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/tl/inc/bsesub.h -------------------------------------------------------------------------------- /45/tl/inc/conio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/tl/inc/conio.h -------------------------------------------------------------------------------- /45/tl/inc/ctype.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/tl/inc/ctype.h -------------------------------------------------------------------------------- /45/tl/inc/direct.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/tl/inc/direct.h -------------------------------------------------------------------------------- /45/tl/inc/dos.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/tl/inc/dos.h -------------------------------------------------------------------------------- /45/tl/inc/errno.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/tl/inc/errno.h -------------------------------------------------------------------------------- /45/tl/inc/fcntl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/tl/inc/fcntl.h -------------------------------------------------------------------------------- /45/tl/inc/float.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/tl/inc/float.h -------------------------------------------------------------------------------- /45/tl/inc/graph.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/tl/inc/graph.h -------------------------------------------------------------------------------- /45/tl/inc/io.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/tl/inc/io.h -------------------------------------------------------------------------------- /45/tl/inc/limits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/tl/inc/limits.h -------------------------------------------------------------------------------- /45/tl/inc/malloc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/tl/inc/malloc.h -------------------------------------------------------------------------------- /45/tl/inc/math.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/tl/inc/math.h -------------------------------------------------------------------------------- /45/tl/inc/memory.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/tl/inc/memory.h -------------------------------------------------------------------------------- /45/tl/inc/os2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/tl/inc/os2.h -------------------------------------------------------------------------------- /45/tl/inc/os2def.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/tl/inc/os2def.h -------------------------------------------------------------------------------- /45/tl/inc/process.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/tl/inc/process.h -------------------------------------------------------------------------------- /45/tl/inc/search.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/tl/inc/search.h -------------------------------------------------------------------------------- /45/tl/inc/setjmp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/tl/inc/setjmp.h -------------------------------------------------------------------------------- /45/tl/inc/share.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/tl/inc/share.h -------------------------------------------------------------------------------- /45/tl/inc/signal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/tl/inc/signal.h -------------------------------------------------------------------------------- /45/tl/inc/stdarg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/tl/inc/stdarg.h -------------------------------------------------------------------------------- /45/tl/inc/stddef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/tl/inc/stddef.h -------------------------------------------------------------------------------- /45/tl/inc/stdio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/tl/inc/stdio.h -------------------------------------------------------------------------------- /45/tl/inc/stdlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/tl/inc/stdlib.h -------------------------------------------------------------------------------- /45/tl/inc/string.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/tl/inc/string.h -------------------------------------------------------------------------------- /45/tl/inc/style.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/tl/inc/style.h -------------------------------------------------------------------------------- /45/tl/inc/sys/stat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/tl/inc/sys/stat.h -------------------------------------------------------------------------------- /45/tl/inc/time.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/tl/inc/time.h -------------------------------------------------------------------------------- /45/tl/inc/varargs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/tl/inc/varargs.h -------------------------------------------------------------------------------- /45/tl/inc/windows.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/tl/inc/windows.h -------------------------------------------------------------------------------- /45/tl/lib/libh.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/tl/lib/libh.lib -------------------------------------------------------------------------------- /45/tl/lib/lqbem.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/tl/lib/lqbem.lib -------------------------------------------------------------------------------- /45/tl/lib/mlibcr.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/tl/lib/mlibcr.lib -------------------------------------------------------------------------------- /45/tl/lib/slibce.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/45/tl/lib/slibce.lib -------------------------------------------------------------------------------- /BUILD.BAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/BUILD.BAT -------------------------------------------------------------------------------- /C5.BAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/C5.BAT -------------------------------------------------------------------------------- /C6.BAT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/C6.BAT -------------------------------------------------------------------------------- /README.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/README.MD -------------------------------------------------------------------------------- /access/access.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/access/access.c -------------------------------------------------------------------------------- /access/access.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/access/access.h -------------------------------------------------------------------------------- /access/access.lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/access/access.lnk -------------------------------------------------------------------------------- /access/access.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/access/access.mak -------------------------------------------------------------------------------- /access/comm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/access/comm.c -------------------------------------------------------------------------------- /access/comm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/access/comm.h -------------------------------------------------------------------------------- /access/datablk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/access/datablk.c -------------------------------------------------------------------------------- /access/datablk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/access/datablk.h -------------------------------------------------------------------------------- /access/defines.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/access/defines.h -------------------------------------------------------------------------------- /access/dialogs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/access/dialogs.c -------------------------------------------------------------------------------- /access/dialogs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/access/dialogs.h -------------------------------------------------------------------------------- /access/drv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/access/drv.c -------------------------------------------------------------------------------- /access/drv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/access/drv.h -------------------------------------------------------------------------------- /access/equip.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/access/equip.asm -------------------------------------------------------------------------------- /access/filter.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/access/filter.asm -------------------------------------------------------------------------------- /access/front.lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/access/front.lnk -------------------------------------------------------------------------------- /access/frontend.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/access/frontend.c -------------------------------------------------------------------------------- /access/frontend.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/access/frontend.h -------------------------------------------------------------------------------- /access/gide.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/access/gide.c -------------------------------------------------------------------------------- /access/gide.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/access/gide.h -------------------------------------------------------------------------------- /access/gideidef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/access/gideidef.h -------------------------------------------------------------------------------- /access/globals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/access/globals.h -------------------------------------------------------------------------------- /access/handicap.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/access/handicap.asm -------------------------------------------------------------------------------- /access/hexout.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/access/hexout.asm -------------------------------------------------------------------------------- /access/init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/access/init.c -------------------------------------------------------------------------------- /access/init.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/access/init.h -------------------------------------------------------------------------------- /access/int9.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/access/int9.c -------------------------------------------------------------------------------- /access/int9.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/access/int9.h -------------------------------------------------------------------------------- /access/kbd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/access/kbd.c -------------------------------------------------------------------------------- /access/kbd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/access/kbd.h -------------------------------------------------------------------------------- /access/keyboard.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/access/keyboard.inc -------------------------------------------------------------------------------- /access/menudata.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/access/menudata.c -------------------------------------------------------------------------------- /access/menudata.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/access/menudata.h -------------------------------------------------------------------------------- /access/messages.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/access/messages.c -------------------------------------------------------------------------------- /access/messages.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/access/messages.h -------------------------------------------------------------------------------- /access/mou.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/access/mou.c -------------------------------------------------------------------------------- /access/mou.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/access/mou.h -------------------------------------------------------------------------------- /access/mousekey.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/access/mousekey.asm -------------------------------------------------------------------------------- /access/param.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/access/param.asm -------------------------------------------------------------------------------- /access/pile.bat: -------------------------------------------------------------------------------- 1 | nmake access.mak 2 |  -------------------------------------------------------------------------------- /access/serkeys.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/access/serkeys.asm -------------------------------------------------------------------------------- /access/serkeys.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/access/serkeys.h -------------------------------------------------------------------------------- /access/skdefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/access/skdefs.h -------------------------------------------------------------------------------- /access/startup.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/access/startup.asm -------------------------------------------------------------------------------- /access/stickeys.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/access/stickeys.asm -------------------------------------------------------------------------------- /access/timeout.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/access/timeout.asm -------------------------------------------------------------------------------- /access/toggle.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/access/toggle.asm -------------------------------------------------------------------------------- /access/vars.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/access/vars.c -------------------------------------------------------------------------------- /access/vars.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/access/vars.h -------------------------------------------------------------------------------- /basastro.mak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/basastro.mak -------------------------------------------------------------------------------- /baseimag/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/baseimag/makefile -------------------------------------------------------------------------------- /binaries/.gitkeep: -------------------------------------------------------------------------------- 1 | . 2 | -------------------------------------------------------------------------------- /bios/apmequ.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/bios/apmequ.inc -------------------------------------------------------------------------------- /bios/biosseg.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/bios/biosseg.inc -------------------------------------------------------------------------------- /bios/biostruc.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/bios/biostruc.inc -------------------------------------------------------------------------------- /bios/config.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/bios/config.inc -------------------------------------------------------------------------------- /bios/copy.oak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/bios/copy.oak -------------------------------------------------------------------------------- /bios/devmark.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/bios/devmark.inc -------------------------------------------------------------------------------- /bios/inc.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/bios/inc.asm -------------------------------------------------------------------------------- /bios/lpc.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/bios/lpc.asm -------------------------------------------------------------------------------- /bios/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/bios/makefile -------------------------------------------------------------------------------- /bios/makefile.oak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/bios/makefile.oak -------------------------------------------------------------------------------- /bios/msbio.lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/bios/msbio.lnk -------------------------------------------------------------------------------- /bios/msbio.oak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/bios/msbio.oak -------------------------------------------------------------------------------- /bios/msbio.skl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/bios/msbio.skl -------------------------------------------------------------------------------- /bios/msbio.tag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/bios/msbio.tag -------------------------------------------------------------------------------- /bios/msbio1.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/bios/msbio1.asm -------------------------------------------------------------------------------- /bios/msbio2.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/bios/msbio2.asm -------------------------------------------------------------------------------- /bios/msbior.lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/bios/msbior.lnk -------------------------------------------------------------------------------- /bios/mschar.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/bios/mschar.asm -------------------------------------------------------------------------------- /bios/msdioctl.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/bios/msdioctl.asm -------------------------------------------------------------------------------- /bios/msdisk.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/bios/msdisk.asm -------------------------------------------------------------------------------- /bios/msdskpr.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/bios/msdskpr.inc -------------------------------------------------------------------------------- /bios/msend.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/bios/msend.asm -------------------------------------------------------------------------------- /bios/msequ.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/bios/msequ.inc -------------------------------------------------------------------------------- /bios/msgroup.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/bios/msgroup.inc -------------------------------------------------------------------------------- /bios/msinit.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/bios/msinit.asm -------------------------------------------------------------------------------- /bios/msint13.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/bios/msint13.asm -------------------------------------------------------------------------------- /bios/msload.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/bios/msload.asm -------------------------------------------------------------------------------- /bios/multconf.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/bios/multconf.txt -------------------------------------------------------------------------------- /bios/power.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/bios/power.asm -------------------------------------------------------------------------------- /bios/power.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/bios/power.inc -------------------------------------------------------------------------------- /bios/power21/lpc.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/bios/power21/lpc.asm -------------------------------------------------------------------------------- /bios/ptime.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/bios/ptime.asm -------------------------------------------------------------------------------- /bios/rom8k.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/bios/rom8k.inc -------------------------------------------------------------------------------- /bios/romdinit.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/bios/romdinit.asm -------------------------------------------------------------------------------- /bios/romdrive.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/bios/romdrive.asm -------------------------------------------------------------------------------- /bios/romrd.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/bios/romrd.asm -------------------------------------------------------------------------------- /bios/romrdhi.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/bios/romrdhi.asm -------------------------------------------------------------------------------- /bios/romrdlo.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/bios/romrdlo.asm -------------------------------------------------------------------------------- /bios/setcds/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/bios/setcds/makefile -------------------------------------------------------------------------------- /bios/sysconf.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/bios/sysconf.asm -------------------------------------------------------------------------------- /bios/sysimes.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/bios/sysimes.asm -------------------------------------------------------------------------------- /bios/sysinit1.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/bios/sysinit1.asm -------------------------------------------------------------------------------- /bios/sysinit2.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/bios/sysinit2.asm -------------------------------------------------------------------------------- /bios/syspre.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/bios/syspre.asm -------------------------------------------------------------------------------- /boot/boot.skl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/boot/boot.skl -------------------------------------------------------------------------------- /boot/boot11.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/boot/boot11.inc -------------------------------------------------------------------------------- /boot/copy.oak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/boot/copy.oak -------------------------------------------------------------------------------- /boot/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/boot/makefile -------------------------------------------------------------------------------- /boot/msboot.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/boot/msboot.asm -------------------------------------------------------------------------------- /c6ers/appcomp/api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/c6ers/appcomp/api.h -------------------------------------------------------------------------------- /c6ers/interlnk/dc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/c6ers/interlnk/dc.h -------------------------------------------------------------------------------- /c6ers/interlnk/str.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/c6ers/interlnk/str.h -------------------------------------------------------------------------------- /c6ers/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/c6ers/makefile -------------------------------------------------------------------------------- /c6ers/msd200a/_msd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/c6ers/msd200a/_msd.h -------------------------------------------------------------------------------- /c6ers/msd200a/ai.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/c6ers/msd200a/ai.lib -------------------------------------------------------------------------------- /c6ers/msd200a/csdm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/c6ers/msd200a/csdm.h -------------------------------------------------------------------------------- /c6ers/msd200a/id.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/c6ers/msd200a/id.inc -------------------------------------------------------------------------------- /c6ers/msd200a/lib/.gitkeep: -------------------------------------------------------------------------------- 1 | . 2 | -------------------------------------------------------------------------------- /c6ers/msd200a/md.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/c6ers/msd200a/md.asm -------------------------------------------------------------------------------- /c6ers/msd200a/md.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/c6ers/msd200a/md.inc -------------------------------------------------------------------------------- /c6ers/msd200a/menu.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/c6ers/msd200a/menu.c -------------------------------------------------------------------------------- /c6ers/msd200a/menu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/c6ers/msd200a/menu.h -------------------------------------------------------------------------------- /c6ers/msd200a/msd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/c6ers/msd200a/msd.c -------------------------------------------------------------------------------- /c6ers/msd200a/msd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/c6ers/msd200a/msd.h -------------------------------------------------------------------------------- /c6ers/msd200a/scr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/c6ers/msd200a/scr.c -------------------------------------------------------------------------------- /c6ers/msd200a/scr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/c6ers/msd200a/scr.h -------------------------------------------------------------------------------- /c6ers/msd200a/tiga.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/c6ers/msd200a/tiga.h -------------------------------------------------------------------------------- /c6ers/newcmds/move.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/c6ers/newcmds/move.c -------------------------------------------------------------------------------- /c6ers/newcmds/toolib/cobjr/.gitkeep: -------------------------------------------------------------------------------- 1 | . 2 | -------------------------------------------------------------------------------- /c6ers/newcmds/toolib/lib/.gitkeep: -------------------------------------------------------------------------------- 1 | . 2 | -------------------------------------------------------------------------------- /c6ers/newcmds/toolib/lobjr/.gitkeep: -------------------------------------------------------------------------------- 1 | . 2 | -------------------------------------------------------------------------------- /c6ers/newcmds/toolib/mobjr/.gitkeep: -------------------------------------------------------------------------------- 1 | . 2 | -------------------------------------------------------------------------------- /c6ers/newcmds/toolib/sobjr/.gitkeep: -------------------------------------------------------------------------------- 1 | . 2 | -------------------------------------------------------------------------------- /c6ers/smartmon/log.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/c6ers/smartmon/log.c -------------------------------------------------------------------------------- /c6ers/tools6/tmp/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /clean.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/clean.bat -------------------------------------------------------------------------------- /cmd/adddrv/_msgret.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/adddrv/_msgret.h -------------------------------------------------------------------------------- /cmd/adddrv/adddrv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/adddrv/adddrv.c -------------------------------------------------------------------------------- /cmd/adddrv/addsub.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/adddrv/addsub.c -------------------------------------------------------------------------------- /cmd/adddrv/addsub.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/adddrv/addsub.h -------------------------------------------------------------------------------- /cmd/adddrv/bin2txt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/adddrv/bin2txt.c -------------------------------------------------------------------------------- /cmd/adddrv/bio.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/adddrv/bio.asm -------------------------------------------------------------------------------- /cmd/adddrv/bio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/adddrv/bio.h -------------------------------------------------------------------------------- /cmd/adddrv/common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/adddrv/common.h -------------------------------------------------------------------------------- /cmd/adddrv/deldrv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/adddrv/deldrv.c -------------------------------------------------------------------------------- /cmd/adddrv/didd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/adddrv/didd.h -------------------------------------------------------------------------------- /cmd/adddrv/exehigh.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/adddrv/exehigh.c -------------------------------------------------------------------------------- /cmd/adddrv/hardint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/adddrv/hardint.h -------------------------------------------------------------------------------- /cmd/adddrv/init.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/adddrv/init.asm -------------------------------------------------------------------------------- /cmd/adddrv/keys.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/adddrv/keys.asm -------------------------------------------------------------------------------- /cmd/adddrv/keys.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/adddrv/keys.h -------------------------------------------------------------------------------- /cmd/adddrv/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/adddrv/makefile -------------------------------------------------------------------------------- /cmd/adddrv/mesext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/adddrv/mesext.h -------------------------------------------------------------------------------- /cmd/adddrv/oem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/adddrv/oem.c -------------------------------------------------------------------------------- /cmd/adddrv/oem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/adddrv/oem.h -------------------------------------------------------------------------------- /cmd/adddrv/oem2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/adddrv/oem2.h -------------------------------------------------------------------------------- /cmd/adddrv/signal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/adddrv/signal.h -------------------------------------------------------------------------------- /cmd/adddrv/struct.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/adddrv/struct.h -------------------------------------------------------------------------------- /cmd/adddrv/typedef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/adddrv/typedef.h -------------------------------------------------------------------------------- /cmd/adddrv/types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/adddrv/types.h -------------------------------------------------------------------------------- /cmd/append/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/append/makefile -------------------------------------------------------------------------------- /cmd/assign/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/assign/makefile -------------------------------------------------------------------------------- /cmd/attrib/attrib.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/attrib/attrib.c -------------------------------------------------------------------------------- /cmd/attrib/attrib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/attrib/attrib.h -------------------------------------------------------------------------------- /cmd/attrib/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/attrib/makefile -------------------------------------------------------------------------------- /cmd/attrib/msgret.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/attrib/msgret.h -------------------------------------------------------------------------------- /cmd/attrib/parse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/attrib/parse.h -------------------------------------------------------------------------------- /cmd/attrib/proto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/attrib/proto.h -------------------------------------------------------------------------------- /cmd/backup/backup.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/backup/backup.c -------------------------------------------------------------------------------- /cmd/backup/backup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/backup/backup.h -------------------------------------------------------------------------------- /cmd/backup/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/backup/makefile -------------------------------------------------------------------------------- /cmd/build.oak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/build.oak -------------------------------------------------------------------------------- /cmd/chkdsk/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/chkdsk/makefile -------------------------------------------------------------------------------- /cmd/chkdsk/spawn.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/chkdsk/spawn.asm -------------------------------------------------------------------------------- /cmd/cmd.tag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/cmd.tag -------------------------------------------------------------------------------- /cmd/command/copy.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/command/copy.asm -------------------------------------------------------------------------------- /cmd/command/copy.oak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/command/copy.oak -------------------------------------------------------------------------------- /cmd/command/dir.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/command/dir.asm -------------------------------------------------------------------------------- /cmd/command/help.skl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/command/help.skl -------------------------------------------------------------------------------- /cmd/command/init.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/command/init.asm -------------------------------------------------------------------------------- /cmd/command/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/command/makefile -------------------------------------------------------------------------------- /cmd/command/rom.lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/command/rom.lnk -------------------------------------------------------------------------------- /cmd/command/stub.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/command/stub.asm -------------------------------------------------------------------------------- /cmd/command/tenv.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/command/tenv.asm -------------------------------------------------------------------------------- /cmd/command/tfor.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/command/tfor.asm -------------------------------------------------------------------------------- /cmd/command/tspc.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/command/tspc.asm -------------------------------------------------------------------------------- /cmd/comp/comp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/comp/comp.c -------------------------------------------------------------------------------- /cmd/comp/comp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/comp/comp.h -------------------------------------------------------------------------------- /cmd/comp/comp.tag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/comp/comp.tag -------------------------------------------------------------------------------- /cmd/comp/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/comp/makefile -------------------------------------------------------------------------------- /cmd/cps/build.oak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/cps/build.oak -------------------------------------------------------------------------------- /cmd/cps/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/cps/makefile -------------------------------------------------------------------------------- /cmd/cps/makefile.oak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/cps/makefile.oak -------------------------------------------------------------------------------- /cmd/csource.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/csource.txt -------------------------------------------------------------------------------- /cmd/debug/debasm.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/debug/debasm.asm -------------------------------------------------------------------------------- /cmd/debug/debems.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/debug/debems.asm -------------------------------------------------------------------------------- /cmd/debug/deberr.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/debug/deberr.asm -------------------------------------------------------------------------------- /cmd/debug/debmes.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/debug/debmes.asm -------------------------------------------------------------------------------- /cmd/debug/debug.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/debug/debug.asm -------------------------------------------------------------------------------- /cmd/debug/debug.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/debug/debug.inc -------------------------------------------------------------------------------- /cmd/debug/debug.lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/debug/debug.lnk -------------------------------------------------------------------------------- /cmd/debug/debug.skl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/debug/debug.skl -------------------------------------------------------------------------------- /cmd/debug/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/debug/makefile -------------------------------------------------------------------------------- /cmd/debug/sysver.fal: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/debug/sysver.fal -------------------------------------------------------------------------------- /cmd/debug/sysver.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/debug/sysver.inc -------------------------------------------------------------------------------- /cmd/debug/sysver.tru: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/debug/sysver.tru -------------------------------------------------------------------------------- /cmd/diskcopy/ibm.skl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/diskcopy/ibm.skl -------------------------------------------------------------------------------- /cmd/doskey/copy.oak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/doskey/copy.oak -------------------------------------------------------------------------------- /cmd/doskey/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/doskey/makefile -------------------------------------------------------------------------------- /cmd/doskey/trans.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/doskey/trans.asm -------------------------------------------------------------------------------- /cmd/edlin/edlequ.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/edlin/edlequ.asm -------------------------------------------------------------------------------- /cmd/edlin/edlin.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/edlin/edlin.asm -------------------------------------------------------------------------------- /cmd/fc/error.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/fc/error.c -------------------------------------------------------------------------------- /cmd/fc/fc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/fc/fc.c -------------------------------------------------------------------------------- /cmd/fc/fc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/fc/fc.h -------------------------------------------------------------------------------- /cmd/fc/fc.lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/fc/fc.lnk -------------------------------------------------------------------------------- /cmd/fc/fc.tag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/fc/fc.tag -------------------------------------------------------------------------------- /cmd/fc/fgetl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/fc/fgetl.c -------------------------------------------------------------------------------- /cmd/fc/getl.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/fc/getl.asm -------------------------------------------------------------------------------- /cmd/fc/internat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/fc/internat.h -------------------------------------------------------------------------------- /cmd/fc/kstring.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/fc/kstring.c -------------------------------------------------------------------------------- /cmd/fc/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/fc/makefile -------------------------------------------------------------------------------- /cmd/fc/maxmin.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/fc/maxmin.asm -------------------------------------------------------------------------------- /cmd/fc/move.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/fc/move.asm -------------------------------------------------------------------------------- /cmd/fc/ntoi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/fc/ntoi.c -------------------------------------------------------------------------------- /cmd/fc/string.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/fc/string.asm -------------------------------------------------------------------------------- /cmd/fc/syserr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/fc/syserr.c -------------------------------------------------------------------------------- /cmd/fc/tools.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/fc/tools.h -------------------------------------------------------------------------------- /cmd/fc/ttypes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/fc/ttypes.h -------------------------------------------------------------------------------- /cmd/fc/update.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/fc/update.c -------------------------------------------------------------------------------- /cmd/fc/xtab.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/fc/xtab.asm -------------------------------------------------------------------------------- /cmd/fdisk/dos.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/fdisk/dos.h -------------------------------------------------------------------------------- /cmd/fdisk/fdisk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/fdisk/fdisk.c -------------------------------------------------------------------------------- /cmd/fdisk/fdisk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/fdisk/fdisk.h -------------------------------------------------------------------------------- /cmd/fdisk/input.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/fdisk/input.c -------------------------------------------------------------------------------- /cmd/fdisk/int13.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/fdisk/int13.c -------------------------------------------------------------------------------- /cmd/fdisk/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/fdisk/main.c -------------------------------------------------------------------------------- /cmd/fdisk/parse.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/fdisk/parse.h -------------------------------------------------------------------------------- /cmd/fdisk/print.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/fdisk/print.h -------------------------------------------------------------------------------- /cmd/fdisk/space.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/fdisk/space.c -------------------------------------------------------------------------------- /cmd/fdisk/test.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/fdisk/test.h -------------------------------------------------------------------------------- /cmd/fdisk/video.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/fdisk/video.c -------------------------------------------------------------------------------- /cmd/find/find.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/find/find.asm -------------------------------------------------------------------------------- /cmd/find/find.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/find/find.inc -------------------------------------------------------------------------------- /cmd/find/find.lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/find/find.lnk -------------------------------------------------------------------------------- /cmd/find/find.skl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/find/find.skl -------------------------------------------------------------------------------- /cmd/find/find.tag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/find/find.tag -------------------------------------------------------------------------------- /cmd/find/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/find/makefile -------------------------------------------------------------------------------- /cmd/help/help.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/help/help.c -------------------------------------------------------------------------------- /cmd/help/help.tag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/help/help.tag -------------------------------------------------------------------------------- /cmd/help/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/help/makefile -------------------------------------------------------------------------------- /cmd/help/proto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/help/proto.h -------------------------------------------------------------------------------- /cmd/join/join.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/join/join.c -------------------------------------------------------------------------------- /cmd/join/join.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/join/join.h -------------------------------------------------------------------------------- /cmd/join/join.lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/join/join.lnk -------------------------------------------------------------------------------- /cmd/join/join.skl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/join/join.skl -------------------------------------------------------------------------------- /cmd/join/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/join/makefile -------------------------------------------------------------------------------- /cmd/keyb/copy.oak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/keyb/copy.oak -------------------------------------------------------------------------------- /cmd/keyb/keyb.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/keyb/keyb.asm -------------------------------------------------------------------------------- /cmd/keyb/keyb.lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/keyb/keyb.lnk -------------------------------------------------------------------------------- /cmd/keyb/keyb.skl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/keyb/keyb.skl -------------------------------------------------------------------------------- /cmd/keyb/keyb.tag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/keyb/keyb.tag -------------------------------------------------------------------------------- /cmd/keyb/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/keyb/makefile -------------------------------------------------------------------------------- /cmd/label/label.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/label/label.c -------------------------------------------------------------------------------- /cmd/label/label.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/label/label.h -------------------------------------------------------------------------------- /cmd/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/makefile -------------------------------------------------------------------------------- /cmd/makefile.oak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/makefile.oak -------------------------------------------------------------------------------- /cmd/mem/lines.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/mem/lines.asm -------------------------------------------------------------------------------- /cmd/mem/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/mem/makefile -------------------------------------------------------------------------------- /cmd/mem/mem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/mem/mem.c -------------------------------------------------------------------------------- /cmd/mem/mem.lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/mem/mem.lnk -------------------------------------------------------------------------------- /cmd/mem/mem.skl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/mem/mem.skl -------------------------------------------------------------------------------- /cmd/mem/mem.tag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/mem/mem.tag -------------------------------------------------------------------------------- /cmd/mem/membase.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/mem/membase.c -------------------------------------------------------------------------------- /cmd/mem/memex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/mem/memex.c -------------------------------------------------------------------------------- /cmd/mem/msgdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/mem/msgdef.h -------------------------------------------------------------------------------- /cmd/mem/submsg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/mem/submsg.c -------------------------------------------------------------------------------- /cmd/mem/value: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/mem/value -------------------------------------------------------------------------------- /cmd/mem/xmm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/mem/xmm.h -------------------------------------------------------------------------------- /cmd/mem/xms.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/mem/xms.asm -------------------------------------------------------------------------------- /cmd/mode/copy.oak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/mode/copy.oak -------------------------------------------------------------------------------- /cmd/mode/main.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/mode/main.asm -------------------------------------------------------------------------------- /cmd/mode/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/mode/makefile -------------------------------------------------------------------------------- /cmd/mode/mode.lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/mode/mode.lnk -------------------------------------------------------------------------------- /cmd/mode/mode.skl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/mode/mode.skl -------------------------------------------------------------------------------- /cmd/mode/mode.tag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/mode/mode.tag -------------------------------------------------------------------------------- /cmd/more/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/more/makefile -------------------------------------------------------------------------------- /cmd/more/more.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/more/more.asm -------------------------------------------------------------------------------- /cmd/more/more.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/more/more.inc -------------------------------------------------------------------------------- /cmd/more/more.lnk: -------------------------------------------------------------------------------- 1 | more,more.exc; 2 |  3 | -------------------------------------------------------------------------------- /cmd/more/more.skl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/more/more.skl -------------------------------------------------------------------------------- /cmd/redir/ipx.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/redir/ipx.obj -------------------------------------------------------------------------------- /cmd/redir/net.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/redir/net.exe -------------------------------------------------------------------------------- /cmd/restore/rt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/restore/rt.h -------------------------------------------------------------------------------- /cmd/restore/rt1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/restore/rt1.h -------------------------------------------------------------------------------- /cmd/restore/rt2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/restore/rt2.h -------------------------------------------------------------------------------- /cmd/restore/rtt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/restore/rtt.c -------------------------------------------------------------------------------- /cmd/sort/copy.oak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/sort/copy.oak -------------------------------------------------------------------------------- /cmd/sort/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/sort/makefile -------------------------------------------------------------------------------- /cmd/sort/sort.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/sort/sort.asm -------------------------------------------------------------------------------- /cmd/sort/sort.lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/sort/sort.lnk -------------------------------------------------------------------------------- /cmd/sort/sort.skl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/sort/sort.skl -------------------------------------------------------------------------------- /cmd/sort/sort.tag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/sort/sort.tag -------------------------------------------------------------------------------- /cmd/subst/subst.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/subst/subst.c -------------------------------------------------------------------------------- /cmd/subst/subst.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/subst/subst.h -------------------------------------------------------------------------------- /cmd/sys/copy.oak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/sys/copy.oak -------------------------------------------------------------------------------- /cmd/sys/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/sys/makefile -------------------------------------------------------------------------------- /cmd/sys/path.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/sys/path.asm -------------------------------------------------------------------------------- /cmd/sys/sys.lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/sys/sys.lnk -------------------------------------------------------------------------------- /cmd/sys/sys.skl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/sys/sys.skl -------------------------------------------------------------------------------- /cmd/sys/sys.tag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/sys/sys.tag -------------------------------------------------------------------------------- /cmd/sys/sys1.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/sys/sys1.asm -------------------------------------------------------------------------------- /cmd/sys/sys2.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/sys/sys2.asm -------------------------------------------------------------------------------- /cmd/sys/syssr.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/sys/syssr.asm -------------------------------------------------------------------------------- /cmd/tree/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/tree/makefile -------------------------------------------------------------------------------- /cmd/tree/tree.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/tree/tree.asm -------------------------------------------------------------------------------- /cmd/tree/tree.lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/tree/tree.lnk -------------------------------------------------------------------------------- /cmd/tree/tree.skl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/tree/tree.skl -------------------------------------------------------------------------------- /cmd/xcopy/dos.equ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/cmd/xcopy/dos.equ -------------------------------------------------------------------------------- /compress/.gitkeep: -------------------------------------------------------------------------------- 1 | . 2 | -------------------------------------------------------------------------------- /copyr.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/copyr.txt -------------------------------------------------------------------------------- /dev/ansi/ansi.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dev/ansi/ansi.asm -------------------------------------------------------------------------------- /dev/ansi/ansi.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dev/ansi/ansi.inc -------------------------------------------------------------------------------- /dev/ansi/ansi.lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dev/ansi/ansi.lnk -------------------------------------------------------------------------------- /dev/ansi/ansi.skl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dev/ansi/ansi.skl -------------------------------------------------------------------------------- /dev/ansi/ansi.tag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dev/ansi/ansi.tag -------------------------------------------------------------------------------- /dev/ansi/copy.oak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dev/ansi/copy.oak -------------------------------------------------------------------------------- /dev/ansi/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dev/ansi/makefile -------------------------------------------------------------------------------- /dev/build.oak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dev/build.oak -------------------------------------------------------------------------------- /dev/display/zero.dat: -------------------------------------------------------------------------------- 1 | 0 2 | -------------------------------------------------------------------------------- /dev/ega/ega.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dev/ega/ega.asm -------------------------------------------------------------------------------- /dev/ega/ega.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dev/ega/ega.inc -------------------------------------------------------------------------------- /dev/ega/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dev/ega/makefile -------------------------------------------------------------------------------- /dev/emm386/lhvxd/makeflag.mk: -------------------------------------------------------------------------------- 1 | MAKEFLAG=-DDEBUG 2 | -------------------------------------------------------------------------------- /dev/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dev/makefile -------------------------------------------------------------------------------- /dev/makefile.oak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dev/makefile.oak -------------------------------------------------------------------------------- /dev/monoumb/VERSION: -------------------------------------------------------------------------------- 1 | MAKEFLAG=-DDEBUG 2 | -------------------------------------------------------------------------------- /dev/monoumb/makeflag.mk: -------------------------------------------------------------------------------- 1 | MAKEFLAG=-DDEBUG 2 | -------------------------------------------------------------------------------- /dev/power/lpc.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dev/power/lpc.asm -------------------------------------------------------------------------------- /dev/power/mm.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dev/power/mm.inc -------------------------------------------------------------------------------- /dev/smartdrv/editsize.bat: -------------------------------------------------------------------------------- 1 | debug smartdrv.bin < hdrmod 2 |  -------------------------------------------------------------------------------- /dev/smartdrv/hdrmod: -------------------------------------------------------------------------------- 1 | q 2 | e 104 3 | 45 4 | w 5 | q 6 | 7 |  -------------------------------------------------------------------------------- /dos/abort.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dos/abort.asm -------------------------------------------------------------------------------- /dos/alloc.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dos/alloc.asm -------------------------------------------------------------------------------- /dos/buf.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dos/buf.asm -------------------------------------------------------------------------------- /dos/close.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dos/close.asm -------------------------------------------------------------------------------- /dos/copy.oak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dos/copy.oak -------------------------------------------------------------------------------- /dos/cpmio.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dos/cpmio.asm -------------------------------------------------------------------------------- /dos/cpmio2.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dos/cpmio2.asm -------------------------------------------------------------------------------- /dos/create.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dos/create.asm -------------------------------------------------------------------------------- /dos/crit.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dos/crit.asm -------------------------------------------------------------------------------- /dos/delete.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dos/delete.asm -------------------------------------------------------------------------------- /dos/dev.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dos/dev.asm -------------------------------------------------------------------------------- /dos/dinfo.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dos/dinfo.asm -------------------------------------------------------------------------------- /dos/dir.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dos/dir.asm -------------------------------------------------------------------------------- /dos/dir2.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dos/dir2.asm -------------------------------------------------------------------------------- /dos/dircall.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dos/dircall.asm -------------------------------------------------------------------------------- /dos/disk.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dos/disk.asm -------------------------------------------------------------------------------- /dos/disk2.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dos/disk2.asm -------------------------------------------------------------------------------- /dos/disk3.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dos/disk3.asm -------------------------------------------------------------------------------- /dos/dispatch.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dos/dispatch.txt -------------------------------------------------------------------------------- /dos/divmes.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dos/divmes.inc -------------------------------------------------------------------------------- /dos/dos.tag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dos/dos.tag -------------------------------------------------------------------------------- /dos/dosmes.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dos/dosmes.inc -------------------------------------------------------------------------------- /dos/dosprint.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dos/dosprint.asm -------------------------------------------------------------------------------- /dos/dostab.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dos/dostab.asm -------------------------------------------------------------------------------- /dos/dup.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dos/dup.asm -------------------------------------------------------------------------------- /dos/exepatch.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dos/exepatch.asm -------------------------------------------------------------------------------- /dos/fat.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dos/fat.asm -------------------------------------------------------------------------------- /dos/fcb.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dos/fcb.asm -------------------------------------------------------------------------------- /dos/fcbio.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dos/fcbio.asm -------------------------------------------------------------------------------- /dos/fcbio2.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dos/fcbio2.asm -------------------------------------------------------------------------------- /dos/file.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dos/file.asm -------------------------------------------------------------------------------- /dos/finfo.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dos/finfo.asm -------------------------------------------------------------------------------- /dos/getset.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dos/getset.asm -------------------------------------------------------------------------------- /dos/handle.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dos/handle.asm -------------------------------------------------------------------------------- /dos/ioctl.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dos/ioctl.asm -------------------------------------------------------------------------------- /dos/isearch.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dos/isearch.asm -------------------------------------------------------------------------------- /dos/kstrin.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dos/kstrin.asm -------------------------------------------------------------------------------- /dos/lock.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dos/lock.asm -------------------------------------------------------------------------------- /dos/macro.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dos/macro.asm -------------------------------------------------------------------------------- /dos/macro2.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dos/macro2.asm -------------------------------------------------------------------------------- /dos/makedos.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dos/makedos.bat -------------------------------------------------------------------------------- /dos/makedos.oak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dos/makedos.oak -------------------------------------------------------------------------------- /dos/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dos/makefile -------------------------------------------------------------------------------- /dos/makefile.oak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dos/makefile.oak -------------------------------------------------------------------------------- /dos/makeobjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dos/makeobjs -------------------------------------------------------------------------------- /dos/misc.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dos/misc.asm -------------------------------------------------------------------------------- /dos/misc2.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dos/misc2.asm -------------------------------------------------------------------------------- /dos/mknode.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dos/mknode.asm -------------------------------------------------------------------------------- /dos/mpatch.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dos/mpatch.asm -------------------------------------------------------------------------------- /dos/mscode.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dos/mscode.asm -------------------------------------------------------------------------------- /dos/msconst.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dos/msconst.asm -------------------------------------------------------------------------------- /dos/msctrlc.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dos/msctrlc.asm -------------------------------------------------------------------------------- /dos/msdata.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dos/msdata.asm -------------------------------------------------------------------------------- /dos/msdisp.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dos/msdisp.asm -------------------------------------------------------------------------------- /dos/msdos.lnk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dos/msdos.lnk -------------------------------------------------------------------------------- /dos/msdos.skl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dos/msdos.skl -------------------------------------------------------------------------------- /dos/msdosme.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dos/msdosme.asm -------------------------------------------------------------------------------- /dos/mshalo.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dos/mshalo.asm -------------------------------------------------------------------------------- /dos/msinit.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dos/msinit.asm -------------------------------------------------------------------------------- /dos/msioctl.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dos/msioctl.asm -------------------------------------------------------------------------------- /dos/msproc.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dos/msproc.asm -------------------------------------------------------------------------------- /dos/mssw.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dos/mssw.asm -------------------------------------------------------------------------------- /dos/mstable.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dos/mstable.asm -------------------------------------------------------------------------------- /dos/open.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dos/open.asm -------------------------------------------------------------------------------- /dos/origin.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dos/origin.asm -------------------------------------------------------------------------------- /dos/parse.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dos/parse.asm -------------------------------------------------------------------------------- /dos/path.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dos/path.asm -------------------------------------------------------------------------------- /dos/rename.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dos/rename.asm -------------------------------------------------------------------------------- /dos/restrict.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dos/restrict.inc -------------------------------------------------------------------------------- /dos/rom.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dos/rom.asm -------------------------------------------------------------------------------- /dos/romfind.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dos/romfind.asm -------------------------------------------------------------------------------- /dos/scnam.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dos/scnam.inc -------------------------------------------------------------------------------- /dos/search.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dos/search.asm -------------------------------------------------------------------------------- /dos/segcheck.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dos/segcheck.asm -------------------------------------------------------------------------------- /dos/share.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dos/share.asm -------------------------------------------------------------------------------- /dos/shrprint.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dos/shrprint.asm -------------------------------------------------------------------------------- /dos/srvcall.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dos/srvcall.asm -------------------------------------------------------------------------------- /dos/time.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dos/time.asm -------------------------------------------------------------------------------- /dos/util.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dos/util.asm -------------------------------------------------------------------------------- /dosenv.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dosenv.bat -------------------------------------------------------------------------------- /dosshell/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/dosshell/makefile -------------------------------------------------------------------------------- /h/basemid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/h/basemid.h -------------------------------------------------------------------------------- /h/cds.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/h/cds.h -------------------------------------------------------------------------------- /h/copy.oak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/h/copy.oak -------------------------------------------------------------------------------- /h/copyrigh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/h/copyrigh.h -------------------------------------------------------------------------------- /h/ctype.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/h/ctype.h -------------------------------------------------------------------------------- /h/decomp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/h/decomp.h -------------------------------------------------------------------------------- /h/dos.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/h/dos.h -------------------------------------------------------------------------------- /h/doscalls.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/h/doscalls.h -------------------------------------------------------------------------------- /h/dpb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/h/dpb.h -------------------------------------------------------------------------------- /h/error.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/h/error.h -------------------------------------------------------------------------------- /h/fcntl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/h/fcntl.h -------------------------------------------------------------------------------- /h/h.tag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/h/h.tag -------------------------------------------------------------------------------- /h/internat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/h/internat.h -------------------------------------------------------------------------------- /h/jointype.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/h/jointype.h -------------------------------------------------------------------------------- /h/malloc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/h/malloc.h -------------------------------------------------------------------------------- /h/msgret.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/h/msgret.h -------------------------------------------------------------------------------- /h/stdio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/h/stdio.h -------------------------------------------------------------------------------- /h/stdlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/h/stdlib.h -------------------------------------------------------------------------------- /h/subcalls.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/h/subcalls.h -------------------------------------------------------------------------------- /h/sysvar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/h/sysvar.h -------------------------------------------------------------------------------- /h/types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/h/types.h -------------------------------------------------------------------------------- /h/utilmid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/h/utilmid.h -------------------------------------------------------------------------------- /h/utilmid2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/h/utilmid2.h -------------------------------------------------------------------------------- /h/utilmid3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/h/utilmid3.h -------------------------------------------------------------------------------- /h/utlerror.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/h/utlerror.h -------------------------------------------------------------------------------- /h/version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/h/version.h -------------------------------------------------------------------------------- /h/versionc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/h/versionc.h -------------------------------------------------------------------------------- /images/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/images/makefile -------------------------------------------------------------------------------- /inc/_parse.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/_parse.asm -------------------------------------------------------------------------------- /inc/arena.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/arena.inc -------------------------------------------------------------------------------- /inc/bdsize.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/bdsize.inc -------------------------------------------------------------------------------- /inc/bootform.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/bootform.inc -------------------------------------------------------------------------------- /inc/bpb.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/bpb.inc -------------------------------------------------------------------------------- /inc/buffer.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/buffer.inc -------------------------------------------------------------------------------- /inc/bugtyp.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/bugtyp.inc -------------------------------------------------------------------------------- /inc/chkcpu.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/chkcpu.inc -------------------------------------------------------------------------------- /inc/cmacros.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/cmacros.inc -------------------------------------------------------------------------------- /inc/const2.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/const2.asm -------------------------------------------------------------------------------- /inc/copy.oak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/copy.oak -------------------------------------------------------------------------------- /inc/copyrigh.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/copyrigh.inc -------------------------------------------------------------------------------- /inc/cpmfcb.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/cpmfcb.inc -------------------------------------------------------------------------------- /inc/cputype.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/cputype.inc -------------------------------------------------------------------------------- /inc/curdir.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/curdir.inc -------------------------------------------------------------------------------- /inc/dbcs.sw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/dbcs.sw -------------------------------------------------------------------------------- /inc/devsym.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/devsym.inc -------------------------------------------------------------------------------- /inc/dirent.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/dirent.inc -------------------------------------------------------------------------------- /inc/doscntry.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/doscntry.inc -------------------------------------------------------------------------------- /inc/dosmac.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/dosmac.inc -------------------------------------------------------------------------------- /inc/dosseg.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/dosseg.inc -------------------------------------------------------------------------------- /inc/dossym.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/dossym.inc -------------------------------------------------------------------------------- /inc/dpb.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/dpb.inc -------------------------------------------------------------------------------- /inc/dpl.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/dpl.asm -------------------------------------------------------------------------------- /inc/ds_vers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/ds_vers.h -------------------------------------------------------------------------------- /inc/ds_vers.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/ds_vers.inc -------------------------------------------------------------------------------- /inc/dseg.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/dseg.inc -------------------------------------------------------------------------------- /inc/ea.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/ea.inc -------------------------------------------------------------------------------- /inc/error.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/error.inc -------------------------------------------------------------------------------- /inc/exe.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/exe.inc -------------------------------------------------------------------------------- /inc/fastopen.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/fastopen.inc -------------------------------------------------------------------------------- /inc/fastxxxx.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/fastxxxx.inc -------------------------------------------------------------------------------- /inc/filemode.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/filemode.inc -------------------------------------------------------------------------------- /inc/find.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/find.inc -------------------------------------------------------------------------------- /inc/highexit.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/highexit.inc -------------------------------------------------------------------------------- /inc/highload.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/highload.inc -------------------------------------------------------------------------------- /inc/highvar.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/highvar.inc -------------------------------------------------------------------------------- /inc/inc.tag: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/inc.tag -------------------------------------------------------------------------------- /inc/int2a.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/int2a.inc -------------------------------------------------------------------------------- /inc/intnat.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/intnat.inc -------------------------------------------------------------------------------- /inc/ioctl.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/ioctl.inc -------------------------------------------------------------------------------- /inc/keybshar.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/keybshar.inc -------------------------------------------------------------------------------- /inc/lmstub.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/lmstub.asm -------------------------------------------------------------------------------- /inc/lock.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/lock.inc -------------------------------------------------------------------------------- /inc/macro.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/macro.def -------------------------------------------------------------------------------- /inc/magicdrv.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/magicdrv.inc -------------------------------------------------------------------------------- /inc/mft.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/mft.inc -------------------------------------------------------------------------------- /inc/mi.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/mi.inc -------------------------------------------------------------------------------- /inc/ms_data.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/ms_data.asm -------------------------------------------------------------------------------- /inc/msbdata.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/msbdata.inc -------------------------------------------------------------------------------- /inc/msbds.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/msbds.inc -------------------------------------------------------------------------------- /inc/msdata2.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/msdata2.asm -------------------------------------------------------------------------------- /inc/msgdcl.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/msgdcl.inc -------------------------------------------------------------------------------- /inc/msghan.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/msghan.inc -------------------------------------------------------------------------------- /inc/msgserv.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/msgserv.asm -------------------------------------------------------------------------------- /inc/msgserv.sa: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/msgserv.sa -------------------------------------------------------------------------------- /inc/mshalo.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/mshalo.asm -------------------------------------------------------------------------------- /inc/mshead.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/mshead.asm -------------------------------------------------------------------------------- /inc/mstable.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/mstable.asm -------------------------------------------------------------------------------- /inc/mult.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/mult.inc -------------------------------------------------------------------------------- /inc/oemconf.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/oemconf.inc -------------------------------------------------------------------------------- /inc/oemnum.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/oemnum.inc -------------------------------------------------------------------------------- /inc/origin.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/origin.inc -------------------------------------------------------------------------------- /inc/parse.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/parse.asm -------------------------------------------------------------------------------- /inc/path.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/path.asm -------------------------------------------------------------------------------- /inc/pathmac.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/pathmac.inc -------------------------------------------------------------------------------- /inc/pcgequ.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/pcgequ.inc -------------------------------------------------------------------------------- /inc/pcinput.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/pcinput.inc -------------------------------------------------------------------------------- /inc/pdb.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/pdb.inc -------------------------------------------------------------------------------- /inc/postequ.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/postequ.inc -------------------------------------------------------------------------------- /inc/psdata.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/psdata.inc -------------------------------------------------------------------------------- /inc/redirsym.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/redirsym.inc -------------------------------------------------------------------------------- /inc/rombios.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/rombios.inc -------------------------------------------------------------------------------- /inc/romloc.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/romloc.inc -------------------------------------------------------------------------------- /inc/sf.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/sf.inc -------------------------------------------------------------------------------- /inc/smdossym.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/smdossym.inc -------------------------------------------------------------------------------- /inc/smifssym.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/smifssym.inc -------------------------------------------------------------------------------- /inc/struc.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/struc.inc -------------------------------------------------------------------------------- /inc/syscall.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/syscall.inc -------------------------------------------------------------------------------- /inc/sysmsg.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/sysmsg.inc -------------------------------------------------------------------------------- /inc/sysvar.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/sysvar.inc -------------------------------------------------------------------------------- /inc/umb.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/umb.inc -------------------------------------------------------------------------------- /inc/vector.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/vector.inc -------------------------------------------------------------------------------- /inc/version.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/version.inc -------------------------------------------------------------------------------- /inc/versiona.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/versiona.inc -------------------------------------------------------------------------------- /inc/win386.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/win386.inc -------------------------------------------------------------------------------- /inc/wordout.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/wordout.inc -------------------------------------------------------------------------------- /inc/wpatch.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/wpatch.inc -------------------------------------------------------------------------------- /inc/xmm.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/xmm.inc -------------------------------------------------------------------------------- /inc/yesno.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/inc/yesno.asm -------------------------------------------------------------------------------- /install/backup/MESSAGE.TXT: -------------------------------------------------------------------------------- 1 | ; -------------------------------------------------------------------------------- /install/basedata/common/makefile: -------------------------------------------------------------------------------- 1 | all: 2 | -------------------------------------------------------------------------------- /install/common/makefile: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /install/common/wfwnet.c: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /install/copy.oak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/install/copy.oak -------------------------------------------------------------------------------- /install/dos2/ws.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/install/dos2/ws.h -------------------------------------------------------------------------------- /install/dosdata/12/MAKEFILE.USA: -------------------------------------------------------------------------------- 1 | # -------------------------------------------------------------------------------- /install/dosdata/common/autoexec.bat: -------------------------------------------------------------------------------- 1 | uninstal 2 | -------------------------------------------------------------------------------- /install/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/install/makefile -------------------------------------------------------------------------------- /install/oem/makefile: -------------------------------------------------------------------------------- 1 | # dummy makefile -------------------------------------------------------------------------------- /lang/usa/cmd/fdisk/fdisk.h: -------------------------------------------------------------------------------- 1 | ; 2 | -------------------------------------------------------------------------------- /lang/usa/cmd/help/DOSHELP.BSE: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lang/usa/dev/ega/load.inc: -------------------------------------------------------------------------------- 1 | INIT equ 1020h -------------------------------------------------------------------------------- /lang/usa/dosshell/inc/about.hs: -------------------------------------------------------------------------------- 1 | ;;; -------------------------------------------------------------------------------- /lang/usa/dosshell/inc/about.sdm: -------------------------------------------------------------------------------- 1 | ;;; -------------------------------------------------------------------------------- /lang/usa/dosshell/inc/adddialo.hs: -------------------------------------------------------------------------------- 1 | ;;; -------------------------------------------------------------------------------- /lang/usa/dosshell/inc/adddialo.sdm: -------------------------------------------------------------------------------- 1 | ;;; -------------------------------------------------------------------------------- /lang/usa/dosshell/inc/addgroup.hs: -------------------------------------------------------------------------------- 1 | ;;; -------------------------------------------------------------------------------- /lang/usa/dosshell/inc/addgroup.sdm: -------------------------------------------------------------------------------- 1 | ;;; -------------------------------------------------------------------------------- /lang/usa/dosshell/inc/addprog.hs: -------------------------------------------------------------------------------- 1 | ;;; -------------------------------------------------------------------------------- /lang/usa/dosshell/inc/addprog.sdm: -------------------------------------------------------------------------------- 1 | ;;; -------------------------------------------------------------------------------- /lang/usa/dosshell/inc/advanced.hs: -------------------------------------------------------------------------------- 1 | ;;; -------------------------------------------------------------------------------- /lang/usa/dosshell/inc/advanced.sdm: -------------------------------------------------------------------------------- 1 | ;;; -------------------------------------------------------------------------------- /lang/usa/dosshell/inc/assoc2.hs: -------------------------------------------------------------------------------- 1 | ;;; -------------------------------------------------------------------------------- /lang/usa/dosshell/inc/assoc2.sdm: -------------------------------------------------------------------------------- 1 | ;;; -------------------------------------------------------------------------------- /lang/usa/dosshell/inc/associat.hs: -------------------------------------------------------------------------------- 1 | ;;; -------------------------------------------------------------------------------- /lang/usa/dosshell/inc/associat.sdm: -------------------------------------------------------------------------------- 1 | ;;; -------------------------------------------------------------------------------- /lang/usa/dosshell/inc/attr.hs: -------------------------------------------------------------------------------- 1 | ;;; -------------------------------------------------------------------------------- /lang/usa/dosshell/inc/attr.sdm: -------------------------------------------------------------------------------- 1 | ;;; -------------------------------------------------------------------------------- /lang/usa/dosshell/inc/attr0.hs: -------------------------------------------------------------------------------- 1 | ;;; -------------------------------------------------------------------------------- /lang/usa/dosshell/inc/attr0.sdm: -------------------------------------------------------------------------------- 1 | ;;; -------------------------------------------------------------------------------- /lang/usa/dosshell/inc/color.hs: -------------------------------------------------------------------------------- 1 | ;;; -------------------------------------------------------------------------------- /lang/usa/dosshell/inc/color.sdm: -------------------------------------------------------------------------------- 1 | ;;; -------------------------------------------------------------------------------- /lang/usa/dosshell/inc/copy.hs: -------------------------------------------------------------------------------- 1 | ;;; -------------------------------------------------------------------------------- /lang/usa/dosshell/inc/copy.sdm: -------------------------------------------------------------------------------- 1 | ;;; -------------------------------------------------------------------------------- /lang/usa/dosshell/inc/creatdir.hs: -------------------------------------------------------------------------------- 1 | ;;; -------------------------------------------------------------------------------- /lang/usa/dosshell/inc/creatdir.sdm: -------------------------------------------------------------------------------- 1 | ;;; -------------------------------------------------------------------------------- /lang/usa/dosshell/inc/critnew.hs: -------------------------------------------------------------------------------- 1 | ;;; -------------------------------------------------------------------------------- /lang/usa/dosshell/inc/critnew.sdm: -------------------------------------------------------------------------------- 1 | ;;; -------------------------------------------------------------------------------- /lang/usa/dosshell/inc/dconfirm.hs: -------------------------------------------------------------------------------- 1 | ;;; -------------------------------------------------------------------------------- /lang/usa/dosshell/inc/dconfirm.sdm: -------------------------------------------------------------------------------- 1 | ;;; -------------------------------------------------------------------------------- /lang/usa/dosshell/inc/delfiles.hs: -------------------------------------------------------------------------------- 1 | ;;; -------------------------------------------------------------------------------- /lang/usa/dosshell/inc/delfiles.sdm: -------------------------------------------------------------------------------- 1 | ;;; -------------------------------------------------------------------------------- /lang/usa/dosshell/inc/delitem.hs: -------------------------------------------------------------------------------- 1 | ;;; -------------------------------------------------------------------------------- /lang/usa/dosshell/inc/delitem.sdm: -------------------------------------------------------------------------------- 1 | ;;; -------------------------------------------------------------------------------- /lang/usa/dosshell/inc/dispopt.hs: -------------------------------------------------------------------------------- 1 | ;;; -------------------------------------------------------------------------------- /lang/usa/dosshell/inc/dispopt.sdm: -------------------------------------------------------------------------------- 1 | ;;; -------------------------------------------------------------------------------- /lang/usa/dosshell/inc/err.hs: -------------------------------------------------------------------------------- 1 | ;;; -------------------------------------------------------------------------------- /lang/usa/dosshell/inc/err.sdm: -------------------------------------------------------------------------------- 1 | ;;; -------------------------------------------------------------------------------- /lang/usa/dosshell/inc/fileopts.hs: -------------------------------------------------------------------------------- 1 | ;;; -------------------------------------------------------------------------------- /lang/usa/dosshell/inc/fileopts.sdm: -------------------------------------------------------------------------------- 1 | ;;; -------------------------------------------------------------------------------- /lang/usa/dosshell/inc/help.hs: -------------------------------------------------------------------------------- 1 | ;;; -------------------------------------------------------------------------------- /lang/usa/dosshell/inc/help.sdm: -------------------------------------------------------------------------------- 1 | ;;; -------------------------------------------------------------------------------- /lang/usa/dosshell/inc/locate.hs: -------------------------------------------------------------------------------- 1 | ;;; -------------------------------------------------------------------------------- /lang/usa/dosshell/inc/locate.sdm: -------------------------------------------------------------------------------- 1 | ;;; -------------------------------------------------------------------------------- /lang/usa/dosshell/inc/mconfirm.hs: -------------------------------------------------------------------------------- 1 | ;;; -------------------------------------------------------------------------------- /lang/usa/dosshell/inc/mconfirm.sdm: -------------------------------------------------------------------------------- 1 | ;;; -------------------------------------------------------------------------------- /lang/usa/dosshell/inc/message.hs: -------------------------------------------------------------------------------- 1 | ;;; -------------------------------------------------------------------------------- /lang/usa/dosshell/inc/message.sdm: -------------------------------------------------------------------------------- 1 | ;;; -------------------------------------------------------------------------------- /lang/usa/dosshell/inc/mswarn.hs: -------------------------------------------------------------------------------- 1 | ;;; -------------------------------------------------------------------------------- /lang/usa/dosshell/inc/mswarn.sdm: -------------------------------------------------------------------------------- 1 | ;;; -------------------------------------------------------------------------------- /lang/usa/dosshell/inc/new.hs: -------------------------------------------------------------------------------- 1 | ;;; -------------------------------------------------------------------------------- /lang/usa/dosshell/inc/new.sdm: -------------------------------------------------------------------------------- 1 | ;;; -------------------------------------------------------------------------------- /lang/usa/dosshell/inc/news.hs: -------------------------------------------------------------------------------- 1 | ;;; -------------------------------------------------------------------------------- /lang/usa/dosshell/inc/news.sdm: -------------------------------------------------------------------------------- 1 | ;;; -------------------------------------------------------------------------------- /lang/usa/dosshell/inc/outofmem.hs: -------------------------------------------------------------------------------- 1 | ;;; -------------------------------------------------------------------------------- /lang/usa/dosshell/inc/outofmem.sdm: -------------------------------------------------------------------------------- 1 | ;;; -------------------------------------------------------------------------------- /lang/usa/dosshell/inc/password.hs: -------------------------------------------------------------------------------- 1 | ;;; -------------------------------------------------------------------------------- /lang/usa/dosshell/inc/password.sdm: -------------------------------------------------------------------------------- 1 | ;;; -------------------------------------------------------------------------------- /lang/usa/dosshell/inc/rconfirm.hs: -------------------------------------------------------------------------------- 1 | ;;; -------------------------------------------------------------------------------- /lang/usa/dosshell/inc/rconfirm.sdm: -------------------------------------------------------------------------------- 1 | ;;; -------------------------------------------------------------------------------- /lang/usa/dosshell/inc/rename.hs: -------------------------------------------------------------------------------- 1 | ;;; -------------------------------------------------------------------------------- /lang/usa/dosshell/inc/rename.sdm: -------------------------------------------------------------------------------- 1 | ;;; -------------------------------------------------------------------------------- /lang/usa/dosshell/inc/run.hs: -------------------------------------------------------------------------------- 1 | ;;; -------------------------------------------------------------------------------- /lang/usa/dosshell/inc/run.sdm: -------------------------------------------------------------------------------- 1 | ;;; -------------------------------------------------------------------------------- /lang/usa/dosshell/inc/screen.hs: -------------------------------------------------------------------------------- 1 | ;;; -------------------------------------------------------------------------------- /lang/usa/dosshell/inc/screen.sdm: -------------------------------------------------------------------------------- 1 | ;;; -------------------------------------------------------------------------------- /lang/usa/dosshell/inc/showinfo.hs: -------------------------------------------------------------------------------- 1 | ;;; -------------------------------------------------------------------------------- /lang/usa/dosshell/inc/showinfo.sdm: -------------------------------------------------------------------------------- 1 | ;;; -------------------------------------------------------------------------------- /lang/usa/dosshell/inc/user.hs: -------------------------------------------------------------------------------- 1 | ;;; -------------------------------------------------------------------------------- /lang/usa/dosshell/inc/user.sdm: -------------------------------------------------------------------------------- 1 | ;;; -------------------------------------------------------------------------------- /lang/usa/dosshell/inc/warn.hs: -------------------------------------------------------------------------------- 1 | ;;; -------------------------------------------------------------------------------- /lang/usa/dosshell/inc/warn.sdm: -------------------------------------------------------------------------------- 1 | ;;; -------------------------------------------------------------------------------- /lang/usa/dosshell/loader/resmsg.inc: -------------------------------------------------------------------------------- 1 | ;;; 2 | 3 | 4 | -------------------------------------------------------------------------------- /lang/usa/dosshell/loader/transmsg.inc: -------------------------------------------------------------------------------- 1 | ;;; 2 | 3 | 4 | -------------------------------------------------------------------------------- /lang/usa/install/backup/backup.txt: -------------------------------------------------------------------------------- 1 | ; -------------------------------------------------------------------------------- /lang/usa/install/basedata/12/makefile: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lang/usa/install/common/BASESET.MSG: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lang/usa/install/dosdata/12/makefile: -------------------------------------------------------------------------------- 1 | # -------------------------------------------------------------------------------- /lang/usa/install/dosdata/144/makefile: -------------------------------------------------------------------------------- 1 | # -------------------------------------------------------------------------------- /lib/.gitkeep: -------------------------------------------------------------------------------- 1 | gitkeep 2 | -------------------------------------------------------------------------------- /lib/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/lib/makefile -------------------------------------------------------------------------------- /lib/master/CDS.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/lib/master/CDS.C -------------------------------------------------------------------------------- /lib/master/DPB.C: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/lib/master/DPB.C -------------------------------------------------------------------------------- /lib/mem/MEM.LIB: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/lib/mem/MEM.LIB -------------------------------------------------------------------------------- /lib/mem/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/lib/mem/makefile -------------------------------------------------------------------------------- /lib/xmm/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/lib/xmm/makefile -------------------------------------------------------------------------------- /lib/xmm/xmm.asm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/lib/xmm/xmm.asm -------------------------------------------------------------------------------- /magicdrive/inc/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /magicdrive/lib/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/makefile -------------------------------------------------------------------------------- /makefile.oak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/makefile.oak -------------------------------------------------------------------------------- /messages/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /messages/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/messages/makefile -------------------------------------------------------------------------------- /messages/usa.msg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/messages/usa.msg -------------------------------------------------------------------------------- /mkimage/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /mkimage/makefile: -------------------------------------------------------------------------------- 1 | all: 2 | 3 | clean: 4 | 5 | -------------------------------------------------------------------------------- /test.img: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/test.img -------------------------------------------------------------------------------- /tools/.gitkeep: -------------------------------------------------------------------------------- 1 | . 2 | -------------------------------------------------------------------------------- /tools/bin/.gitkeep: -------------------------------------------------------------------------------- 1 | . 2 | -------------------------------------------------------------------------------- /tools/bin/C1.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/tools/bin/C1.ERR -------------------------------------------------------------------------------- /tools/bin/C1.EXE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/tools/bin/C1.EXE -------------------------------------------------------------------------------- /tools/bin/C1L.EXE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/tools/bin/C1L.EXE -------------------------------------------------------------------------------- /tools/bin/C2.EXE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/tools/bin/C2.EXE -------------------------------------------------------------------------------- /tools/bin/C23.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/tools/bin/C23.ERR -------------------------------------------------------------------------------- /tools/bin/C3.EXE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/tools/bin/C3.EXE -------------------------------------------------------------------------------- /tools/bin/CL.ERR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/tools/bin/CL.ERR -------------------------------------------------------------------------------- /tools/bin/CL.EXE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/tools/bin/CL.EXE -------------------------------------------------------------------------------- /tools/bin/CL.HLP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/tools/bin/CL.HLP -------------------------------------------------------------------------------- /tools/bin/UNP.EXE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AR1972/astro/HEAD/tools/bin/UNP.EXE -------------------------------------------------------------------------------- /tools/include/.gitkeep: -------------------------------------------------------------------------------- 1 | . 2 | -------------------------------------------------------------------------------- /tools/lib/.gitkeep: -------------------------------------------------------------------------------- 1 | . 2 | -------------------------------------------------------------------------------- /tools/tmp/.gitkeep: -------------------------------------------------------------------------------- 1 | . 2 | --------------------------------------------------------------------------------