diff options
| author | Marius Strobl <marius@FreeBSD.org> | 2010-06-11 22:25:50 +0000 |
|---|---|---|
| committer | Marius Strobl <marius@FreeBSD.org> | 2010-06-11 22:25:50 +0000 |
| commit | f510755d38a947efaa3034493b90ce1d564c8191 (patch) | |
| tree | 808a14f1344e6aa7980a1bddb453097fdff2d895 /sys | |
| parent | a46f0539f06f7be1ffe71a38c4b04a0cb790a6fe (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/sys/vtoc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/sys/vtoc.h b/sys/sys/vtoc.h index 7745bcac4b02..55c80e225219 100644 --- a/sys/sys/vtoc.h +++ b/sys/sys/vtoc.h @@ -53,9 +53,10 @@ #define VTOC_TAG_FREEBSD_ZFS 0x0904 #define VTOC_FLAG_UNMNT 0x01 /* unmountable partition */ -#define VTOC_FLAG_RDONLY 0x10 /* partition is read/only */ +#define VTOC_FLAG_RDONLY 0x10 /* partition is read/only */ #define VTOC_ASCII_LEN 128 +#define VTOC_BOOTSIZE 8192 /* 16 sectors */ #define VTOC_MAGIC 0xdabe #define VTOC_RAW_PART 2 #define VTOC_SANITY 0x600ddeee |
