From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1ICbm1-0002pD-Pd for mharc-grub-devel@gnu.org; Sun, 22 Jul 2007 09:47:01 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ICblz-0002oF-PL for grub-devel@gnu.org; Sun, 22 Jul 2007 09:46:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ICblx-0002nt-8t for grub-devel@gnu.org; Sun, 22 Jul 2007 09:46:58 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ICblx-0002no-5t for grub-devel@gnu.org; Sun, 22 Jul 2007 09:46:57 -0400 Received: from smtp-vbr11.xs4all.nl ([194.109.24.31]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ICblw-000205-MO for grub-devel@gnu.org; Sun, 22 Jul 2007 09:46:56 -0400 Received: from localhost.localdomain (249-174.surfsnel.dsl.internl.net [145.99.174.249]) by smtp-vbr11.xs4all.nl (8.13.8/8.13.8) with ESMTP id l6MDktnt016784 for ; Sun, 22 Jul 2007 15:46:55 +0200 (CEST) (envelope-from mgerards@xs4all.nl) From: Marco Gerards To: The development of GRUB 2 References: <8c0c43de0707061457g5da7175cjf7720722f0547cd0@mail.gmail.com> Mail-Copies-To: mgerards@xs4all.nl Date: Sun, 22 Jul 2007 15:48:30 +0200 In-Reply-To: <8c0c43de0707061457g5da7175cjf7720722f0547cd0@mail.gmail.com> (Alex Roman's message of "Fri, 6 Jul 2007 17:57:05 -0400") Message-ID: <87vecceehd.fsf@xs4all.nl> User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: by XS4ALL Virus Scanner X-detected-kernel: FreeBSD 4.6-4.9 Subject: Re: Timed wait/sleep X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Jul 2007 13:47:00 -0000 "Alex Roman" writes: Hi, > Is there any mechanism to wait/sleep for a specified time in GRUB? Not yet. I will also need this for networking. Actually, we can do still in this idle time. I will get back on this. You can read the time in milliseconds, IIRC. You can use that to check in a loop. But please do not use busy waiting. That will give problems with qemu, etc. -- Marco