Project

General

Profile

Statistics
| Branch: | Revision:

root / prex-0.9.0 / bsp / boot / x86 / tools / bootsect / bootsect.ld @ 03e9c04a

History | View | Annotate | Download (82 Bytes)

1
ENTRY(_boot)
2
SECTIONS {
3
	. = 0x7C00;
4
	.text . : {
5
		*(.text)
6
		__etext = . ;
7
	}
8
}