view loader.ld @ 2:77a5fa9bee07 default tip

add kernel.elf
author mir3636
date Sun, 06 Jan 2019 19:37:16 +0900
parents ed10291ff195
children
line wrap: on
line source

ENTRY(_start)
SECTIONS {
	.text 0x0 : {
		 * (.text);
		 }
	.data 0x8000 :	{
		 * (.data); 
		}
	}