Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!mcvax!botter!ast From: ast@cs.vu.nl (Andy Tanenbaum) Newsgroups: comp.os.minix Subject: Fix to klib88.s Message-ID: <1728@botter.cs.vu.nl> Date: Mon, 12-Oct-87 11:36:10 EDT Article-I.D.: botter.1728 Posted: Mon Oct 12 11:36:10 1987 Date-Received: Tue, 13-Oct-87 06:29:05 EDT Reply-To: ast@cs.vu.nl (Andy Tanenbaum) Organization: VU Informatica, Amsterdam Lines: 17 Here is a fix to the klib88.s that I posted a month ago (MINIX 1.2a, not an official release). Andy Tanenbaum (ast@cs.vu.nl) -------------------- cut here and use fix -------------------- 17c17 < | scr_down: scroll screen a line down (in software, by copying) --- > | scr_donw: scroll screen a line down (in software, by copying) 358c358 < pop cx --- > pop dx 382c382 < pop cx --- > pop dx