[PATCH] hold shift or control to disable timeout even timeout=0

2008-07-23 Thread David Fries
== --- ChangeLog (revision 1725) +++ ChangeLog (working copy) @@ -1,3 +1,18 @@ +2008-07-23 David Fries <[EMAIL PROTECTED]> + + Allow holding control or shift to abort timeout, even timeout=0. This + allows no timeout delay and still be interactive. + +

Re: [PATCH] hold shift or control to disable timeout even timeout=0

2008-07-23 Thread David Fries
On Wed, Jul 23, 2008 at 09:13:58PM -0400, Pavel Roskin wrote: > On Wed, 2008-07-23 at 19:52 -0500, David Fries wrote: > > > This calls the getshiftflags BIOS int 16h function 2 in startup.S, to > > find out the status of the shift and control keys (among others). The >

Re: How to synchronize local svn with official svn?

2008-08-09 Thread David Fries
itory. Currently I'm using git, in other cases I've used CVS. That way each revision control program keeps track of their own revisions in its own files which don't conflict with the other. Synchronization is, commit local changes, update remote, commit remote changes to local repo

[PATCH] Enable grub_cpu_idle for i386 to halt the CPU

2008-08-11 Thread David Fries
of adding it to multiple utility program source files. -- David Fries <[EMAIL PROTECTED]> http://fries.net/~david/ (PGP encryption key available) Index: conf/common.rmk === --- conf/common.rmk (revision 1798) +++ conf/co

[PATCH] try2, Enable grub_cpu_idle for i386/pc to halt the CPU

2008-08-14 Thread David Fries
pressed, which both produce interrupts and are checked. I assume any other call to grub_cpu_idle will have an interrupt or the timer to wake it up. On Wed, Aug 13, 2008 at 11:34:22AM +0200, Marco Gerards wrote: > David Fries <[EMAIL PROTECTED]> writes: > > > As grub_cpu_idle is

Re: [PATCH] Enable grub_cpu_idle for i386 to halt the CPU

2008-08-15 Thread David Fries
second version of the patch out, and this time I did compile coreboot. It won't be improved or harmed, the patch just helps the i386/pc platform. -- David Fries <[EMAIL PROTECTED]> http://fries.net/~david/ (PGP encryption key available) ___

Re: [PATCH] Enable grub_cpu_idle for i386 to halt the CPU

2008-08-16 Thread David Fries
On Sat, Aug 16, 2008 at 02:33:17PM +0200, Robert Millan wrote: > On Fri, Aug 15, 2008 at 10:11:09PM -0500, David Fries wrote: > > [...]. Until I have an > > application for it, I'll have to let someone else implement support > > for grub_cpu_idle. > > We