Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9aa3909c authored by H. Peter Anvin's avatar H. Peter Anvin
Browse files

[x86 setup] build/tools.c: fix comment



Correct a comment in arch/i386/boot/build/tools.c; we now build the
kernel from only two components instead of three, since the boot
sector has been integrated in the setup code.

Signed-off-by: default avatarH. Peter Anvin <hpa@zytor.com>
parent 72af61c6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
 */

/*
 * This file builds a disk-image from three different files:
 * This file builds a disk-image from two different files:
 *
 * - setup: 8086 machine code, sets up system parm
 * - system: 80386 code for actual system