D
Deleted member 66267
Guest
I'm on 11.4-p8 and I think the Forth bootloader is still default but I'm not sure. Is there any way to check it?
FreeBSD 11.3 (in reality, stable/11 shortly after 11.2 is released):
- lualoader is considered an experimental feature for folks to try
that are committed to 11.x for one reason or another
- lualoader and forthloader are both built
- forthloader is the default loader, as expected
FreeBSD 12.0:
- lualoader is a first-class citizen
- lualoader and forthloader are both built
- lualoader is the default loader
FreeBSD 13.0:
- forthloader is no more
- lualoader succeeds it.
Obviously, this didn't happen. I'm on 13.0-RC3 now, /usr/src/stand/i386/loader_4th still exists and is built and installed to /boot.Code:FreeBSD 13.0: - forthloader is no more
> FreeBSD 13.0:
> - forthloader is no more
One comment, I think we should separate this item into whether forthloader is built by default or not, and removing it from the src tree. There are some downstream consumers who have extensive local changes to the forthloader, and we should proceed with care on the topic of removal.
Does this Lua bootloader mature?