Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4021 → Rev 4022

/trunk/kernel/arch/ia32/include/boot/boot.h
42,12 → 42,11
#define MULTIBOOT_HEADER_MAGIC 0x1BADB002
#define MULTIBOOT_HEADER_FLAGS 0x00010003
 
#define MULTIBOOT_LOADER_MAGIC 0x2BADB002
 
#ifndef __ASM__
 
#ifdef CONFIG_SMP
 
/* This is only a symbol so the type is dummy. Obtain the value using &. */
extern int _hardcoded_unmapped_size;
 
#endif /* CONFIG_SMP */