From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <001101c0f59e$460e6400$e8b7c6d4@SOMA> From: "Boyd Roberts" To: <9fans@cse.psu.edu> References: <20010615124114.30DBC19A12@mail.cse.psu.edu> Subject: Re: [9fans] change to bitsy/devsac.c to use the new bootldr MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Date: Fri, 15 Jun 2001 15:22:48 +0200 Topicbox-Message-UUID: ba0e2766-eac9-11e9-9e20-41e7f4b1d025 > Might this be a better change, i.e., so it'll work both with > both the old and new bootldr's? > > p = (uchar*)Flash_tar+4; > data = tarlookup(p, sacfs, &i); why not get it to loop through a table of offets? it'd be cleaner.