소스 검색

We don't refer to _bss and _ebss any more.

tags/v0.9.3
Michael Brown 20 년 전
부모
커밋
8e27e50316
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0
    4
      src/arch/i386/core/hooks.c

+ 0
- 4
src/arch/i386/core/hooks.c 파일 보기

@@ -1,11 +1,7 @@
1 1
 #include "registers.h"
2 2
 #include "main.h"
3
-#include "etherboot.h"
4 3
 #include "hooks.h"
5 4
 
6
-/* Symbols defined by the linker */
7
-extern char _bss[], _ebss[];
8
-
9 5
 /*
10 6
  * This file provides the basic entry points from assembly code.  See
11 7
  * README.i386 for a description of the entry code path.

Loading…
취소
저장