Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 1813 → Rev 1814

/programs/emulator/e80/trunk/kolibri.ld
0,0 → 1,20
/*OUTPUT_FORMAT("binary")*/
ENTRY(Start)
SECTIONS
{
.text 0x000000:
{
*(.text)
}
.data : {
*(.data)
hEnd = . ;
}
.bss :
{
*(.bss)
}
Memory = . ;
}