Changeset c6143b4 in mainline for arch/ppc32/loader/main.c


Ignore:
Timestamp:
2006-03-24T19:13:37Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
730de779
Parents:
7dcde32
Message:

kernel boot API change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ppc32/loader/main.c

    r7dcde32 rc6143b4  
    3636
    3737#define HEAP_GAP 1024000
    38 
    39 typedef struct {
    40         memmap_t memmap;
    41         screen_t screen;
    42 } bootinfo_t;
    4338
    4439bootinfo_t bootinfo;
     
    124119       
    125120        printf("\nBooting the kernel...\n");
    126         jump_to_kernel(bootinfo_pa, trans_pa, KERNEL_SIZE, real_mode_pa);
     121        jump_to_kernel(bootinfo_pa, sizeof(bootinfo), trans_pa, KERNEL_SIZE, real_mode_pa);
    127122}
Note: See TracChangeset for help on using the changeset viewer.