summaryrefslogtreecommitdiffstats
path: root/src/config.h
diff options
context:
space:
mode:
authorAndrew Schran2008-07-24 20:59:12 +0200
committerMichael Brown2008-07-24 20:59:12 +0200
commit833447392d0d6cc224a8743e40424c091b416d21 (patch)
treed308c5522159c31c9ad1c9ad3688cb693b124a44 /src/config.h
parent[tg3] Added support for tg3-5754. (diff)
downloadipxe-833447392d0d6cc224a8743e40424c091b416d21.tar.gz
ipxe-833447392d0d6cc224a8743e40424c091b416d21.tar.xz
ipxe-833447392d0d6cc224a8743e40424c091b416d21.zip
[cmdline] Added configurable shell banner timeout
This change allows the time for which shell banners are displayed to be configured in the config.h file. The ability to access the shell can also be effectively disabled by setting this timeout to zero.
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index f43da040..13d9f7e0 100644
--- a/src/config.h
+++ b/src/config.h
@@ -58,6 +58,8 @@
*/
#define TIMER_BIOS /* 18Hz BIOS timer */
#define TIMER_RDTSC /* CPU TimeStamp Counter timer */
+#define BANNER_TIMEOUT 20 /* Tenths of a second for which the shell
+ banner should appear */
/* @END general.h */