MFp4:
Make this compile, assuming that you have linux installed in a sensible place. tag_list is disabled by default, since we don't distribute linux, but it is desirable to allow the boot loader to boot Linux or FreeBSD (mostly for testing).
This commit is contained in:
parent
2b289f67a8
commit
ce4eb8b530
@ -28,7 +28,9 @@
|
||||
#define u16 unsigned short
|
||||
#define u8 unsigned char
|
||||
|
||||
#include "/usr/src/arm/linux/include/asm/setup.h"
|
||||
// #include "/usr/src/arm/linux/include/asm/setup.h"
|
||||
#include <linux/asm/setup.h>
|
||||
#include "tag_list.h"
|
||||
|
||||
#define PAGE_SIZE 0x1000
|
||||
#define MEM_SIZE 0x2000000
|
||||
|
Loading…
Reference in New Issue
Block a user