From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu From: F.J.Ballesteros MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20010615073217.09C19199E9@mail.cse.psu.edu> Subject: [9fans] change to bitsy/devsac.c to use the new bootldr Date: Fri, 15 Jun 2001 09:28:11 +0200 Topicbox-Message-UUID: b9b3c51e-eac9-11e9-9e20-41e7f4b1d025 Hi, To load and use a ramdisk on the bitsy with the new boot loaders you need to change devsac.c: where it said p = (uchar*)Flash_tar+4; it should say now p = (uchar*)Flash_tar; This seems to be due to a change in the bootldr that now has a partition table. So the tar file created in ramdisk now gets placed exactly at 0x100000, not at 0x100004. Beware that this change can make devsac.c fail with previous verions of the bootldr, but you are likely to upgrade it anyway... BTW, you also need to create a ramdisk partition in the bootldr. I'll post in a minute an updated howto file (i.e. Booting101) for the new bootldr.