소스 검색

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,8 +213,6 @@ SECTIONS {
213 213
     _textdata_progbits_size = _etextdata_progbits - _textdata;
214 214
     .			    = _textdata_load_addr + _textdata_progbits_size;
215 215
 
216
-    .			    = ALIGN ( _max_align );
217
-
218 216
     _load_size		    = . - _load_addr;
219 217
 
220 218
     /*

Loading…
취소
저장