Date: Fri, 2 Aug 2024 23:50:31 GMT From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: b45d64fd0c47 - main - loader: Minor comentary tweak Message-ID: <202408022350.472NoVSr010110@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=b45d64fd0c473b27ab4d7921aa297ec00f814524 commit b45d64fd0c473b27ab4d7921aa297ec00f814524 Author: Warner Losh <imp@FreeBSD.org> AuthorDate: 2024-08-02 17:20:05 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2024-08-02 23:50:47 +0000 loader: Minor comentary tweak Reword slightly to cleanup awkward constructs. Sponsored by: Netflix --- stand/i386/loader/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stand/i386/loader/Makefile b/stand/i386/loader/Makefile index efd442977780..8385131a8849 100644 --- a/stand/i386/loader/Makefile +++ b/stand/i386/loader/Makefile @@ -130,8 +130,8 @@ FILESMODE_${LOADER}= ${BINMODE} -b # Note: crt0.o needs to be first for pxeboot(8) to work. It assumes that the # startup code is located at the start of the loader and will jump # there. Although btx is more flexible than this, the emulated boot2 environment -# that pxeldr provides has none of that flexibility assumes an entry point of -# 0. In addition, pxeldr and cdboot assume that it is loading an a.out file. +# that pxeldr provides has none of that flexibility and assumes the entry point +# is 0. Finally, both pxeldr and cdboot assume they are loading an a.out file. # # We must add it to the LDFLAGS instead of the OBJS because the former won't try # to clean it. When it is in OBJS, this cleaning can lead to races where
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408022350.472NoVSr010110>