diff options
author | 2015-07-19 18:17:06 +0000 | |
---|---|---|
committer | 2015-07-19 18:17:06 +0000 | |
commit | 0c10d1e847e3f911a2ba30af57f6bc33cf7ed64f (patch) | |
tree | 3bdc1bbf393684b1c10eb9a22570a5afa94718c1 | |
parent | Change some obviously incorrect usages of daddr_t (a DEV_BSIZE (diff) | |
download | wireguard-openbsd-0c10d1e847e3f911a2ba30af57f6bc33cf7ed64f.tar.xz wireguard-openbsd-0c10d1e847e3f911a2ba30af57f6bc33cf7ed64f.zip |
Enable GPT kernel support. Discussed with a few. OK miod@
-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 0746ae97c9f..cb96cf9aa6d 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.389 2015/06/04 21:29:06 stsp Exp $ +# $OpenBSD: GENERIC,v 1.390 2015/07/19 18:17:06 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 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 |