From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from minnie.tuhs.org (minnie.tuhs.org [45.79.103.53]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id e4fd862d for ; Wed, 17 Apr 2019 05:43:10 +0000 (UTC) Received: by minnie.tuhs.org (Postfix, from userid 112) id 3DE5A94EBF; Wed, 17 Apr 2019 15:43:09 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 3F6F394B4E; Wed, 17 Apr 2019 15:42:26 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id 5397E94B4E; Wed, 17 Apr 2019 15:42:24 +1000 (AEST) X-Greylist: delayed 428 seconds by postgrey-1.36 at minnie.tuhs.org; Wed, 17 Apr 2019 15:42:23 AEST Received: from lb3-smtp-cloud8.xs4all.net (lb3-smtp-cloud8.xs4all.net [194.109.24.29]) by minnie.tuhs.org (Postfix) with ESMTPS id 6D46594B4D for ; Wed, 17 Apr 2019 15:42:23 +1000 (AEST) Received: from [192.168.1.104] ([80.101.112.122]) by smtp-cloud8.xs4all.net with ESMTPA id GdDzhbxrYIrwOGdE0h6Fpe; Wed, 17 Apr 2019 07:35:13 +0200 From: Paul Ruizendaal Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 12.2 \(3445.102.3\)) Message-Id: Date: Wed, 17 Apr 2019 07:35:11 +0200 To: TUHS main list X-Mailer: Apple Mail (2.3445.102.3) X-CMAE-Envelope: MS4wfCWSz2pyZ/n0v+k20kcUsrvGm7jSeNNSNq3EqKCaKxC2nQtNi9X+a9qprdrKAUCEHtzblGwMpqktljcdFasmnxJfLS39z2mx27VWSfbY0JmiSZYD8Xyn ucDMY0AQ6Zac5EogcBJAvh4uyoSsizNDUNU2BgAZX8U2eTp7bLIUxzgz Subject: Re: [TUHS] Paper discussing Unix boot process? X-BeenThere: tuhs@minnie.tuhs.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: The Unix Heritage Society mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" Maybe xv6 has an explanation of the boot process that is of use to the = original poster: https://pdos.csail.mit.edu/6.828/2018/xv6.html Paul