Searched hist:e1a6d93155cea7fbb038dee671ecf005c4846fd3 (Results 1 – 1 of 1) sorted by relevance
/freebsd/stand/i386/pxeldr/ |
H A D | Makefile | diff e1a6d93155cea7fbb038dee671ecf005c4846fd3 Mon Aug 05 23:19:36 CEST 2024 Warner Losh <imp@FreeBSD.org> pxeboot: Enforce a 500k limit here
Have a separate PXEBOOTSIZE variable that acts much like LOADERSIZE variable to limit the size of the loader used for pxeldr. This allows people to override it independently of LOADERSIZE, which they may need to set larger for other reasons. Combined with PXEBOOT_DEFAULT_INTERP, you can build a larger lua loader, while still being able to build pxeldr with the 4th one, for example.
MFC After: 3 days Sponsored by: Netflix Reviewed by: markj Differential Revision: https://reviews.freebsd.org/D46214
|