diff options
Diffstat (limited to 'ldlinux.asm')
-rw-r--r-- | ldlinux.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ldlinux.asm b/ldlinux.asm index d8e6961f..873395c6 100644 --- a/ldlinux.asm +++ b/ldlinux.asm @@ -16,7 +16,7 @@ ; then the first sector (cluster, really, but we can only assume 1 sector) ; of LDLINUX.SYS at 7E00h and finally the remainder of LDLINUX.SYS at 8000h. ; -; Copyright (C) 1994-1998 H. Peter Anvin +; Copyright (C) 1994-1999 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 @@ -39,7 +39,7 @@ HIGHMEM_MAX equ 03f000000h ; Highest address for an initrd ; %define version_str VERSION ; Must be 4 characters long! %define date DATE_STR ; Defined from the Makefile -%define year '1998' +%define year '1999' ; ; Debgging stuff ; |