Page MenuHomeFreeBSD

Fix pmbr issues > 2TB
ClosedPublic

Authored by imp on Jul 7 2021, 9:37 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Nov 7, 7:09 AM
Unknown Object (File)
Mon, Oct 28, 4:54 AM
Unknown Object (File)
Fri, Oct 18, 7:39 PM
Unknown Object (File)
Sep 27 2024, 4:15 PM
Unknown Object (File)
Sep 27 2024, 3:10 PM
Unknown Object (File)
Sep 20 2024, 8:55 AM
Unknown Object (File)
Sep 19 2024, 6:21 PM
Unknown Object (File)
Sep 19 2024, 11:20 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