Rev 1702 | Rev 1726 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1702 | Rev 1716 | ||
|---|---|---|---|
| Line 60... | Line 60... | ||
| 60 | zone_create(start, size, conf, 0); |
60 | zone_create(start, size, conf, 0); |
| 61 | if (last_frame < ALIGN_UP(bootinfo.memmap.zones[i].start + bootinfo.memmap.zones[i].size, FRAME_SIZE)) |
61 | if (last_frame < ALIGN_UP(bootinfo.memmap.zones[i].start + bootinfo.memmap.zones[i].size, FRAME_SIZE)) |
| 62 | last_frame = ALIGN_UP(bootinfo.memmap.zones[i].start + bootinfo.memmap.zones[i].size, FRAME_SIZE); |
62 | last_frame = ALIGN_UP(bootinfo.memmap.zones[i].start + bootinfo.memmap.zones[i].size, FRAME_SIZE); |
| 63 | } |
63 | } |
| 64 | 64 | ||
| 65 | /* First is exception vector, second is 'implementation specific', third and fourth is reserved */ |
65 | /* First is exception vector, second is 'implementation specific', |
| - | 66 | third and fourth is reserved, other contain real mode code */ |
|
| 66 | frame_mark_unavailable(0, 4); |
67 | frame_mark_unavailable(0, 8); |
| 67 | 68 | ||
| 68 | } |
69 | } |
| 69 | 70 | ||
| 70 | /** @} |
71 | /** @} |
| 71 | */ |
72 | */ |