Page MenuHomeFreeBSD

loader: always set media size from partition.
ClosedPublic

Authored by tsoome on Nov 3 2018, 12:52 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Feb 22, 1:35 PM
Unknown Object (File)
Wed, Feb 12, 2:36 AM
Unknown Object (File)
Jan 29 2025, 8:41 PM
Unknown Object (File)
Jan 21 2025, 1:39 PM
Unknown Object (File)
Jan 13 2025, 9:58 AM
Unknown Object (File)
Jan 11 2025, 3:48 PM
Unknown Object (File)
Dec 23 2024, 7:55 PM
Unknown Object (File)
Dec 3 2024, 9:55 AM

Details

Summary

The disk access is validated by using partition table definitions, therefore
we have no need for if statements, just set the disk size.

Of course the partition table itself may be incorrect/inconsistent, but if
so, we are in trouble anyhow.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Seems legit to me. I like the abstraction even if we don't determine the size in multiple places.

juan.molina_club.fr added inline comments.
stand/i386/libi386/biosdisk.c
445 ↗(On Diff #49967)

Typo: mulitplication

tsoome added inline comments.
stand/i386/libi386/biosdisk.c
445 ↗(On Diff #49967)

Yes, thanks:)

tsoome marked an inline comment as done.

Typo fixed.

This revision was not accepted when it landed; it landed in state Needs Review.Nov 7 2018, 11:14 AM
This revision was automatically updated to reflect the committed changes.