diff options
| author | hpa <hpa> | 2005-05-08 21:47:03 +0000 |
|---|---|---|
| committer | hpa <hpa> | 2005-05-08 21:47:03 +0000 |
| commit | dab010fba1ef01f60751114657452db16248ba9d (patch) | |
| tree | 45eda2cb91bd1fb333aa74a2df2dd0ea94bf08cf /config.inc | |
| parent | 25b68a8eb102118d7db99b7b5bdc6682caef701f (diff) | |
| download | syslinux-3.08.tar.gz | |
New Multiboot module; increase command line limit to 1023syslinux-3.08
Diffstat (limited to 'config.inc')
| -rw-r--r-- | config.inc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ ;; $Id$ ;; ----------------------------------------------------------------------- ;; -;; Copyright 2002-2004 H. Peter Anvin - All Rights Reserved +;; Copyright 2002-2005 H. Peter Anvin - All Rights Reserved ;; ;; 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,7 +20,7 @@ %ifndef _CONFIG_INC %define _CONFIG_INC -max_cmd_len equ 255 ; Must be odd; 255 is the kernel limit +max_cmd_len equ 1023 ; Must be odd; 255 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 |
