Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uwm.edu!linac!midway!gsbsun!valley From: valley@gsbsun.uchicago.edu (Doug Dougherty) Newsgroups: comp.os.msdos.programmer Subject: Re: Trapping int21h...how the hell do I do i Message-ID: <1991Jun22.042843.3467@midway.uchicago.edu> Date: 22 Jun 91 04:28:43 GMT References: <0094A7A3.D87919A0@MAPLE.CIRCA.UFL.EDU> Sender: news@midway.uchicago.edu (NewsMistress) Organization: University of Chicago Lines: 14 sorrow@oak.circa.ufl.edu writes: >In the process of my wonderful little DOS-in-Unix project (hint of sarcasm) >it looks like I will change from HISTORY.COM to ANARKEY.COM...does anyone >know if it A.) hogs too much memory and B.) can be loaded high? ANARKEY is great! It automatically uses expanded memory (if you give it the -E switch) so I don't worry about loading it high. It consumes about 1200 bytes of conventional memory (& 1 16K page of expanded) Since the program itself is about 12K, I setup 2K history and AKA buffers, to fill up the 16K (the granularity of EMS) -- (Another fine mess brought to you by valley@gsbsun.uchicago.edu)