From owner-freebsd-hackers Sat Oct 12 13:11:50 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA26916 for hackers-outgoing; Sat, 12 Oct 1996 13:11:50 -0700 (PDT) Received: from moose.cs.indiana.edu (chiuk@moose.cs.indiana.edu [129.79.254.191]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id NAA26902 for ; Sat, 12 Oct 1996 13:11:46 -0700 (PDT) Received: by moose.cs.indiana.edu (8.7.6/IUCS.1.62) id PAA18989; Sat, 12 Oct 1996 15:11:37 -0500 (EST) From: "Kenneth Chiu" Message-Id: <199610122011.PAA18989@moose.cs.indiana.edu> Subject: Setting Up a Kernel Hacking Machine To: hackers@freebsd.org Date: Sat, 12 Oct 1996 15:11:37 -0500 (EST) X-Mailer: ELM [version 2.4 PL25] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I'm interested in hacking some on the kernel, maybe work on a driver. What's the recommended way to set up a single machine for this? I'm thinking along the lines of a set of partitions for running 2.1.5-RELEASE that I would use for development, and a single partition with -current or maybe -SNAP that I would use for testing. So I would build from the 2.1.5 system into the -current partition, and then reboot to the -current partition to test. Does this sound workable?