pcsx2/fps2bios/kernel/iopload/iopboot/linkfile
laurence.muller a2791d843e Using standard SVN folder structure
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@398 96395faa-99c1-11dd-bbfe-3dabce05a288
2008-11-06 23:27:06 +00:00

16 lines
201 B
Text

_stack_size = 0x80000;
_heap_size = 1024*1024*10;
ENTRY(_start);
SECTIONS {
.text 0xbfc008f0 : {
*(.text)
*(.data)
*(.rdata)
*(.sdata)
*(.rodata)
*(.bss)
*(.sbss)
}
}