Changeset fd375a8d in mainline for boot/arch/ppc32/loader/main.c
- Timestamp:
- 2009-02-03T13:50:26Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 753d851
- Parents:
- eddf924
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/ppc32/loader/main.c
reddf924 rfd375a8d 177 177 fix_overlap(&bootinfo, &bootinfo_pa, "boot info", &top); 178 178 179 ofw_setup_palette(); 180 179 181 printf("\nBooting the kernel...\n"); 180 182 jump_to_kernel(bootinfo_pa, sizeof(bootinfo), trans_pa, pages << PAGE_WIDTH, real_mode_pa, (void *) bootinfo.screen.addr, bootinfo.screen.scanline);
Note:
See TracChangeset
for help on using the changeset viewer.