Subversion Repositories Kolibri OS

Rev

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

Rev 855 Rev 890
Line 18... Line 18...
18
  .flat . + 0xE0000000:
18
  .flat . + 0xE0000000:
19
  {
19
  {
20
     *(.flat) *(.text) *(.rdata) *(.data)
20
     *(.flat) *(.text) *(.rdata) *(.data)
21
  }
21
  }
-
 
22
 
-
 
23
  .edata ALIGN(32):
-
 
24
  {
-
 
25
    *(.edata)
-
 
26
    _code_end = .;
-
 
27
    . = ALIGN(4096);
-
 
28
  }
-
 
29
 
22
  __edata = . - 0xE0000000;
30
  __edata = . - 0xE0000000;
Line 23... Line 31...
23
 
31
 
24
  .bss  ALIGN(4096) :
32
  .bss  ALIGN(4096) :
25
  {
33
  {
26
    *(.bss) *(COMMON)
34
    *(.bss) *(COMMON)
27
  }
35
  }
Line -... Line 36...
-
 
36
  __kernel_end = . - 0xE0000000;
-
 
37
 
28
  __kernel_end = . - 0xE0000000;
38
 
29
 
39
 
30
  /DISCARD/ :
40
  /DISCARD/ :
31
  {
41
  {
32
    *(.debug$S)
42
    *(.debug$S)
33
    *(.debug$T)
43
    *(.debug$T)
34
    *(.debug$F)
44
    *(.debug$F)
35
    *(.drectve)
-
 
36
    *(.reloc)
45
    *(.drectve)
37
    *(.edata)
46
    *(.reloc)