Rev 687 | Rev 755 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 687 | Rev 690 | ||
---|---|---|---|
Line 50... | Line 50... | ||
50 | __address cur; |
50 | __address cur; |
51 | 51 | ||
52 | if (config.cpu_active == 1) { |
52 | if (config.cpu_active == 1) { |
53 | page_operations = &page_pt_operations; |
53 | page_operations = &page_pt_operations; |
54 | 54 | ||
55 | dba = frame_alloc(FRAME_KA | FRAME_PANIC, ONE_FRAME); |
55 | dba = frame_alloc(FRAME_KA | FRAME_PANIC, ONE_FRAME, NULL); |
56 | memsetb(dba, PAGE_SIZE, 0); |
56 | memsetb(dba, PAGE_SIZE, 0); |
57 | 57 | ||
58 | bootstrap_dba = dba; |
58 | bootstrap_dba = dba; |
59 | 59 | ||
60 | /* |
60 | /* |