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

File: [local] / prex / boot / i386 / utils / bootsect / bootsect.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

ENTRY(_boot)
SECTIONS {
	. = 0x7C00;
	.text . : {
		*(.text)
		__etext = . ;
	}
}