view Kernel/bootstrap.S @ 14:acdc2c21996a

chage directory structure
author Taiki TAIRA <e095767@ie.u-ryukyu.ac.jp>
date Wed, 05 Sep 2012 11:49:15 +0900
parents
children f8ef856d6691
line wrap: on
line source


.code16
.text
.globl start

.org 0

start:
    jmp    $0x07c0, $start

    mov %cs, %ax
    mov %ax, %ds
    mov $0xb800, %ax
    mov %ax, %es
    mov $0x0, %di