Changes in boot/arch/sparc32/src/main.c [b6b02c0:ef9a2a8] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/sparc32/src/main.c
rb6b02c0 ref9a2a8 120 120 121 121 printf("Booting the kernel ... \n"); 122 jump_to_kernel((void *) PA2KA(BOOT_OFFSET) );122 jump_to_kernel((void *) PA2KA(BOOT_OFFSET), &bootinfo); 123 123 } 124 124
Note:
See TracChangeset
for help on using the changeset viewer.