Magellan Linux

Diff of /trunk/mkinitrd-magellan/isolinux/config.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1132 by niro, Sat Sep 1 22:45:15 2007 UTC revision 1133 by niro, Thu Aug 19 09:50:43 2010 UTC
# Line 1  Line 1 
 ;; $Id: config.inc,v 1.1 2007-09-01 22:44:04 niro Exp $  
1  ;; -----------------------------------------------------------------------  ;; -----------------------------------------------------------------------
2  ;;    ;;
3  ;;   Copyright 2002-2005 H. Peter Anvin - All Rights Reserved  ;;   Copyright 2002-2009 H. Peter Anvin - All Rights Reserved
4    ;;   Copyright 2009 Intel Corporation; author: H. Peter Anvin
5  ;;  ;;
6  ;;   This program is free software; you can redistribute it and/or modify  ;;   This program is free software; you can redistribute it and/or modify
7  ;;   it under the terms of the GNU General Public License as published by  ;;   it under the terms of the GNU General Public License as published by
# Line 20  Line 20 
20  %ifndef _CONFIG_INC  %ifndef _CONFIG_INC
21  %define _CONFIG_INC  %define _CONFIG_INC
22    
23  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
24  HIGHMEM_MAX equ 037FFFFFFh ; DEFAULT highest address for an initrd  HIGHMEM_MAX equ 037FFFFFFh ; DEFAULT highest address for an initrd
25  DEFAULT_BAUD equ 9600 ; Default baud rate for serial port  DEFAULT_BAUD equ 9600 ; Default baud rate for serial port
26  BAUD_DIVISOR equ 115200 ; Serial port parameter  BAUD_DIVISOR equ 115200 ; Serial port parameter
27    MAX_FKEYS equ 12 ; Number of F-key help files
 %assign DO_WBINVD 0 ; Should we use WBINVD or not?  
28    
29  ;  ;
30  ; Version number definitinons  ; Local boot supported
31  ;  ;
32  %ifndef DEPEND ; Generated file  %assign HAS_LOCALBOOT 1
 %include "version.gen"  
 %endif  
33    
34  ;  ;
35  ; Should be updated with every release to avoid bootsector/SYS file mismatch  ; Version number definitinons
36  ;  ;
37  %define version_str VERSION ; Must be 4 characters long!  %include "version.gen"
 %define date DATE_STR ; Defined from the Makefile  
 %define year '2005'  
38    
39  %endif ; _CONFIG_INC  %endif ; _CONFIG_INC

Legend:
Removed from v.1132  
changed lines
  Added in v.1133