9front - general discussion about 9front
 help / color / mirror / Atom feed
From: sl@9front.org
To: 9front@9front.org
Subject: Re: [9front] termrc and aux/realemu
Date: Fri, 15 Aug 2014 20:40:24 -0400	[thread overview]
Message-ID: <5dd69e60294afbdea77933b9806c7535@pi.att> (raw)

> If I don't have the last file, it bootup with no problem.
> However there is no /dev/realmode file.
> To have this file I have to have the last file.

The realemu program did run (this is why graphics mode succeeded
in running) but the /dev/realmode file is not in your namespace.
The default /rc/bin/termrc does this:

		@{
			rfork n
			if(~ $monitor vesa)
				aux/realemu
			aux/vga -l $vgasize
		}

which forks a new namespace before running realemu. Your
/cfg/saturn/termrc is running another copy of realemu without
forking the namespace, so you still see /dev/realmode everywhere
in your environment after rio is started.

sl


             reply	other threads:[~2014-08-16  0:40 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-16  0:40 sl [this message]
2014-08-16  5:29 ` kokamoto
  -- strict thread matches above, loose matches on Subject: below --
2014-08-16  5:55 sl
2014-08-16 23:42 ` kokamoto
2014-08-17  1:54   ` cinap_lenrek
2014-08-17  4:22     ` kokamoto
2014-08-14  1:40 kokamoto
2014-08-14  2:17 ` [9front] " Nick Owens
2014-08-15  0:10   ` kokamoto
2014-08-15  0:28     ` Nick Owens
2014-08-15  0:46     ` sl
2014-08-16  0:14       ` kokamoto
2014-08-16  0:17       ` kokamoto
2014-08-16  0:52         ` cinap_lenrek
2014-08-16  5:39           ` kokamoto

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=5dd69e60294afbdea77933b9806c7535@pi.att \
    --to=sl@9front.org \
    --cc=9front@9front.org \
    /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).