mirror of
https://github.com/ipxe/ipxe
synced 2025-12-07 18:00:28 +03:00
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:
@@ -31,11 +31,6 @@
|
|||||||
#define TAGGED_IMAGE /* choose at least one */
|
#define TAGGED_IMAGE /* choose at least one */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#undef CODE16
|
|
||||||
#if defined(PCBIOS)
|
|
||||||
#define CODE16
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define K_ESC '\033'
|
#define K_ESC '\033'
|
||||||
#define K_EOF '\04' /* Ctrl-D */
|
#define K_EOF '\04' /* Ctrl-D */
|
||||||
#define K_INTR '\03' /* Ctrl-C */
|
#define K_INTR '\03' /* Ctrl-C */
|
||||||
|
|||||||
Reference in New Issue
Block a user