[BACK]Return to mkboot.ld CVS log [TXT][DIR] Up to [local] / prex / boot / i386 / utils / mkboot

File: [local] / prex / boot / i386 / utils / mkboot / mkboot.ld (download)

Revision 1.1, Tue Aug 19 12:46:47 2008 UTC (15 years, 10 months ago) by nbrk
Branch point for: MAIN

Initial revision

SECTIONS {
	. = 0x100;
	.text . : {
		*(.text)
		__etext = . ;
	}
}