Page MenuHomeFreeBSD

stand: Allocate bootinfo rather than have it be static
ClosedPublic

Authored by imp on Sep 14 2022, 7:48 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 14, 10:48 AM
Unknown Object (File)
Sat, Apr 11, 8:20 AM
Unknown Object (File)
Thu, Apr 9, 11:16 PM
Unknown Object (File)
Mon, Apr 6, 3:05 PM
Unknown Object (File)
Sun, Apr 5, 7:56 PM
Unknown Object (File)
Sat, Mar 28, 4:38 AM
Unknown Object (File)
Mar 22 2026, 4:15 AM
Unknown Object (File)
Mar 16 2026, 11:49 AM
Subscribers

Details

Summary

This saves 80 bytes (the new bootinfo structure was 84 bytes, and a
pointer is 4 bytes). The bi_load32 code is the same size.

Sponsored by: Netflix

Diff Detail

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