view Kernel_withGRUB2/boot/head64.S @ 19:f8ef856d6691

two new test directory
author Taiki TAIRA <e095767@ie.u-ryukyu.ac.jp>
date Tue, 09 Oct 2012 17:35:53 +0900
parents 9e2112e2c596
children 4205fb316c14
line wrap: on
line source

/* 
 * jump to kernel.
 * push ebx and eax send argument to kernel.
 */

.org 150000


.code64
start_kernel:
    pushq %rbx
    pushq %rax
    call kmain