Home | History | Annotate | Download | only in mbr
History log of /src/sys/arch/i386/stand/mbr/Makefile
RevisionDateAuthorComments
 1.4  17-Aug-2011  jakllsch Add gptmbr from syslinux 4.04, with some local modifications to fit our mbr
build system and to be self contanined.

Also, unlink the old mbr_gpt from the build.
 1.3  06-Jan-2011  jakllsch Support booting from GPT-partioned disks on PC-BIOS-compatible systems.

Much of the work in this commit was done by Mike Volokhov during GSoC 2009.
 1.2  19-Jan-2008  dsl branches: 1.2.24; 1.2.32;
Add two new versions of the mbr code that directly access a serial port.
'mbr_com0' assumes the BIOS has initialised the baud rate (etc)
'mbr_com0_9600' initialises the rate to 9600
Both have the functionality from 'mbr_ext' (ie they can boot from an
extended partition).
As compiled, the io_address for the serial port is taken from BIOS data.
(this should keep tls@ happy!)
 1.1  28-Apr-2003  dsl branches: 1.1.18; 1.1.80; 1.1.86; 1.1.94;
Master Boot Record (mbr) code:
mbr: boots active partition
mbr_bootsel: menu selection for partitions 1 to 4
mbr_ext: menu selection for partitions 1 to 4 and extended partitions
Based on code from sbin/fdisk/mbr_bootsel.
Needs a new fdisk to configure mbr_ext and correctly set default menu selection.(Not yet built by defaulat)
 1.1.94.1  20-Jan-2008  bouyer Sync with HEAD
 1.1.86.1  18-Feb-2008  mjf Sync with HEAD.
 1.1.80.1  23-Mar-2008  matt sync with HEAD
 1.1.18.1  21-Jan-2008  yamt sync with head
 1.2.32.1  05-Mar-2011  rmind sync with head
 1.2.24.2  27-Aug-2011  jym Sync with HEAD. Most notably: uvm/pmap work done by rmind@, and MP Xen
work of cherry@.

No regression observed on suspend/restore.
 1.2.24.1  10-Jan-2011  jym Sync with HEAD

RSS XML Feed