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 /sys/arch/amd64/conf | |
parent | d32ccf0d6dac84721a7eb7c6a3d8dbc829ef7f03 (diff) |
Re-enabling GPT on amd64 and i386. Discussed with and OK krw@
Diffstat (limited to 'sys/arch/amd64/conf')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 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 |