HomeFreeBSD

loader: Simplify build a little

Description

loader: Simplify build a little

Confine -DDISK_DEBUG to biosdisc.c, the only file it affects.
Use modern variable arrays instead of alloca and add a sanity
size minimum for biospnp nodes. These nodes are tiny enough that
we needn't do a malloc/free pair: the stack is fine.

Sponsored by: Netflix
Reviewed by: tsoome
Differential Revision: https://reviews.freebsd.org/D43914

(cherry picked from commit 588ff0748f4acf8e00395f86e4956f184c7d3795)

Details

Provenance
impAuthored on Feb 16 2024, 3:55 AM
Reviewer
tsoome
Differential Revision
D43914: loader: Simplify build a little
Parents
rG78f5850093c5: kboot: Add our own lua bindings
Branches
Unknown
Tags
Unknown