9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: erik quanstrom <quanstro@quanstro.net>
To: 9fans@9fans.net
Subject: Re: [9fans] plan9 iso image
Date: Fri, 28 Jun 2013 13:19:33 -0400	[thread overview]
Message-ID: <3505d2a562248941e6bb66dbf15c7c86@ladd.quanstro.net> (raw)
In-Reply-To: <99100159-30FB-4811-87FD-7F960CA7F948@gmail.com>

> Wouldn't surprise me, but it seems to work for me.  If anyone has a
> more detailed explanation of what is wrong where, I'll take a look at
> it.

we're now writing the nwa to disk.  this calculation appears to be incorrect.
here's the check in cdfs:

	/* reconcile differing nwas */
	if (aux->mmcnwa != nwa) {
		fprint(2, "%s: nwa from drive %,ld != computed nwa %,ld\n",
			argv0, aux->mmcnwa, nwa);
		fprint(2, "\tbe careful!  assuming computed nwa\n");
		/* the invisible track may still start at the old nwa. */
		// aux->mmcnwa = nwa;
	}

> > has the new installer which uses bios to access the hard drive
> > without el-torito emulation, and thus has no size constraints.
> > while it does fail on more hardware, it does support usb during the
> > install.
> >
> I don't know much about how 9atom works, but the new plan 9 loader
> uses el-torito, but version 3 which lets you access the whole cd as an
> lba device.

9atom uses either 9load (and pre version 3 el torito) or cinap's bios loader.
(this is the .nboot. version of the iso)  the cd appears as a bios disk.  this is
likely el torito version 3 under the covers, but that's not the programming
interface.

you can look at the code online /n/atom/plan9/sys/src/cmd/boot/iplpxe/

- erik



  reply	other threads:[~2013-06-28 17:19 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-28 16:27 Terry Wendt
2013-06-28 16:40 ` erik quanstrom
2013-06-28 17:12   ` Terry Wendt
2013-06-28 17:17     ` Paul A. Patience
2013-06-28 17:12   ` Gorka Guardiola
2013-06-28 17:19     ` erik quanstrom [this message]
2013-06-28 17:43       ` Gorka Guardiola
2013-06-28 17:50         ` Terry Wendt
2013-06-28 18:13         ` erik quanstrom
2013-06-28 17:38   ` tlaronde
2013-06-28 18:13     ` Gorka Guardiola
2013-06-28 18:16       ` Gorka Guardiola
2013-06-28 18:41       ` Gorka Guardiola
2013-06-28 18:50         ` erik quanstrom
2013-06-28 18:57           ` Gorka Guardiola
2013-06-28 20:06             ` Gorka Guardiola
2013-06-28 20:13               ` Gorka Guardiola
2013-06-28 20:20                 ` Gorka Guardiola
2013-06-28 20:36                   ` Gorka Guardiola
2013-06-28 17:06 ` Gorka Guardiola
2013-06-28 17:15   ` Terry Wendt

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=3505d2a562248941e6bb66dbf15c7c86@ladd.quanstro.net \
    --to=quanstro@quanstro.net \
    --cc=9fans@9fans.net \
    /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).