9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: presotto@plan9.bell-labs.com
To: 9fans@cse.psu.edu
Subject: Re: [9fans] change to bitsy/devsac.c to use the new bootldr
Date: Sun, 17 Jun 2001 11:37:47 -0400	[thread overview]
Message-ID: <20010617153749.7C807199F6@mail.cse.psu.edu> (raw)

[-- Attachment #1: Type: text/plain, Size: 135 bytes --]

I already did this.  We look in both spots.  I needed to
do that to make william work.  He's using the latest and
greatest bootldr.

[-- Attachment #2: Type: message/rfc822, Size: 1861 bytes --]

From: F.J.Ballesteros <nemo@gsyc.escet.urjc.es>
To: 9fans@cse.psu.edu
Subject: [9fans] change to bitsy/devsac.c to use the new bootldr
Date: Fri, 15 Jun 2001 09:28:11 +0200
Message-ID: <20010615073217.09C19199E9@mail.cse.psu.edu>

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.

             reply	other threads:[~2001-06-17 15:37 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-06-17 15:37 presotto [this message]
  -- strict thread matches above, loose matches on Subject: below --
2001-06-15 13:07 F.J.Ballesteros
2001-06-15 12:41 presotto
2001-06-15 13:22 ` Boyd Roberts
2001-06-15  7:48 F.J.Ballesteros
2001-06-15  7:28 F.J.Ballesteros

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20010617153749.7C807199F6@mail.cse.psu.edu \
    --to=presotto@plan9.bell-labs.com \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).