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)
Jun 5 2024, 6:06 PM
Unknown Object (File)
Jun 1 2024, 6:29 AM
Unknown Object (File)
Jun 1 2024, 6:29 AM
Unknown Object (File)
Jun 1 2024, 6:29 AM
Unknown Object (File)
May 30 2024, 1:06 PM
Unknown Object (File)
May 6 2024, 11:49 AM
Unknown Object (File)
Apr 7 2024, 4:45 AM
Unknown Object (File)
Apr 6 2024, 6:57 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