diff options
Diffstat (limited to 'config.inc')
-rw-r--r-- | config.inc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ %ifndef _CONFIG_INC %define _CONFIG_INC -max_cmd_len equ 1023 ; Must be odd; 255 is the kernel limit +max_cmd_len equ 511 ; Must be &3; 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 |