mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 06:42:56 -04:00
loader: Minor comentary tweak
Reword slightly to cleanup awkward constructs. Sponsored by: Netflix
This commit is contained in:
parent
f076dd3ef0
commit
b45d64fd0c
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue