Added active partition locator, and simple MBR built using it.

This commit is contained in:
Michael Brown
2007-07-05 00:21:01 +01:00
parent 738ebaf4a5
commit 3c2d50e5de
2 changed files with 202 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
.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"