Revert "Added master boot record capable of locating active partition"

This reverts commit 844d088c51.
This commit is contained in:
Michael Brown
2007-07-05 00:20:04 +01:00
parent 7918fc97b8
commit 738ebaf4a5
2 changed files with 0 additions and 203 deletions

View File

@@ -1,13 +0,0 @@
.text
.arch i386
.section ".prefix", "awx", @progbits
.code16
.org 0
mbr:
movw $exec_sector, %bp
jmp find_active_partition
exec_sector:
ljmp $0x0000, $0x7c00
#include "bootpart.S"