mirror of
https://github.com/ipxe/ipxe
synced 2026-01-01 17:34:42 +03:00
Revert "Added master boot record capable of locating active partition"
This reverts commit 844d088c51.
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user