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)
Sun, Dec 22, 9:43 AM
Unknown Object (File)
Dec 2 2024, 12:27 AM
Unknown Object (File)
Nov 24 2024, 11:36 PM
Unknown Object (File)
Nov 24 2024, 1:40 AM
Unknown Object (File)
Nov 23 2024, 4:21 AM
Unknown Object (File)
Nov 23 2024, 3:51 AM
Unknown Object (File)
Nov 22 2024, 8:06 AM
Unknown Object (File)
Nov 21 2024, 3:52 PM
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