Subversion Repositories HelenOS

Rev

Rev 3987 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3987 Rev 4011
Line 36... Line 36...
36
#include <arch/boot/boot.h>
36
#include <arch/boot/boot.h>
37
#include <arch/boot/cboot.h>
37
#include <arch/boot/cboot.h>
38
#include <arch/boot/memmap.h>
38
#include <arch/boot/memmap.h>
39
#include <config.h>
39
#include <config.h>
40
#include <memstr.h>
40
#include <memstr.h>
41
#include <func.h>
41
#include <string.h>
42
 
42
 
43
/* This is a symbol so the type is only dummy. Obtain the value using &. */
43
/* This is a symbol so the type is only dummy. Obtain the value using &. */
44
extern int _hardcoded_unmapped_size;
44
extern int _hardcoded_unmapped_size;
45
 
45
 
46
/** C part of ia32 boot sequence.
46
/** C part of ia32 boot sequence.