diff options
author | Brandon Mercer <bmercer@cvs.openbsd.org> | 2015-08-25 01:57:45 +0000 |
---|---|---|
committer | Brandon Mercer <bmercer@cvs.openbsd.org> | 2015-08-25 01:57:45 +0000 |
commit | ae81cbc1762739c5c83dbc1f97d7b28a99ef3d89 (patch) | |
tree | 8b8d70c2f5d4e9513717bc4294c99d34b074862a | |
parent | d32ccf0d6dac84721a7eb7c6a3d8dbc829ef7f03 (diff) |
Re-enabling GPT on amd64 and i386. Discussed with and OK krw@
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index ee56d0bd533..d752e3ee580 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.392 2015/07/23 00:38:04 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.393 2015/08/25 01:57:44 bmercer Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -22,7 +22,7 @@ option MTRR # CPU memory range attributes control #option KGDB # Remote debugger support; exclusive of DDB #option "KGDB_DEVNAME=\"com\"",KGDBADDR=0x2f8,KGDBRATE=9600 -#option GPT # GPT partition table support +option GPT # GPT partition table support option NTFS # NTFS support option HIBERNATE # Hibernate support diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index d14dfbb1b67..11bad083a3a 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.803 2015/08/20 04:41:46 mlarkin Exp $ +# $OpenBSD: GENERIC,v 1.804 2015/08/25 01:57:44 bmercer Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -26,7 +26,7 @@ option MTRR # CPU memory range attributes control option COMPAT_LINUX # binary compatibility with Linux -#option GPT # GPT partition table support +option GPT # GPT partition table support option NTFS # NTFS support option HIBERNATE # Hibernate support |