diff options
author | Brandon Mercer <bmercer@cvs.openbsd.org> | 2015-07-19 18:17:07 +0000 |
---|---|---|
committer | Brandon Mercer <bmercer@cvs.openbsd.org> | 2015-07-19 18:17:07 +0000 |
commit | dcc512c9b45ac1bf5f2814b19ef159c8d3d313cf (patch) | |
tree | 2a6c0917633b85f177cb4b9d028cf494364b183c /sys/arch/i386 | |
parent | 40118847e4c0cbaf71f1e869e4e01ee7d9531fff (diff) |
Enable GPT kernel support. Discussed with a few. OK miod@
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index a9b855d16a2..13767a85c8f 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.799 2015/06/04 22:14:51 stsp Exp $ +# $OpenBSD: GENERIC,v 1.800 2015/07/19 18:17:06 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 |