9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: F.J.Ballesteros <nemo@gsyc.escet.urjc.es>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] change to bitsy/devsac.c to use the new bootldr
Date: Fri, 15 Jun 2001 15:07:29 +0200	[thread overview]
Message-ID: <20010615125658.5CF95199F0@mail.cse.psu.edu> (raw)

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

I think that would be nice.

In fact, I was thinking of just adding a newramdisk: target
to the mkfile, w/ something like...
	cat <{echo -n xxxx} oldramdisk >newramdisk

On the other hand, wouldn't it be better to encourage people
to use the new boot loader (since otherwise they might break
their real power on switch)? 

Probably you know better than me which option is likely to
be more adequate.

BTW, I am very grateful to the one(s) who decided that sac.fs would be
a tar file. In general, I'm grateful to you all for keeping Plan 9  so
clean. It is orders of magnitude easier to modify/adapt it than it is
for the other systems I've seen.


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

From: presotto@plan9.bell-labs.com
To: nemo@gsyc.escet.urjc.es, 9fans@cse.psu.edu
Subject: Re: [9fans] change to bitsy/devsac.c to use the new bootldr
Date: Fri, 15 Jun 2001 08:41:11 -0400
Message-ID: <20010615124114.30DBC19A12@mail.cse.psu.edu>

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);
	if(data == 0) {
		p = (uchar*)Flash_tar;
		data = tarlookup(p, sacfs, &i);
		if(data == 0) {
			print("devsac: could not find file: %s\n", sacfs);
			return;
		}
	}

             reply	other threads:[~2001-06-15 13:07 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-06-15 13:07 F.J.Ballesteros [this message]
  -- strict thread matches above, loose matches on Subject: below --
2001-06-17 15:37 presotto
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=20010615125658.5CF95199F0@mail.cse.psu.edu \
    --to=nemo@gsyc.escet.urjc.es \
    --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).