Subversion Repositories Kolibri OS

Rev

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

Rev 851 Rev 854
Line 10... Line 10...
10
 
10
 
Line 11... Line 11...
11
  .boot . + __image_base__ :
11
  .boot . + __image_base__ :
12
  {
12
  {
13
     *(.boot)
13
     *(.boot)
14
     *(.init)
14
     *(.start)
15
     . = ALIGN(4096);
15
     . = ALIGN(4096);
16
  }
16
  }
Line 17... Line 17...
17
 
17
 
18
  .flat :
18
  .flat . + 0xE0000000:
19
  {
19
  {
20
     *(.flat)
20
     *(.flat) *(.text) *(.rdata) *(.data)
21
  }
21
  }
Line 22... Line 22...
22
  __edata = .;
22
  __edata = . - 0xE0000000;
23
 
23
 
24
  .bss  ALIGN(4096) :
24
  .bss  ALIGN(4096) :
25
  {
25
  {