Hello list,
I am using plan9 on vmware fusion 3.0.1 and VESA mode doesn't work for me.
For example,
aux/vga –m vesa –p
hangs the virtual machine. The biggest screen size I can get to,
without VESA, is
monitor=multisync135
vgasize=1024x768x32
and anything bigger causes kernel panic.
What mo
I tried compiling 9plug kernel and got an error:
mk: no recipe to make 'sdscsi.5' in directory /sys/src/9/kw
Do I need to copy /sys/src/9/pc/sdscsi.c , or edit plug conf file?
Thank you. It is compiling OK now.
On Sun, Feb 28, 2010 at 3:06 PM, wrote:
> Sorry, I'd forgotten to push /sys/src/9/kw/sdscsi.c to sources.
> It's fixed now.
>
>
>
if you want to delay the expansion of an env var until fn invocation,,use eval.
% fn foo {eval echo $$bar}
On 8/14/08, roger peppe <[EMAIL PROTECTED]> wrote:
> looks like a bug to me; after all:
>
> % bar=baz {echo $bar}
> baz
> %
>
> i'm somewhat surprised this hasn't been fixed years ago.
>
> O
i apologize for the noise. i should have tested befoqe posting.
rog, thank you for correcting me.
On 8/14/08, roger peppe <[EMAIL PROTECTED]> wrote:
> On Thu, Aug 14, 2008 at 12:20 PM, kazumi iwane <[EMAIL PROTECTED]> wrote:
>> if you want to delay the expansion of an env va