Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 889 → Rev 890

/kernel/branches/kolibri_pe/ld.x
20,6 → 20,14
{
*(.flat) *(.text) *(.rdata) *(.data)
}
 
.edata ALIGN(32):
{
*(.edata)
_code_end = .;
. = ALIGN(4096);
}
 
__edata = . - 0xE0000000;
 
.bss ALIGN(4096) :
28,6 → 36,8
}
__kernel_end = . - 0xE0000000;
 
 
 
/DISCARD/ :
{
*(.debug$S)
35,7 → 45,6
*(.debug$F)
*(.drectve)
*(.reloc)
*(.edata)
}
}