david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

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.
This commit is contained in:
Michael Brown 2005-03-09 14:02:20 +00:00
parent 3d6123e69a
commit 7700b8059c
1 changed files with 0 additions and 5 deletions

View File

@ -31,11 +31,6 @@
#define TAGGED_IMAGE /* choose at least one */
#endif
#undef CODE16
#if defined(PCBIOS)
#define CODE16
#endif
#define K_ESC '\033'
#define K_EOF '\04' /* Ctrl-D */
#define K_INTR '\03' /* Ctrl-C */