Page MenuHomeFreeBSD

stand: Flip the default interpreter to Lua
ClosedPublic

Authored by kevans on Aug 18 2018, 9:13 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 11 2024, 8:31 AM
Unknown Object (File)
Mar 11 2024, 8:31 AM
Unknown Object (File)
Mar 11 2024, 8:26 AM
Unknown Object (File)
Mar 7 2024, 10:51 PM
Unknown Object (File)
Feb 25 2024, 9:00 PM
Unknown Object (File)
Jan 3 2024, 9:58 PM
Unknown Object (File)
Jan 3 2024, 9:58 PM
Unknown Object (File)
Jan 3 2024, 9:58 PM
Subscribers
None

Details

Summary

After years in the making, lualoader is ready to make its debut. Both flavors of loader are still built by default, and may be installed as /boot/loader or /boot/loader.efi as appropriate.

Relnotes: yes

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Suggested UPDATING entry:

The default interpreter has been switched from 4th to Lua. If you have custom FORTH code
you will need to set LOADER_DEFAULT_INTERP=4th (valid values are 4th, lua or simp) in
src.conf for the build. This will create default hard links between loader and loader_4th
instead of loader and loader_lua (the new default). If you are using UEFI and it will
create the proper link to loader.efi.

In D16795#357283, @imp wrote:

Suggested UPDATING entry:

The default interpreter has been switched from 4th to Lua. If you have custom FORTH code
you will need to set LOADER_DEFAULT_INTERP=4th (valid values are 4th, lua or simp) in
src.conf for the build. This will create default hard links between loader and loader_4th
instead of loader and loader_lua (the new default). If you are using UEFI and it will
create the proper link to loader.efi.

Looks good to me. Anything else to add to this commit, or should I go ahead and do it with the UPDATED UPDATING?

This revision was not accepted when it landed; it landed in state Needs Review.Aug 19 2018, 2:26 PM
This revision was automatically updated to reflect the committed changes.