Browse Source

Remove CODE16 as a global define; most files define it themselves

anyway, and I want to be able to use it as a compile-time option for
the i386 decompressor.
tags/v0.9.3
Michael Brown 19 years ago
parent
commit
7700b8059c
1 changed files with 0 additions and 5 deletions
  1. 0
    5
      src/include/etherboot.h

+ 0
- 5
src/include/etherboot.h View File

@@ -31,11 +31,6 @@
31 31
 #define	TAGGED_IMAGE		/* choose at least one */
32 32
 #endif
33 33
 
34
-#undef CODE16
35
-#if defined(PCBIOS)
36
-#define	CODE16
37
-#endif
38
-
39 34
 #define K_ESC		'\033'
40 35
 #define K_EOF		'\04'  /* Ctrl-D */
41 36
 #define K_INTR		'\03'  /* Ctrl-C */

Loading…
Cancel
Save