Updating src tree:
P src/distrib/sets/lists/tests/mi
P src/doc/HACKS
P src/external/mit/xorg/lib/fontconfig/src/Makefile
P src/games/quiz/quiz.c
P src/lib/libc/gen/fmtmsg.3
P src/share/mk/bsd.sys.mk
P src/sys/arch/emips/stand/common/enic.c
P src/sys/net/npf/npf_conn.c
P src/sys/net/npf/npf_tables
On Thu, 19 Jan 2023, John D. Baker wrote:
> On machines with older CPUs (pentium-III, Am5x86), a GENERIC kernel
> (or one based on GENERIC) dies during boot with:
> [...]
> [ 30.4197804] fatal page fault in supervisor mode
> [ 30.4197804] trap type 6 code 0 eip 0xc0617718 cs 0x8 eflags 0x10246
>> As always before such an operation, "do the kernel first".
>
> How do you do the kernel first without building the userland to
> build the updated tools?
The "do the kernel first" is sort of a "general warning".
Whether it is strictly needed depends on what version user-land
and what version so
> >> I tried going into libexec/ld.elf_so and running "make
> >> install" but that didn't work or even come close.
> > It would be something like:
> > cd src/libexec/ld.elf_so
> > ${TOOLDIR}/bin/nbmake-${arch} dependall
> > ${TOOLDIR}/bin/nbmake-${arch} install
> and if the too