Changeset de1b8b1 in mainline for arch/ppc32/loader/main.c
- Timestamp:
- 2006-05-18T22:07:21Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c3b5cdf
- Parents:
- 3eee37d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ppc32/loader/main.c
r3eee37d rde1b8b1 107 107 void *trans_pa = ofw_translate(&trans); 108 108 void *bootinfo_pa = ofw_translate(&bootinfo); 109 void *fb = (void *) (((unsigned int) bootinfo.screen.addr) & ((unsigned int) ~0 << 17));110 109 111 110 printf("\nMemory statistics (total %d MB)\n", bootinfo.memmap.total >> 20); … … 152 151 153 152 printf("\nBooting the kernel...\n"); 154 jump_to_kernel(bootinfo_pa, sizeof(bootinfo), trans_pa, pages << PAGE_WIDTH, fb,real_mode_pa);153 jump_to_kernel(bootinfo_pa, sizeof(bootinfo), trans_pa, pages << PAGE_WIDTH, real_mode_pa); 155 154 }
Note:
See TracChangeset
for help on using the changeset viewer.