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)
Sat, May 16, 2:32 AM
Unknown Object (File)
Sat, May 16, 2:31 AM
Unknown Object (File)
Sat, May 16, 2:31 AM
Unknown Object (File)
Sat, May 16, 2:30 AM
Unknown Object (File)
Mon, May 4, 3:15 PM
Unknown Object (File)
Wed, Apr 29, 11:44 PM
Unknown Object (File)
Mon, Apr 27, 9:49 AM
Unknown Object (File)
Fri, Apr 24, 1:47 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