summaryrefslogtreecommitdiffstats
path: root/sbin/i386/nextboot/nextboot.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/i386/nextboot/nextboot.c')
-rw-r--r--sbin/i386/nextboot/nextboot.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/i386/nextboot/nextboot.c b/sbin/i386/nextboot/nextboot.c
index bbf8b79..47d4677 100644
--- a/sbin/i386/nextboot/nextboot.c
+++ b/sbin/i386/nextboot/nextboot.c
@@ -38,8 +38,8 @@ struct mboot mboot;
#define NAMEBLOCK 1 /* 2nd block */
#define BLOCKSIZE 512
-#define ENABLE_MAGIC 0xdeafc0de
-#define DISABLE_MAGIC 0xdeadc0de
+#define ENABLE_MAGIC 0xfadefeed
+#define DISABLE_MAGIC 0xfadefade
static int bflag;
static int eflag;
static int dflag;
OpenPOWER on IntegriCloud