0921a771 | 16-Feb-2024 |
Warner Losh <imp@FreeBSD.org> |
loader: Move to using linker sets to bring in optional bits
The graphics stuff is optional. When it is pulled into the system, we use a linker set to initialize the lua bindings for it now.
Sponsor
loader: Move to using linker sets to bring in optional bits
The graphics stuff is optional. When it is pulled into the system, we use a linker set to initialize the lua bindings for it now.
Sponsored by: Netflix Reviewed by: kevans, jhb Differential Revision: https://reviews.freebsd.org/D43906
show more ...
|
60e199d9 | 16-Feb-2024 |
Warner Losh <imp@FreeBSD.org> |
loader: Add prototype for gfx_interp_md
This function will be used to draw in the graphics bindings when the loader is compiled with graphics (gfx) support. Provide definitions for lua and the simpl
loader: Add prototype for gfx_interp_md
This function will be used to draw in the graphics bindings when the loader is compiled with graphics (gfx) support. Provide definitions for lua and the simple interpreter. 4th support is forthcoming.
Sponsored by: Netflix Reviewed by: kevans, jhb Differential Revision: https://reviews.freebsd.org/D43903
show more ...
|
9b162310 | 16-Feb-2024 |
Warner Losh <imp@FreeBSD.org> |
loader: Create new gfx table
Create a new gfx global table. Put into it all the graphics bindings that we have in loader today. For now, have compatability binding for loader. Remove them from loade
loader: Create new gfx table
Create a new gfx global table. Put into it all the graphics bindings that we have in loader today. For now, have compatability binding for loader. Remove them from loader.
Sponsored by: Netflix Reviewed by: kevans, jhb Differential Revision: https://reviews.freebsd.org/D43902
show more ...
|
1dac5a34 | 16-Feb-2024 |
Warner Losh <imp@FreeBSD.org> |
loader: Register the gfx stuff separately.
Move registration of the gfx stuff to separate function. However, no change in functionality is intended.
Sponsored by: Netflix Reviewed by: kevans, jhb
loader: Register the gfx stuff separately.
Move registration of the gfx stuff to separate function. However, no change in functionality is intended.
Sponsored by: Netflix Reviewed by: kevans, jhb Differential Revision: https://reviews.freebsd.org/D43900
show more ...
|