Changeset deca67b in mainline for kernel/arch/ia32/src/boot/boot.S


Ignore:
Timestamp:
2009-03-03T12:56:20Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
add04f7
Parents:
2f57690
Message:

rename ia32_cboot() to arch_pre_main() and move it to ia32.c (to be in line with other platforms)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia32/src/boot/boot.S

    r2f57690 rdeca67b  
    105105        call map_kernel                                                 # map kernel and turn paging on
    106106
    107         # ia32_cboot(grub_eax, grub_ebx)
     107        # arch_pre_main(grub_eax, grub_ebx)
    108108        pushl grub_ebx
    109109        pushl grub_eax
    110         call ia32_cboot         # Does not return.
    111 
     110        call arch_pre_main
     111       
     112        call main_bsp
     113       
    112114        # Not reached.
    113 
     115       
    114116        cli
    115117        hlt
Note: See TracChangeset for help on using the changeset viewer.