kolibrios/programs/games/piton/kolibri.ld
Albom 0475012485 'Piton' game src is updated. Could be compiled automatically.
git-svn-id: svn://kolibrios.org@1810 a494cfbc-eb01-0410-851d-a64ba20cac60
2011-01-30 12:46:10 +00:00

21 lines
214 B
Plaintext

/*OUTPUT_FORMAT("binary")*/
ENTRY(Start)
SECTIONS
{
.text 0x000000:
{
*(.text)
}
.data : {
*(.data)
hEnd = . ;
}
.bss :
{
*(.bss)
}
Memory = . ;
}