From owner-freebsd-chat Tue Apr 22 15:52:13 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA13079 for chat-outgoing; Tue, 22 Apr 1997 15:52:13 -0700 (PDT) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id PAA13074 for ; Tue, 22 Apr 1997 15:52:10 -0700 (PDT) Received: (from uucp@localhost) by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id AAA19258 for freebsd-chat@freebsd.org; Wed, 23 Apr 1997 00:52:02 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.8.5/8.8.5) id AAA29564; Wed, 23 Apr 1997 00:38:39 +0200 (MET DST) Message-ID: <19970423003839.TY02166@uriah.heep.sax.de> Date: Wed, 23 Apr 1997 00:38:39 +0200 From: j@uriah.heep.sax.de (J Wunsch) To: freebsd-chat@freebsd.org Subject: Re: Announce: UNIX System V simulator version 1.0 References: X-Mailer: Mutt 0.60_p2-3,5,8-9 Mime-Version: 1.0 X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: ; from S Sigala on Apr 22, 1997 23:21:51 +0200 Sender: owner-chat@freebsd.org X-Loop: FreeBSD.org Precedence: bulk As S Sigala wrote: > Just uudecode the attached file, run with the shell (e.g.: `sh unix386') > and enjoy! > > Warning: if you really want to waste time... ;-) > > begin 755 unix386 :-)) But, oh well: echo "The system is coming up. Please wait." sleep 2 This must become a ``sleep 30'' to look realistic, to the least! You also fail to simulate the disk rattling while this action was in progress; you should consider replacing that sleep by a: find / -print > /dev/null -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)