| /freebsd/contrib/file/magic/Magdir/ |
| H A D | gpt | 7 # Note that a GPT-formatted disk must contain an MBR as well. 11 # partition table code (aka MBR). 12 # This is kept separate, so that MBR partitions are not reported as well. 15 # First, detect the MBR partition table 16 # If more than one GPT protective MBR partition exists, don't print anything 17 # (the other MBR detection code will then just print the MBR partition table) 30 # GPT with protective MBR entry in partition 1 (only) 60 # GPT with protective MBR entry in partition 2 (only) 90 # GPT with protective MBR entry in partition 3 (only) 120 # GPT with protective MBR entry in partition 4 (only) [all …]
|
| H A D | filesystems | 170 >0 ubyte 0xee GPT Protective MBR 252 # DOS/MBR boot sector updated by Joerg Jenderek at Sep 2007,May 2011,2013 255 # to display DOS/MBR boot sector (40) before old one (strength=50+21),Syslinux bootloader (71),SYSL… 260 >>(11.s-2) uleshort 0xAA55 DOS/MBR boot sector 262 >0x1FE leshort 0xAA55 DOS/MBR boot sector 269 >>>0 ubyte 0xEB DOS/MBR boot sector, 276 # keep old DOS/MBR boot sector as dummy for mbr and bootloader displaying 278 0x1FE leshort 0xAA55 DOS/MBR boot sector 282 >2 string OSBS OS/BS MBR 287 >0 search/2 \x33\xc0\x8e\xd0\xbc\x00\x7c MS-MBR [all …]
|
| H A D | map | 33 # GRR: similar to MBR boot sector handled by ./filesystems 98 # MBR signature 99 >0x1FE leshort !0xAA55 \b, invalid MBR
|
| H A D | linux | 146 …gth=125=70+55) after VBR boot sector (130=70+60) but before DOS/MBR IPL (115=50+65), MBR boot sect… 326 …Kernel (strength=70=70+0) after VBR boot sector (130=70+60) DOS/MBR IPL (115=50+65), MBR boot sect… 449 …S Kernel" or "Linux style boot sector" (strength=70) after DOS/MBR IPL (115=50+65) and MBR boot se…
|
| H A D | msdos | 1411 # skip MBR disk image drivedroid.img version 12 July 2013 by start message 1429 # skip BeOS 5 floppy_1.44.00.ima done as "DOS/MBR boot sector" by ./filesystems 1540 # skip Gpt.com Mbr.com (edk2-UDK2018 bootsector) described as "DOS/MBR boot sector" by ./filesystems 1548 # skip Syslinux 3.71 flashimg.img done as "DOS/MBR boot sector" by ./filesystems
|
| H A D | apple | 530 # last 6 bytes for padding found are 0 or end with 55AAh marker for MBR hybrid
|
| H A D | images | 190 # "DOS/MBR boot sector" identified by ./filesystems 546 # Strength set up to beat 0x55AA DOS/MBR signature word lookups (+65)
|
| /freebsd/tools/boot/ |
| H A D | TEST-NOTES | 16 o armv7 UEFI+uboot booting on MBR and GPT 17 o aarch64 Will test UEFI+ACPI on MBR/GPT, UEFI+ACPI+kboot, DTB+kboot
|
| /freebsd/sys/arm/include/ |
| H A D | bus.h | 276 #define __generate_inline_bs_rs(IFN, MBR, TYP) \ argument 281 if (__predict_true(t->MBR == NULL)) \ 284 return (t->MBR(t, h, o)); \ 287 #define __generate_inline_bs_ws(IFN, MBR, TYP) \ argument 292 if (__predict_true(t->MBR == NULL)) \ 295 t->MBR(t, h, o, v); \
|
| /freebsd/stand/i386/loader/ |
| H A D | help.i386 | 50 chain will read stage1 (MBR or VBR) boot block from specified device
|
| /freebsd/share/dict/ |
| H A D | freebsd | 104 MBR
|
| /freebsd/stand/i386/mbr/ |
| H A D | mbr.S | 16 # A 512 byte MBR boot manager that simply boots the active partition.
|
| /freebsd/sys/arm/conf/ |
| H A D | std.armv6 | |
| H A D | std.armv7 | 31 options GEOM_PART_MBR # MBR partition scheme
|
| /freebsd/tools/regression/geom/ConfCmp/ |
| H A D | a1.conf | 169 <name>MBR-method</name>
|
| H A D | a1a.conf | 169 <name>MBR-method</name>
|
| H A D | a1d.conf | 169 <name>MBR-method</name>
|
| H A D | a1b.conf | 169 <name>MBR-method</name>
|
| H A D | a1c.conf | 169 <name>MBR-method</name>
|
| /freebsd/stand/i386/boot2/ |
| H A D | boot1.S | 147 callw nread # Read MBR
|
| /freebsd/sys/geom/ |
| H A D | notes | 111 If we put a MBR on this device, where slice#1 starts on sector#63,
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | XCOFFObjectFile.cpp | 1152 XCOFFObjectFile::create(unsigned Type, MemoryBufferRef MBR) { in create() argument 1155 Obj.reset(new XCOFFObjectFile(Type, MBR)); in create()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | XCOFFObjectFile.h | 567 MemoryBufferRef MBR);
|
| /freebsd/usr.bin/fortune/datfiles/ |
| H A D | freebsd-tips | 508 running dmesg(8) after inserting it. Then create an MBR schema, a single slice and 511 # gpart create -s MBR ${devicename}
|
| /freebsd/sys/conf/ |
| H A D | NOTES | 174 options GEOM_PART_MBR # MBR partitioning
|