From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <55b01dd0088f62cfd854376ef1e7e00e@coraid.com> From: erik quanstrom Date: Thu, 31 May 2007 14:59:21 -0400 To: 9fans@cse.psu.edu Subject: Re: [9fans] /tmp in "ram disk" In-Reply-To: <13426df10705311154k4a9da7b1hb52c47e506fc45ee@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 76594088-ead2-11e9-9d60-3106f5b1d025 the stuff in /tmp is not in a ramdisk but in eve's $home/tmp. if you want to build stuff into the kernel which will appear in /boot, you need to modify the bootdir section of the kernel template in /sys/src/9/$arch/$templatename, where $templatename is probablly pccpu or similar. - erik