1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-23 11:18:54 +00:00
freebsd/sys/boot/common
Andrey V. Elsukov 4c659be325 When loader(8) inspects MBR, it chooses GPT as main partition table,
when MBR contains only PMBR entry or it is bootcamp-compatible.
If MBR has PMBR entry and some other, the loader rejects it.

Make these checks to be less strict. If loader decided that PMBR
isn't suitable for GPT, it will use MBR.

Reported by:	Paul Thornton
Tested by:	Paul Thornton
MFC after:	1 week
2014-03-21 09:29:01 +00:00
..
bcache.c
boot.c
bootstrap.h Change file_loadraw() from static to public. Change the order of its 2014-02-22 22:03:26 +00:00
commands.c
console.c
crc32.c
crc32.h
dev_net.c
dev_net.h
devopen.c
disk.c
disk.h
gpt.c
gpt.h
help.common
interp_backslash.c
interp_forth.c
interp_parse.c
interp.c
isapnp.c
isapnp.h
load_elf32_obj.c Add support for FreeBSD/i386 guests under bhyve. 2014-02-05 04:39:03 +00:00
load_elf32.c Add support for FreeBSD/i386 guests under bhyve. 2014-02-05 04:39:03 +00:00
load_elf64_obj.c
load_elf64.c
load_elf_obj.c
load_elf.c
loader.8
ls.c
Makefile.inc Build 64-bit ELF support into little-endian 64-bit MIPS boot-loader 2014-02-24 18:44:03 +00:00
md.c
merge_help.awk
misc.c
module.c Change file_loadraw() from static to public. Change the order of its 2014-02-22 22:03:26 +00:00
newvers.sh
panic.c
part.c When loader(8) inspects MBR, it chooses GPT as main partition table, 2014-03-21 09:29:01 +00:00
part.h
pnp.c
reloc_elf32.c
reloc_elf64.c
reloc_elf.c
ufsread.c
util.c
util.h