Subversion Repositories Kolibri OS

Rev

Rev 908 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 908 Rev 928
Line 14... Line 14...
14
     *(.start)
14
     *(.start)
15
     . = ALIGN(4096);
15
     . = ALIGN(4096);
16
  }
16
  }
17
 
17
 
Line 18... Line 18...
18
  .flat . + 0xE0000000:
18
  .text . + 0xDFC00000:
19
  {
19
  {
20
     *(.flat) *(.text) *(.rdata) *(.data)
20
     *(.text) *(.rdata)
-
 
21
     . = ALIGN(4096);
-
 
22
  }
-
 
23
 
-
 
24
  .flat . + 0x00400000:
-
 
25
  {
-
 
26
     *(.flat)  *(.data)
21
  }
27
  }
Line 22... Line 28...
22
 
28
 
23
  .edata ALIGN(32):
29
  .edata ALIGN(32):
24
  {
30
  {