oops, make the magic number match that used in the bootblock..

I guess we should have a single place for this??
This commit is contained in:
Julian Elischer 1996-07-09 02:10:16 +00:00
parent dc8b29f140
commit 7fa6a28f66
2 changed files with 4 additions and 4 deletions

View File

@ -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;

View File

@ -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;