Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!rutgers!lll-lcc!seismo!rochester!cornell!batcomputer!rjj From: rjj@batcomputer.UUCP Newsgroups: comp.sys.ibm.pc Subject: disk paging on IBM PC's Message-ID: <475@batcomputer.tn.cornell.edu> Date: Mon, 23-Mar-87 15:49:47 EST Article-I.D.: batcompu.475 Posted: Mon Mar 23 15:49:47 1987 Date-Received: Thu, 26-Mar-87 04:16:58 EST Organization: Theory Center, Cornell U., Ithaca NY Lines: 19 Keywords: editors, disk paging I am looking for an algorithm (written in 'C') that would do demand disk paging from within a editor. A language processor we are working on only has enough buffer space available to keep 400 lines of text in memory. What is needed is a small routine that will update the total document on disk, page out the last least used pages from memory and then read in more of the text from the disk ( the reason for all this is that the system will be run in language labs that have minimum configuration IBM PC's). As far as I can tell, only a couple of popular word processors can do this so it might be trickier that it seems. If anybody can point me down a golden-paved path I would be very grateful. Rich Jaenson Landscape Architecture Program Cornell University Ithaca, NY. 14853 rjj@mathvax.msi.cornell.edu