瀏覽代碼

Make _load_size accurately reflect the number of bytes in the actual

image file.
tags/v0.9.3
Michael Brown 18 年之前
父節點
當前提交
628f6eddcc
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0
    2
      src/arch/i386/scripts/i386.lds

+ 0
- 2
src/arch/i386/scripts/i386.lds 查看文件

213
     _textdata_progbits_size = _etextdata_progbits - _textdata;
213
     _textdata_progbits_size = _etextdata_progbits - _textdata;
214
     .			    = _textdata_load_addr + _textdata_progbits_size;
214
     .			    = _textdata_load_addr + _textdata_progbits_size;
215
 
215
 
216
-    .			    = ALIGN ( _max_align );
217
-
218
     _load_size		    = . - _load_addr;
216
     _load_size		    = . - _load_addr;
219
 
217
 
220
     /*
218
     /*

Loading…
取消
儲存