Skip to content

Commit

Permalink
[x86 setup] build/tools.c: fix comment
Browse files Browse the repository at this point in the history
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: H. Peter Anvin <hpa@zytor.com>
  • Loading branch information
H. Peter Anvin committed Jul 18, 2007
1 parent 72af61c commit 9aa3909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/i386/boot/tools/build.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9aa3909

Please sign in to comment.