From mboxrd@z Thu Jan 1 00:00:00 1970 From: wkt@tuhs.org (Warren Toomey) Date: Fri, 2 May 2008 13:51:31 +1000 Subject: [Unix-jun72] Anyone working on V1 mkfs? In-Reply-To: References: <20080501234225.GA77327@minnie.tuhs.org> <5372.1209688415@mini> <20080502005808.GA79200@minnie.tuhs.org> <20080502023122.GA82050@minnie.tuhs.org> Message-ID: <20080502035131.GA85251@minnie.tuhs.org> On Thu, May 01, 2008 at 05:21:54PM -1000, Tim Newsham wrote: > >I gave up and decided to write mkfs from scratch :-) > > I did a little more research on the disks, and added my notes > to the machine.txt file. Included below. Looks like we should > be able to craft a tape image with a list of files and use the > cold boot mechanism to initialize the rf0 disk (which has to be > the root fs). We may still want an mkfs for initializing an > rf03 later. Thanks for the notes Tim. In mkfs, I'm creating the free list, the inodes and inode list, and the rootdir, along with adding entries to a dir. Next up, adding files to the image. It will probably be testable in a few days. Warren