Rev 757 | Rev 813 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 757 | Rev 758 | ||
|---|---|---|---|
| Line 42... | Line 42... | ||
| 42 | { |
42 | { |
| 43 | /* |
43 | /* |
| 44 | * Blacklist ROM regions. |
44 | * Blacklist ROM regions. |
| 45 | */ |
45 | */ |
| 46 | frame_region_not_free(ROM_BASE, ROM_SIZE); |
46 | frame_region_not_free(ROM_BASE, ROM_SIZE); |
| - | 47 | ||
| 47 | zone_create_in_region(0, config.memory_size & ~(FRAME_SIZE-1)); |
48 | zone_create_in_region(0, config.memory_size & ~(FRAME_SIZE-1)); |
| 48 | } |
49 | } |