瀏覽代碼

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 年之前
父節點
當前提交
7700b8059c
共有 1 個檔案被更改,包括 0 行新增5 行删除
  1. 0
    5
      src/include/etherboot.h

+ 0
- 5
src/include/etherboot.h 查看文件

@@ -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…
取消
儲存