Page MenuHomeFreeBSD

stand: Compile out the extensive superblock diagnostic messages for BIOS loader
ClosedPublic

Authored by imp on Aug 12 2022, 5:12 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Mar 31, 1:01 AM
Unknown Object (File)
Jan 28 2024, 1:28 AM
Unknown Object (File)
Jan 28 2024, 1:28 AM
Unknown Object (File)
Jan 28 2024, 1:28 AM
Unknown Object (File)
Jan 28 2024, 1:07 AM
Unknown Object (File)
Jan 12 2024, 3:03 AM
Unknown Object (File)
Dec 1 2023, 5:42 PM
Unknown Object (File)
Aug 26 2023, 7:55 PM
Subscribers

Details

Summary

The BIOS loader operates in a very constrained environment. The messages
for the super block integrity tests take up about 12k of space. Compile
them out for the BIOS loader, while leaving it intact for all other
loaders that aren't space constrained. These aren't used in the 'super
tiny' *boot* programs, so no adjustment is needed there.

We reply on the fact that (a) i386 doesn't support 32-bit UEFI booting
and (b) LIBSA_CPUARCH is "i386" when building on both i386 and when
we're building the 32-bit libsa32 library.

This saves about 12k of space for this constrained envrionment and will
take a bit of the pressure off some machines where the loader has grown
too big for their BIOS (see comments in i386/loader/Makefile for
details).

Sponsored by: Netflix

Diff Detail

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