History log of /freebsd/stand/kboot/libkboot/Makefile (Results 1 – 5 of 5)
Revision Date Author Comments
# 36ef238c 28-Jan-2024 Warner Losh <imp@FreeBSD.org>

kboot: Move termios to libkboot

Sponsored by: Netflix


# 2e3f4988 28-Jan-2024 Warner Losh <imp@FreeBSD.org>

kboot: Move system calls to libkboot

Sponsored by: Netflix


# 09933581 28-Jan-2024 Warner Losh <imp@FreeBSD.org>

kboot: Move syscall stubs to libkboot

Sponsored by: Netflix


# 4aabaa18 28-Jan-2024 Warner Losh <imp@FreeBSD.org>

kboot: Cleanup libkern reference

For aarch64 and amd64, we don't pull in anything from libkern, so we
don't need it in our path. However, powerpc needs ucmpdi2 from libkern,
so bring it into libkbo

kboot: Cleanup libkern reference

For aarch64 and amd64, we don't pull in anything from libkern, so we
don't need it in our path. However, powerpc needs ucmpdi2 from libkern,
so bring it into libkboot's build and omit it from loader.kboot.

Sponsored by: Netflix

show more ...


# a03411e8 28-Jan-2024 Warner Losh <imp@FreeBSD.org>

kboot: Move _start out of kboot and into libkboot

Move the startup code from kboot/kboot to kboot/libkboot and add the
necessary infrastructure for it to build. move start_arch.h, a private
header f

kboot: Move _start out of kboot and into libkboot

Move the startup code from kboot/kboot to kboot/libkboot and add the
necessary infrastructure for it to build. move start_arch.h, a private
header for libkboot, over as well.

Sponsored by: Netflix

show more ...