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] recent plan9.iso on hosted kvm/qemu
Date: Sun,  6 Mar 2011 12:15:49 -0500	[thread overview]
Message-ID: <2fa858d7cd15793c05bfea2d8189cd1d@ladd.quanstro.net> (raw)
In-Reply-To: <4D73AFA7.1070202@0x6a.com>

> I hadn't tried it.  I was under the impression that 9atom was tried by
> the OP of this thread.  My plan today is to go through with the install
> and see what happens.  I'll try your 9load next to see if I can boot
> sans excess options.
> The support guy set up a cron job to update the floppy image from me, so
> I can try lots of different stuff (provided it fits in 1.44MB).

you'll need the 9atom kernel as well.  (or to steal bits from
memory.c.)  i'd forgotten about that.  the dance is that 9load
stashes the e820 information in real mode and after it jumps
to protected mode, formats a config variable with the memory layout.
the kernel then recognizes this config variable and uses
it rather than calling bios.  the format of the variable is
[start end )*, so for example

minooka; whatis e820
e820='0 9c400 100000 cfedeff0 100000000 130000000 '

this machine has 3325mb starting at 1mb, and 768mb
of memory we waste starting at 4gb.

since we can override anything 9load makes up, it's
possible to tell the kernel this has any amout of memory
we wish by adding a like like the following to the plan9.ini

e820=0 9c400 100000 cf000000

obviously, telling the kernel it has memory that it doesn't
will be fatal, but you get the point.  :-)

- erik



  reply	other threads:[~2011-03-06 17:15 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <10045_2495_16663b8cca278b776372dbc44b36387b57580924_6@arpnetworks.tenderapp>
     [not found] ` <10045_2495_16663b8cca278b776372dbc44b36387b57580924_5@arpnetworks.tenderapp>
     [not found]   ` <10045_2495_16663b8cca278b776372dbc44b36387b57580924_4@arpnetworks.tenderapp>
     [not found]     ` <10045_2495_16663b8cca278b776372dbc44b36387b57580924_3@arpnetworks.tenderapp>
     [not found]       ` <10045_2495_16663b8cca278b776372dbc44b36387b57580924_2@arpnetworks.tenderapp>
     [not found]         ` <10045_2495_16663b8cca278b776372dbc44b36387b57580924_7@arpnetwork>
2011-03-02 10:12           ` Stanley Lieber
2011-03-01 19:49             ` a z
2011-03-02 14:53               ` Stanley Lieber
2011-03-03 15:20               ` Stanley Lieber
2011-03-06  6:45                 ` Jack
2011-03-06 14:09                   ` erik quanstrom
2011-03-06 16:00                     ` Jack
2011-03-06 17:15                       ` erik quanstrom [this message]
2011-03-06 19:36                       ` Stanley Lieber
2011-03-06 19:41                         ` erik quanstrom
2011-03-06 20:42                           ` Stanley Lieber
2011-03-07  3:32                           ` Stanley Lieber
2011-03-07  3:45                             ` erik quanstrom
2011-03-07  4:04                               ` Stanley Lieber
2011-03-07 15:11                                 ` Jack Norton
2011-03-07 16:24                                   ` erik quanstrom
2011-03-07 17:04                                     ` Stanley Lieber
2011-03-07 17:11                                       ` erik quanstrom
2011-03-07 23:27                                     ` Federico G. Benavento
2011-03-08  5:37                                       ` Stanley Lieber
2011-03-08 14:40                                         ` Jack Norton
2011-03-09  9:41                                           ` Stanley Lieber
2011-03-07 18:06                               ` Jack Norton
2011-03-01 20:13 erik quanstrom
  -- strict thread matches above, loose matches on Subject: below --
2011-02-24 13:40 Stanley Lieber
2011-02-24 19:57 ` Eric Van Hensbergen

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=2fa858d7cd15793c05bfea2d8189cd1d@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).