On Mon, Jul 23, 2012 at 1:32 AM, Kyle Laracey wrote:
> On Thursday, July 19, 2012 1:48:06 PM UTC-4, John Floren wrote:
>> On Thu, Jul 19, 2012 at 10:21 AM, erik quanstrom
>> wrote:
>> >> But as Federico mentioned, you might not want pcdisk--that's for
>> >> running with a
On Monday 23 July 2012 08:32:12 Kyle Laracey wrote:
> On Thursday, July 19, 2012 1:48:06 PM UTC-4, John Floren
wrote:
> > On Thu, Jul 19, 2012 at 10:21 AM, erik quanstrom
> > wrote: >> But as
Federico mentioned,
> > you might not want pcdisk--that's for >> running
with a
On Monday 23 July 2012 13:14:11 hiro wrote:
> I'm currently traveling but I simply install it on all PCs I can
find.
> If people ask me where their data is I start catclock and
pretend I
> thought plan9 was a game.
Catclock isn't a game? I always thought that catclock was the best
mmorpg/fps/rt
I'm currently traveling but I simply install it on all PCs I can find.
If people ask me where their data is I start catclock and pretend I
thought plan9 was a game.
On Thursday, July 19, 2012 1:48:06 PM UTC-4, John Floren wrote:
> On Thu, Jul 19, 2012 at 10:21 AM, erik quanstrom
> wrote:
> >> But as Federico mentioned, you might not want pcdisk--that's for
> >> running with a kfs root, which isn't officially supported any
> more. If
>
On Thu, Jul 19, 2012 at 10:21 AM, erik quanstrom wrote:
>> But as Federico mentioned, you might not want pcdisk--that's for
>> running with a kfs root, which isn't officially supported any more. If
>> you were looking at the 3e guide, that might explain it. These days,
>> for a terminal, you proba
> But as Federico mentioned, you might not want pcdisk--that's for
> running with a kfs root, which isn't officially supported any more. If
> you were looking at the 3e guide, that might explain it. These days,
> for a terminal, you probably want pcf (pc + fossil).
for a terminal, ideally one woul
On Thu, Jul 19, 2012 at 7:25 AM, Kyle Laracey wrote:
> On Thursday, July 19, 2012 5:17:47 AM UTC-4, Charles Forsyth wrote:
>> 9pcdisk is the output file, not the configuration file. Also you need to
>> quote the = because it is special to rc (assignment).
>> Try
>> mk 'CONF=pcdisk'
>>
>>
>> O
On Thursday, July 19, 2012 5:17:47 AM UTC-4, Charles Forsyth wrote:
> 9pcdisk is the output file, not the configuration file. Also you need to
> quote the = because it is special to rc (assignment).
> Try
> mk 'CONF=pcdisk'
>
>
> On 19 July 2012 10:07, < href="mailto:kalara...@gmail.com";
On Thursday, July 19, 2012 5:16:16 AM UTC-4, Federico Benavento wrote:
> you're using backquotes, why? that would be `{mk CONF=9pcdisk} in rc's
> syntax.
>
> now to compile that kernel the syntax is:
> % mk 'CONF=pcdisk'
>
> now are you sure you want a pcdisk?
>
> On Jul 19, 2012, at 6:07 AM, k
The = character have a special meaning for
the rc shell and should be escaped.
Type this instead:
% mk CONF'='9pcdisk
--
David du Colombier
9pcdisk is the output file, not the configuration file. Also you need to
quote the = because it is special to rc (assignment).
Try
mk 'CONF=pcdisk'
On 19 July 2012 10:07, wrote:
>
> `mk CONF=9pcdisk`
you're using backquotes, why? that would be `{mk CONF=9pcdisk} in rc's
syntax.
now to compile that kernel the syntax is:
% mk 'CONF=pcdisk'
now are you sure you want a pcdisk?
On Jul 19, 2012, at 6:07 AM, kalara...@gmail.com wrote:
> I'm in /sys/src/9/pc and I type
>
> `mk CONF=9pcdisk`
>
>
I'm in /sys/src/9/pc and I type
`mk CONF=9pcdisk`
and rc gives me the error "rc: #d/0: token '=': syntax error".
Why is this? Just doing mk works fine (I think).
Thanks! Plan9 looks very cool... just finished reading through intro (all of
it).
14 matches
Mail list logo