Message-ID: <37E314D9.2F4840B3@cln.etc.bc.ca>
From: Steve Shack <sshack@cln.etc.bc.ca>
X-Mailer: Mozilla 4.61 [en] (X11; U; Linux 2.2.12 i586)
X-Accept-Language: en
MIME-Version: 1.0
Newsgroups: comp.os.minix
Subject: Re: Auto start
References: <eSAE3.11647$Pv4.5593@news.rdc1.mi.home.com>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Lines: 12
Date: Sat, 18 Sep 1999 04:25:23 GMT
NNTP-Posting-Host: 24.65.187.18
X-Complaints-To: abuse@home.net
X-Trace: news1.rdc1.bc.home.com 937628723 24.65.187.18 (Fri, 17 Sep 1999 21:25:23 PDT)
NNTP-Posting-Date: Fri, 17 Sep 1999 21:25:23 PDT
Organization: @Home Network Canada
Path: news.adfa.oz.au!clarion.carno.net.au!news0.optus.net.au!news1.optus.net.au!optus!news.ecn.ou.edu!feed1.news.rcn.net!rcn!howland.erols.net!newshub2.home.com!news.home.com!news1.rdc1.bc.home.com.POSTED!not-for-mail

Mike Dombrowski wrote:
> 
> Thanks to another message here I got my dumb terminal working, now I have
> another question. Is there a way to make minix boot right away without
> pressing '='? I want to use my minix box with only telnet/rs232 and attaching
> a keyboard every time I want to boot is not practical.
> 
Yes
I beleive it's something like
main() { trap 100 boot; menu}
in the boot monitor.
This will wait 100msec and then boot up.
