Subversion Repositories HelenOS-historic

Rev

Rev 1210 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1210 Rev 1495
Line 39... Line 39...
39
#
39
#
40
 
40
 
41
INIT0_ADDRESS = 0xe000000000400000
41
INIT0_ADDRESS = 0xe000000000400000
42
INIT0_SIZE = 0x100000
42
INIT0_SIZE = 0x100000
43
 
43
 
44
INIT1_ADDRESS = 0xe000000000800000
-
 
45
INIT1_SIZE = 0x100000
-
 
46
 
-
 
47
CFLAGS += -mconstant-gp -fno-unwind-tables -mfixed-range=f32-f127
44
CFLAGS += -mconstant-gp -fno-unwind-tables -mfixed-range=f32-f127
48
LFLAGS += -EL
45
LFLAGS += -EL
49
AFLAGS += -mconstant-gp
46
AFLAGS += -mconstant-gp
50
 
47
 
51
DEFS += -D__64_BITS__ -DINIT0_ADDRESS=$(INIT0_ADDRESS) -DINIT0_SIZE=$(INIT0_SIZE) \
48
DEFS += -D__64_BITS__ -DINIT0_ADDRESS=$(INIT0_ADDRESS) -DINIT0_SIZE=$(INIT0_SIZE)
52
	-DINIT1_ADDRESS=$(INIT1_ADDRESS) -DINIT1_SIZE=$(INIT1_SIZE)
-
 
53
 
49
 
54
## Compile with page hash table support.
50
## Compile with page hash table support.
55
#
51
#
56
 
52
 
57
CONFIG_PAGE_HT = y
53
CONFIG_PAGE_HT = y