Skip to content
This repository was archived by the owner on Oct 16, 2018. It is now read-only.

Commit a6ac7cc

Browse files
committed
start is not the boot entry point
1 parent 4b1958f commit a6ac7cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boot/link.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Kernel linker script for x86
33
*/
44
OUTPUT_FORMAT("binary")
5-
ENTRY(start)
5+
/*ENTRY(start) */
66
phys = 0x7c00;
77

88
SECTIONS

0 commit comments

Comments
 (0)