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:
parent
dc8b29f140
commit
7fa6a28f66
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user