diff options
author | obrien <obrien@FreeBSD.org> | 1997-03-19 17:17:59 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1997-03-19 17:17:59 +0000 |
commit | 64a2fc9f49fd7a8dcd6ffbdb2fd989bdcdab4032 (patch) | |
tree | 08104f16a5ca25eb1497133103dab1c129c7f68d | |
parent | 121dc2896a69f1010c43e2ebae24debde00ff166 (diff) | |
download | FreeBSD-src-64a2fc9f49fd7a8dcd6ffbdb2fd989bdcdab4032.zip FreeBSD-src-64a2fc9f49fd7a8dcd6ffbdb2fd989bdcdab4032.tar.gz |
FreeBSD uses the HALT instruction in its idle loop to save power.
Noticed by: Stephen Roome <steve@visint.co.uk>
-rw-r--r-- | share/doc/FAQ/FAQ.sgml | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/share/doc/FAQ/FAQ.sgml b/share/doc/FAQ/FAQ.sgml index f61e8bb..1fd80d3 100644 --- a/share/doc/FAQ/FAQ.sgml +++ b/share/doc/FAQ/FAQ.sgml @@ -1,5 +1,5 @@ <!DOCTYPE linuxdoc PUBLIC "-//FreeBSD//DTD linuxdoc//EN"> -<!-- $Id: FAQ.sgml,v 1.36 1997/03/12 19:14:26 joerg Exp $ --> +<!-- $Id: FAQ.sgml,v 1.37 1997/03/13 01:00:32 joerg Exp $ --> <article> @@ -7,7 +7,7 @@ <author>Maintainer: Peter da Silva <tt><htmlurl url='mailto:pds@FreeBSD.ORG' name='<pds@FreeBSD.ORG>'></tt> -<date>$Date: 1997/03/12 19:14:26 $ +<date>$Date: 1997/03/13 01:00:32 $ <abstract> This is the FAQ for FreeBSD systems version 2.X All entries are assumed to be relevant to FreeBSD 2.0.5+, unless otherwise noted. @@ -2153,9 +2153,11 @@ pseudo-device vn #Vnode driver (turns a file into a device) now, working on their new ``scratch and sniff'' GUI. It's a funny old business we're in! - Seriously, Linux uses the ``<tt/HALT/'' instruction when the - system is idle thus lowering its energy consumption and therefore - the heat it generates. + Seriously, both FreeBSD and Linux uses the ``<tt/HALT/'' + instruction when the system is idle thus lowering its energy + consumption and therefore the heat it generates. Also if you + have APM (automatic power management) configured, then FreeBSD + can also put the CPU into a low power mode. <sect1> <heading>Who's scratching in my memory banks??</heading> |