Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!orchid!egisin From: egisin@orchid.UUCP Newsgroups: comp.os.minix Subject: Minix-ST context switch Message-ID: <10647@orchid.waterloo.edu> Date: Mon, 14-Sep-87 15:06:33 EDT Article-I.D.: orchid.10647 Posted: Mon Sep 14 15:06:33 1987 Date-Received: Wed, 16-Sep-87 04:29:12 EDT Distribution: comp Organization: U of Waterloo, Ontario Lines: 9 I saw a message in comp.unix.wizards claiming the ST version of Minix implements context switching by copying the active process in and out of a fixed region of memory. Is this true? It would take about 100 millisecs to copy a 100k process in any out. I got the impession from an earlier message that copying was only done for forked (but not exec'd) processes. Can someone clear this up?