blob: 928bb338bcbbc6d84428941bb5b4b80ea30e0f88 [file] [log] [blame]
FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL )
.section ".note.GNU-stack", "", @progbits
.text
.arch i386
.section ".prefix", "awx", @progbits
.code16
.org 0
.globl mbr
mbr:
movw $exec_sector, %bp
jmp find_active_partition
exec_sector:
ljmp $0x0000, $0x7c00
#include "bootpart.S"