Subversion Repositories Kolibri OS

Rev

Rev 928 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 928 Rev 1066
Line 23... Line 23...
23
 
23
 
Line 24... Line 24...
24
  .flat . + 0x00400000:
24
  .flat . + 0x00400000:
25
  {
25
  {
26
     *(.flat)  *(.data)
26
     *(.flat)  *(.data)
-
 
27
     . = ALIGN(4096);
27
  }
28
  }
Line 28... Line 29...
28
 
29
 
29
  .edata ALIGN(32):
30
  .edata :
30
  {
31
  {
31
    *(.edata)
32
    *(.edata)
32
    _code_end = .;
33
    _code_end = .;
33
    . = ALIGN(16);
34
    . = ALIGN(16);