start is not the boot entry point

This commit is contained in:
K. Lange 2018-03-15 10:33:09 +09:00 committed by Kevin Lange
parent cba96994c0
commit eef3b0c610

View File

@ -2,7 +2,7 @@
* Kernel linker script for x86
*/
OUTPUT_FORMAT("binary")
ENTRY(start)
/*ENTRY(start) */
phys = 0x7c00;
SECTIONS