- Timestamp:
- 2009-02-03T13:50:26Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 753d851
- Parents:
- eddf924
- Location:
- boot/arch
- Files:
-
- 2 edited
-
ppc32/loader/main.c (modified) (1 diff)
-
sparc64/loader/main.c (modified) (1 diff)
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); -
boot/arch/sparc64/loader/main.c
reddf924 rfd375a8d 270 270 #endif 271 271 272 setup_palette();272 ofw_setup_palette(); 273 273 274 274 printf("\nBooting the kernel...\n");
Note:
See TracChangeset
for help on using the changeset viewer.
