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