In preparation for the next cycle of official ARM images, add ARM_NEW_PMAP
to supported kernels. This is a temporary solution and should be reverted when ARM_NEW_PMAP is enabled by default.
This commit is contained in:
parent
98be38e7fb
commit
1263958474
@ -67,6 +67,7 @@ options KBD_INSTALL_CDEV # install a CDEV entry in /dev
|
||||
options PLATFORM
|
||||
options FREEBSD_BOOT_LOADER # Process metadata passed from loader(8)
|
||||
options VFP # Enable floating point hardware support
|
||||
options ARM_NEW_PMAP # Enable the new v6 pmap
|
||||
|
||||
# Debugging for use in -current
|
||||
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||
|
@ -64,6 +64,7 @@ options PLATFORM
|
||||
options FREEBSD_BOOT_LOADER # Process metadata passed from loader(8)
|
||||
options VFP # Enable floating point hardware support
|
||||
options SMP # Enable multiple cores
|
||||
options ARM_NEW_PMAP # Enable the new v6 pmap
|
||||
|
||||
# Debugging for use in -current
|
||||
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||
|
@ -57,6 +57,7 @@ options KBD_INSTALL_CDEV # install a CDEV entry in /dev
|
||||
options PLATFORM
|
||||
options FREEBSD_BOOT_LOADER # Process metadata passed from loader(8)
|
||||
options VFP # Enable floating point hardware support
|
||||
options ARM_NEW_PMAP # Enable the new v6 pmap
|
||||
|
||||
# Debugging for use in -current
|
||||
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||
|
@ -57,6 +57,7 @@ options KBD_INSTALL_CDEV # install a CDEV entry in /dev
|
||||
options PLATFORM
|
||||
options FREEBSD_BOOT_LOADER # Process metadata passed from loader(8)
|
||||
options VFP # Enable floating point hardware support
|
||||
options ARM_NEW_PMAP # Enable the new v6 pmap
|
||||
|
||||
# Debugging for use in -current
|
||||
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||
|
@ -56,6 +56,7 @@ options KBD_INSTALL_CDEV # install a CDEV entry in /dev
|
||||
options FREEBSD_BOOT_LOADER # Process metadata passed from loader(8)
|
||||
options VFP # Enable floating point hardware support
|
||||
options SMP # Enable multiple cores
|
||||
options ARM_NEW_PMAP # Enable the new v6 pmap
|
||||
|
||||
# Debugging for use in -current
|
||||
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
|
||||
|
Loading…
x
Reference in New Issue
Block a user