--- trunk/mkinitrd-magellan/isolinux/config.inc 2010/08/19 08:27:19 1132 +++ trunk/mkinitrd-magellan/isolinux/config.inc 2010/08/19 09:50:43 1133 @@ -1,7 +1,7 @@ -;; $Id: config.inc,v 1.1 2007-09-01 22:44:04 niro Exp $ ;; ----------------------------------------------------------------------- -;; -;; Copyright 2002-2005 H. Peter Anvin - All Rights Reserved +;; +;; Copyright 2002-2009 H. Peter Anvin - All Rights Reserved +;; Copyright 2009 Intel Corporation; author: H. Peter Anvin ;; ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by @@ -20,25 +20,20 @@ %ifndef _CONFIG_INC %define _CONFIG_INC -max_cmd_len equ 511 ; Must be &3; 255 is the kernel limit +max_cmd_len equ 2047 ; Must be &3; 2047 is the kernel limit HIGHMEM_MAX equ 037FFFFFFh ; DEFAULT highest address for an initrd DEFAULT_BAUD equ 9600 ; Default baud rate for serial port BAUD_DIVISOR equ 115200 ; Serial port parameter - -%assign DO_WBINVD 0 ; Should we use WBINVD or not? +MAX_FKEYS equ 12 ; Number of F-key help files ; -; Version number definitinons +; Local boot supported ; -%ifndef DEPEND ; Generated file -%include "version.gen" -%endif +%assign HAS_LOCALBOOT 1 ; -; Should be updated with every release to avoid bootsector/SYS file mismatch +; Version number definitinons ; -%define version_str VERSION ; Must be 4 characters long! -%define date DATE_STR ; Defined from the Makefile -%define year '2005' +%include "version.gen" %endif ; _CONFIG_INC