Home
last modified time | relevance | path

Searched refs:MBR (Results 1 – 25 of 27) sorted by relevance

12

/freebsd/contrib/file/magic/Magdir/
H A Dgpt7 # 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 Dfilesystems170 >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 Dmap33 # GRR: similar to MBR boot sector handled by ./filesystems
98 # MBR signature
99 >0x1FE leshort !0xAA55 \b, invalid MBR
H A Dlinux146 …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 Dmsdos1411 # 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 Dapple530 # last 6 bytes for padding found are 0 or end with 55AAh marker for MBR hybrid
H A Dimages190 # "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 DTEST-NOTES16 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 Dbus.h276 #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 Dhelp.i38650 chain will read stage1 (MBR or VBR) boot block from specified device
/freebsd/share/dict/
H A Dfreebsd104 MBR
/freebsd/stand/i386/mbr/
H A Dmbr.S16 # A 512 byte MBR boot manager that simply boots the active partition.
/freebsd/sys/arm/conf/
H A Dstd.armv6
H A Dstd.armv731 options GEOM_PART_MBR # MBR partition scheme
/freebsd/tools/regression/geom/ConfCmp/
H A Da1.conf169 <name>MBR-method</name>
H A Da1a.conf169 <name>MBR-method</name>
H A Da1d.conf169 <name>MBR-method</name>
H A Da1b.conf169 <name>MBR-method</name>
H A Da1c.conf169 <name>MBR-method</name>
/freebsd/stand/i386/boot2/
H A Dboot1.S147 callw nread # Read MBR
/freebsd/sys/geom/
H A Dnotes111 If we put a MBR on this device, where slice#1 starts on sector#63,
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp1152 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 DXCOFFObjectFile.h567 MemoryBufferRef MBR);
/freebsd/usr.bin/fortune/datfiles/
H A Dfreebsd-tips508 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 DNOTES174 options GEOM_PART_MBR # MBR partitioning

12