From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pi.att ([199.241.189.110]) by ttr; Fri Aug 15 20:41:36 EDT 2014 Date: Fri, 15 Aug 2014 20:40:24 -0400 From: sl@9front.org To: 9front@9front.org Subject: Re: [9front] termrc and aux/realemu Message-ID: <5dd69e60294afbdea77933b9806c7535@pi.att> List-ID: <9front.9front.org> X-Glyph: ➈ X-Bullshit: method core interface dependency locator MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit > 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