cpue% man plan9.ini | grep timeout
menudefault=tag[, timeout]
> I had some trouble with permissions while setting up my CPU server, but
> thanks to the kind help of a few people here, got it running.
>
> However, I can't get it to boot up entirely without my intevention, as it
> always
see boot(8). you need to wait 15 seconds for the default to be picked up:
"Method and address are prompted for first. The prompt lists all valid
methods, with the default in brackets, for example:
root is from (tcp, local!#S/sdC0/fs)[tcp]:
A newline picks the default. Other possible respo
nobootprompt=local!#S/sdC0/fossil
it's in plan9.ini(8)
On Thu, Aug 7, 2008 at 5:06 PM, Benjamin Huntsman
<[EMAIL PROTECTED]> wrote:
> I had some trouble with permissions while setting up my CPU server, but
> thanks to the kind help of a few people here, got it running.
>
> However, I can't get i
> Can anyone tell me how to make a system boot up completely w/o
> operator interaction?
After the default install adding nobootprompt= and user= to plan9.ini
I had some trouble with permissions while setting up my CPU server, but thanks
to the kind help of a few people here, got it running.
However, I can't get it to boot up entirely without my intevention, as it
always hangs on:
root is from (tcp, local)[local!#S/sdC0/fossil]:
I'm sure there's som
why are you including ?
you're lucky that /$objtype/include/ape/float.h doesn't have
a #pragma lib, otherwise you'll be seeing some weird behavior.
you should not link APE's libs against the standard libc.
On Thu, Aug 7, 2008 at 3:24 PM, Pietro Gagliardi <[EMAIL PROTECTED]> wrote:
> On Aug 6, 2
On Aug 6, 2008, at 12:29 PM, Greg Comeau wrote:
Does it help any to initialize constants[] in a source file
by itself?
I don't know, but your idea gave me something that did:
% cat mach.c
#include
double dblmin = DBL_MIN;
double dblmax = DBL_MAX;
double dbleps = DBL_EPS;
% cat builtins.c
..
I am thinking of an "infinite" disk customer product. The customer
would buy a large (say 1 TB) network disk device (Linksys NSLU2 or
similar) with USB/Ethernet interfaces, serving CIFS/Samba an maybe
some other file protocols for users who know nothing of Plan 9.
The disk device would run Plan9/F
> Could it be that some disks don't work with DMA on?
Not all compact flash supports DMA