Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/arch/i386/include/multiboot.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- src/sys/arch/i386/include/multiboot.h 2006/02/04 11:24:42 1.3 +++ src/sys/arch/i386/include/multiboot.h 2006/10/25 13:56:16 1.4 @@ -1,4 +1,4 @@ -/* $NetBSD: multiboot.h,v 1.3 2006/02/04 11:24:42 jmmv Exp $ */ +/* $NetBSD: multiboot.h,v 1.4 2006/10/25 13:56:16 jmmv Exp $ */ /*- * Copyright (c) 2005, 2006 The NetBSD Foundation, Inc. @@ -45,17 +45,6 @@ /* --------------------------------------------------------------------- */ /* - * Space reserved after the kernel image to stick the symbol table. - * The boot loader will leave this memory untouched (it will be treated - * as if it was part of the BSS section). - */ -#if !defined(MULTIBOOT_SYMTAB_SPACE) -# define MULTIBOOT_SYMTAB_SPACE 1048576 -#endif - -/* --------------------------------------------------------------------- */ - -/* * Multiboot header structure. */ #define MULTIBOOT_HEADER_MAGIC 0x1BADB002 @@ -209,6 +198,7 @@ struct multiboot_mmap { void multiboot_pre_reloc(struct multiboot_info *); void multiboot_post_reloc(void); void multiboot_print_info(void); +boolean_t multiboot_ksyms_init(void); #endif /* !defined(_LOCORE) */ /* --------------------------------------------------------------------- */