Enable VFP in the Versatile PB (QEMU) kernel. Tested on QEMU 1.6.0.

This commit is contained in:
Andrew Turner 2013-08-18 17:18:52 +00:00
parent a61bd6da09
commit 465f478c8b

View File

@ -54,6 +54,7 @@ options SYSVSEM #SYSV-style semaphores
options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
options ROOTDEVNAME=\"ufs:da0s2a\"
options VFP # vfp/neon
options PREEMPTION