Browse Source

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

tags/v0.9.3
Michael Brown 19 years ago
parent
commit
8e27e50316
1 changed files with 0 additions and 4 deletions
  1. 0
    4
      src/arch/i386/core/hooks.c

+ 0
- 4
src/arch/i386/core/hooks.c View File

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

Loading…
Cancel
Save