Page MenuHomeFreeBSD

Fix pmbr issues > 2TB
ClosedPublic

Authored by imp on Jul 7 2021, 9:37 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Mar 8, 1:36 AM
Unknown Object (File)
Thu, Mar 6, 11:22 PM
Unknown Object (File)
Sun, Feb 16, 6:10 AM
Unknown Object (File)
Jan 18 2025, 6:01 AM
Unknown Object (File)
Dec 14 2024, 12:13 AM
Unknown Object (File)
Nov 21 2024, 6:31 AM
Unknown Object (File)
Nov 7 2024, 7:09 AM
Unknown Object (File)
Oct 28 2024, 4:54 AM
Subscribers

Details

Summary

These issues have low impact because they require precise circumstances
to trigger one of them. The disk must be > 2 TiB in size and either:

  • The primary GPT header is dammaged.
  • The freebsd-boot partiton is located farther than the first 2 TiB of the disc and one of its sectors takes place at a lba value that makes the higher 32 bits of this very value change.

Errors and corrections folow:

  • decl and incl don't affect CF, so replace with subl/addl $1
  • repe uses %cx, so move size to it with movw
  • moving a 64-bit value with %cx of 2 (should be 4) so addresses > 2TB will work.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable