diff options
Diffstat (limited to 'gpxe/src/config.h')
-rw-r--r-- | gpxe/src/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gpxe/src/config.h b/gpxe/src/config.h index f43da040..ae39fb55 100644 --- a/gpxe/src/config.h +++ b/gpxe/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 */ @@ -129,6 +131,7 @@ #define IMAGE_PXE /* PXE image support */ #define IMAGE_SCRIPT /* gPXE script image support */ #define IMAGE_BZIMAGE /* Linux bzImage image support */ +#define IMAGE_COMBOOT /* SYSLINUX COMBOOT image support */ /* @END general.h */ |