spakk Posted June 20, 2013 Share Posted June 20, 2013 Now I get a panic message: invalid user Opemu 64-bit opcode: F0 7F 75 3D 69 FF 0 0 1 Link to comment Share on other sites More sharing options...
mac_carol Posted June 21, 2013 Share Posted June 21, 2013 testing AnV's 10.8.3-rc6 kernel + OSX ML 10.8.3 after running some apps, I found this error in the system-log EDIT: and trying to run the MAXIMA app ( http://maxima.sourceforge.net/ ) also gave me a KP due to: _opemu_utrap + 0x2df _panic + 0xc6 _panic_trap + 0x36d _return_from_trap + 0xcd _opemu_utrap + 0x2df ---> opemu error ??? _user_trap + 0x206 _hndl_alltraps + 0xe1 the latest RC6 kernel still can pass all AnV's SSSE3 tests 2 Link to comment Share on other sites More sharing options...
mac_carol Posted June 21, 2013 Share Posted June 21, 2013 EDIT2: also trying to run the same app ( MAXIMA ) under OSX Lion 10.7.5 + Bronzovka's 10.7.5-rc15 kernel with flag: arch=i386 (64-bit userland) There's NO KP !!! but the app still couldn't be opened and it ate 100% CPU !!! and I also got many opemu error lines in the system-log Link to comment Share on other sites More sharing options...
Sinetek Posted June 21, 2013 Share Posted June 21, 2013 That's reallly mean, trying to run maxima on the opemu actually I know what the problem is, I think at least.. the fix is not easy... but it should not be necessary to fix all this with the "no ssse3 flag" set in commpage.c, as Maxima should understand that no ssse3 is available and avoid that path. vector operations can take an argument register from 0 to 7. under special circumstances, you can have 8-15 too. Unfortunately, that means these "higher" regs are not available in i386 kernel, so there's no way to retrieve what has to be emulated. Basically, anyway. You could always write a stub to far jump into long mode in the kernel space and push the regs somewhere and then come back into compatibility mode, and then run the opemu routines, and then jump back into long, effect registers, and then trampoline back to luserspace. However, none of this is related to the graphics issues. The cache issue was brought up earlier, but it seems wrong values don't change anything much. I fixed the cache detection code once and nothing different was happening, still no NV 3 Link to comment Share on other sites More sharing options...
Bronya Posted June 21, 2013 Share Posted June 21, 2013 Interesting ! mach_rc15 only x86_64 no KP and normal working program maxima . But if i386 - 32 bit opemu wrong . In 10.8.3 getting panic . Maybe wrong getting address in opemu . ))) 1 Link to comment Share on other sites More sharing options...
bcobco Posted June 21, 2013 Share Posted June 21, 2013 compiling Maxima also reproduces this bug if you have HomeBrew installed, just type "brew install maxima" "opemu wrong instruction" will happen when it tries to build/run sbcl please note that wxMaxima is only a Maxima front-end. to check if Maxima is running, just type a trivial "1+1". if you dont see "2" it means that Maxima could not be started ("opemu wrong instruction" messages in dmesg) 1 Link to comment Share on other sites More sharing options...
non@me Posted June 21, 2013 Share Posted June 21, 2013 I'm running ML 10.8.4 on VMWare Workstation / Phenom II x4 945 CPU using the latest AnV's amd_kernel 10.8.3-rc6. I found several opemu errors in log: Despite this, the kernel looks stable and there are no any freezes or hangs like it was with the previous amd_kernel. Link to comment Share on other sites More sharing options...
khyber Posted June 22, 2013 Share Posted June 22, 2013 Just for completion, it's an AMD Trinity A8-5500, like on lion-kernel-testing 23.06.13 01:37:56,000 kernel[0]: rtclock_init: Athlon's MSR 0xc0010071 returned: 0x81ca00062e014c1323.06.13 01:37:56,000 kernel[0]: BUS: Frequency = 280.000000MHz, cvtt2n = 00000003x.92492492x, cvtn2t = 00000000x.47AE147Ax23.06.13 01:37:56,000 kernel[0]: TSC: Frequency = 3920.000001MHz, cvtt2n = 00000000x.414E5E0Ax, cvtn2t = 00000003x.EB851EBFx, gran = 1423.06.13 01:37:56,000 kernel[0]: Darwin Kernel Version 12.3.0: суббота, 18 мая 2013 г. 21:58:31 (MSK); root:xnu-2050.22.13_amd_work/BUILD/obj//RELEASE_X86_6423.06.13 01:37:56,000 kernel[0]: vm_page_bootstrap: 3935740 free pages and 94724 wired pages23.06.13 01:37:56,000 kernel[0]: kext submap [0xffffff7f80756000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff8000756000]23.06.13 01:37:56,000 kernel[0]: zone leak detection enabled23.06.13 01:37:56,000 kernel[0]: standard timeslicing quantum is 10000 us23.06.13 01:37:56,000 kernel[0]: standard background quantum is 2500 us23.06.13 01:37:56,000 kernel[0]: mig_table_max_displ = 7423.06.13 01:37:56,000 kernel[0]: corecrypto kext started!23.06.13 01:37:56,000 kernel[0]: Running kernel space in FIPS MODE23.06.13 01:37:56,000 kernel[0]: Plist hmac value is 735d392b68241ef173d81097b1c8ce9ba283521626d1c973ac376838c466757d23.06.13 01:37:56,000 kernel[0]: Computed hmac value is 735d392b68241ef173d81097b1c8ce9ba283521626d1c973ac376838c466757d23.06.13 01:37:56,000 kernel[0]: corecrypto.kext FIPS integrity POST test passed!23.06.13 01:37:56,000 kernel[0]: corecrypto.kext FIPS AES CBC POST test passed!23.06.13 01:37:56,000 kernel[0]: corecrypto.kext FIPS TDES CBC POST test passed!23.06.13 01:37:56,000 kernel[0]: corecrypto.kext FIPS AES ECB AESNI POST test passed!23.06.13 01:37:56,000 kernel[0]: corecrypto.kext FIPS AES XTS AESNI POST test passed!23.06.13 01:37:56,000 kernel[0]: corecrypto.kext FIPS SHA POST test passed!23.06.13 01:37:56,000 kernel[0]: corecrypto.kext FIPS HMAC POST test passed!23.06.13 01:37:56,000 kernel[0]: corecrypto.kext FIPS ECDSA POST test passed!23.06.13 01:37:56,000 kernel[0]: corecrypto.kext FIPS DRBG POST test passed!23.06.13 01:37:56,000 kernel[0]: corecrypto.kext FIPS POST passed!23.06.13 01:37:56,000 kernel[0]: warning: skipping personalities in blacklisted kext com.apple.driver.AppleEFIRuntime23.06.13 01:37:56,000 kernel[0]: NullCPUPowerManagement::init: properties=0xffffff801f67e5c023.06.13 01:37:56,000 kernel[0]: NullCPUPowerManagement::start23.06.13 01:37:56,000 kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=16 Enabled23.06.13 01:37:56,000 kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=17 Enabled23.06.13 01:37:56,000 kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=18 Enabled23.06.13 01:37:56,000 kernel[0]: AppleACPICPU: ProcessorId=4 LocalApicId=19 Enabled23.06.13 01:37:56,000 kernel[0]: calling mpo_policy_init for Sandbox23.06.13 01:37:56,000 kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)23.06.13 01:37:56,000 kernel[0]: calling mpo_policy_init for Quarantine23.06.13 01:37:56,000 kernel[0]: Security policy loaded: Quarantine policy (Quarantine)23.06.13 01:37:56,000 kernel[0]: calling mpo_policy_init for TMSafetyNet23.06.13 01:37:56,000 kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)23.06.13 01:37:56,000 kernel[0]: Copyright © 1982, 1986, 1989, 1991, 199323.06.13 01:37:56,000 kernel[0]: The Regents of the University of California. All rights reserved.23.06.13 01:37:56,000 kernel[0]: MAC Framework successfully initialized23.06.13 01:37:56,000 kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers23.06.13 01:37:56,000 kernel[0]: IOAPIC: Version 0x21 Vectors 64:8723.06.13 01:37:56,000 kernel[0]: ACPI: System State [s0 S3 S4 S5]23.06.13 01:37:56,000 kernel[0]: PFM64 (44 cpu) 0xfff80000000, 0x8000000023.06.13 01:37:56,000 kernel[0]: [ PCI configuration begin ]23.06.13 01:37:56,000 kernel[0]: PCI configuration changed (bridge=3 device=2 cardbus=0)23.06.13 01:37:56,000 kernel[0]: [ PCI configuration end, bridges 6 devices 24 ]23.06.13 01:37:56,000 kernel[0]: RTC: Only single RAM bank (128 bytes)23.06.13 01:37:56,000 kernel[0]: RTC: lost battery power - time may be invalid23.06.13 01:37:56,000 kernel[0]: HPET: probeHPET() failed23.06.13 01:37:56,000 kernel[0]: USBF: 0.944 AppleUSBEHCI[0xffffff801f832000]::CheckSleepCapability - controller will be unloaded across sleep23.06.13 01:37:56,000 kernel[0]: USBF: 1. 7 AppleUSBEHCI[0xffffff801f82b000]::CheckSleepCapability - controller will be unloaded across sleep23.06.13 01:37:56,000 kernel[0]: USBF: 1. 22 AppleUSBOHCI[0xffffff801f82c000]::CheckSleepCapability - controller will be unloaded across sleep23.06.13 01:37:56,000 kernel[0]: USBF: 1. 79 AppleUSBOHCI[0xffffff801f831000]::CheckSleepCapability - controller will be unloaded across sleep23.06.13 01:37:56,000 kernel[0]: [RealtekRTL81xx:init] RealtekRTL81xx.kext v0.0.90 ©2010-2011 by Lnx2Mac (lnx2mac@gmail.com)23.06.13 01:37:56,000 kernel[0]: [RealtekRTL81xx:init] _logLevel is now 132 (0x0084)23.06.13 01:37:56,000 kernel[0]: [RealtekRTL81xx:init] Using updated PHY config method23.06.13 01:37:56,000 kernel[0]: [RealtekRTL81xx:init] init completed23.06.13 01:37:56,000 kernel[0]: USBMSC Identifier (non-unique): 20100818841300000 0xbda 0x184 0x841323.06.13 01:37:56,000 kernel[0]: USBF: 12.767 AppleUSBOHCI[0xffffff801f830000]::CheckSleepCapability - controller will be unloaded across sleep23.06.13 01:37:56,000 kernel[0]: mbinit: done [96 MB total pool size, (64/32) split]23.06.13 01:37:56,000 kernel[0]: Pthread support ABORTS when sync kernel primitives misused23.06.13 01:37:56,000 kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start23.06.13 01:37:56,000 kernel[0]: rooting via boot-uuid from /chosen: FC46A52D-730A-3F6D-848F-2131FA480D4123.06.13 01:37:56,000 kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>23.06.13 01:37:56,000 kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start23.06.13 01:37:56,000 kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded23.06.13 01:37:56,000 kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded23.06.13 01:37:56,000 kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@180000/AppleACPIPCI/SATA@11/AppleAHCI/PRT0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageDriver/SAMSUNG HD204UI Media/IOFDiskPartitionScheme/Untitled 1@123.06.13 01:37:56,000 kernel[0]: BSD root: disk0s1, major 1, minor 323.06.13 01:37:56,000 kernel[0]: [RTL81xx@0xd000:rtl8168_init_board] NIC identified as RTL8168E-VL/8111E-VL (mcfg=16)23.06.13 01:37:56,000 kernel[0]: Kernel is LP64 Nice work guys. Link to comment Share on other sites More sharing options...
bcobco Posted June 23, 2013 Share Posted June 23, 2013 seems to work on AMD ATHLON X2 7850 BE boot options: "-v npci=0x2000 -x -s" nvidia fails ps2 fails alfer myhack installs first boot "system welcome" setup process enters a loop (never finishes) dmesg no linesizertclock_init: Taking bus ratio path 3 (AMD Phenom) rtclock_init: Phenom MSR 0xc0010071 returned: 0x8000012400240e TSC: Verification of clock speed not available in x86_64. TSC: Frequency = 3000.176265MHz, FSB frequency = 200.11751MHz, bus ratio = 15 Darwin Kernel Version 12.3.0: wo 19 jun 2013 22:08:43 CEST; SinetekBronzovkAnVoodoo v1.0.0:xnu-2050.22.13-AMD/BUILD/obj/RELEASE_X86_64 vm_page_bootstrap: 1009371 free pages and 31013 wired pages kext submap [0xffffff7f80809000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff8000809000] zone leak detection enabled standard timeslicing quantum is 10000 us standard background quantum is 2500 us mig_table_max_displ = 74 corecrypto kext started! Running kernel space in FIPS MODE Plist hmac value is 735d392b68241ef173d81097b1c8ce9ba283521626d1c973ac376838c466757d Computed hmac value is 735d392b68241ef173d81097b1c8ce9ba283521626d1c973ac376838c466757d corecrypto.kext FIPS integrity POST test passed! corecrypto.kext FIPS AES CBC POST test passed! corecrypto.kext FIPS TDES CBC POST test passed! corecrypto.kext FIPS SHA POST test passed! corecrypto.kext FIPS HMAC POST test passed! corecrypto.kext FIPS ECDSA POST test passed! corecrypto.kext FIPS DRBG POST test passed! corecrypto.kext FIPS POST passed! warning: skipping personalities in blacklisted kext com.apple.driver.AppleEFIRuntime warning: skipping personalities in blacklisted kext com.apple.driver.AppleIntelCPUPowerManagement NullCPUPowerManagement::init: properties=0xffffff800aae9e00 NullCPUPowerManagement::start AppleACPICPU: ProcessorId=0 LocalApicId=0 Enabled AppleACPICPU: ProcessorId=1 LocalApicId=1 Enabled AppleACPICPU: ProcessorId=2 LocalApicId=2 Disabled AppleACPICPU: ProcessorId=3 LocalApicId=3 Disabled calling mpo_policy_init for Sandbox Security policy loaded: Seatbelt sandbox policy (Sandbox) calling mpo_policy_init for Quarantine Security policy loaded: Quarantine policy (Quarantine) calling mpo_policy_init for TMSafetyNet Security policy loaded: Safety net for Time Machine (TMSafetyNet) Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. MAC Framework successfully initialized using 16384 buffer headers and 10240 cluster IO buffer headers IOAPIC: Version 0x21 Vectors 64:87 ACPI: System State [S0 S3 S4 S5] PFM64 (44 cpu) 0xfff80000000, 0x80000000 [ PCI configuration begin ] PCI configuration changed (bridge=4 device=1 cardbus=0) [ PCI configuration end, bridges 6 devices 21 ] USBF: 1.401 AppleUSBEHCI[0xffffff800ac9c000]::CheckSleepCapability - controller will be unloaded across sleep USBF: 1.450 AppleUSBEHCI[0xffffff800ac89000]::CheckSleepCapability - controller will be unloaded across sleep USBF: 1.455 AppleUSBOHCI[0xffffff800b646000]::CheckSleepCapability - controller will be unloaded across sleep USBF: 1.457 AppleUSBOHCI[0xffffff800ac9d000]::CheckSleepCapability - controller will be unloaded across sleep USBF: 1.459 AppleUSBOHCI[0xffffff800ac9d000]::InitializeOperationalRegisters Non-NULL hcDoneHead: 0xafff1e00 USBF: 1.513 AppleUSBOHCI[0xffffff800ac97000]::CheckSleepCapability - controller will be unloaded across sleep USBF: 1.537 AppleUSBOHCI[0xffffff800ac96000]::CheckSleepCapability - controller will be unloaded across sleep FireWire runtime power conservation disabled. (2) FireWire (OHCI) TI ID 823f PCI now active, GUID 7856341278563412; max speed s800. USBF: 6.817 AppleUSBOHCI[0xffffff800ac9b000]::CheckSleepCapability - controller will be unloaded across sleep ERROR: FireWire unable to determine security-mode; defaulting to full-secure. mbinit: done [64 MB total pool size, (42/21) split] Pthread support ABORTS when sync kernel primitives misused com.apple.AppleFSCompressionTypeDataless kmod start rooting via boot-uuid from /chosen: 6AC566AB-6447-3CC0-917A-88ECD2133AA0 Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict> com.apple.AppleFSCompressionTypeZlib kmod start com.apple.AppleFSCompressionTypeDataless load succeeded com.apple.AppleFSCompressionTypeZlib load succeeded Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@11/AppleAHCI/PRID@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageDriver/ST3320613AS Media/IOGUIDPartitionScheme/test123@3 BSD root: disk0s3, major 1, minor 3 Kernel is LP64 kern.ostype = Darwin kern.osrelease = 12.3.0 kern.osrevision = 199506 kern.version = Darwin Kernel Version 12.3.0: wo 19 jun 2013 22:08:43 CEST; SinetekBronzovkAnVoodoo v1.0.0:xnu-2050.22.13-AMD/BUILD/obj/RELEASE_X86_64 kern.maxvnodes = 66560 kern.maxproc = 1064 kern.maxfiles = 12288 kern.argmax = 262144 kern.securelevel = 0 kern.hostname = kern.hostid = 0 kern.clockrate: hz = 100, tick = 10000, profhz = 100, stathz = 100 kern.posix1version = 200112 kern.ngroups = 16 kern.job_control = 1 kern.saved_ids = 1 kern.boottime = Sat Jun 22 19:20:52 2013 kern.nisdomainname = kern.maxfilesperproc = 10240 kern.maxprocperuid = 709 kern.usrstack = 1602932736 kern.netboot = 0 kern.aiomax = 90 kern.aioprocmax = 16 kern.aiothreads = 4 kern.corefile = /cores/core.%P kern.coredump = 1 kern.sugid_coredump = 0 kern.delayterm = 0 kern.shreg_private = 0 kern.usrstack64 = 140734796320768 kern.nx = 0 kern.procname = kern.speculative_reads_disabled = 0 kern.osversion = 12D78 kern.safeboot = 0 kern.rage_vnode = 0 kern.thread_name = kern vfs.hfs has 1 mounted instance hw.machine = x86_64 hw.model = iMac8,1 hw.ncpu = 2 hw.byteorder = 1234 hw.physmem = 2147483648 hw.usermem = 1936478208 hw.pagesize = 4096 hw.epoch = 0 hw.vectorunit = 1 hw.busfrequency = 800000000 hw.cpufrequency = 3000000000 hw.cachelinesize = 64 hw.l1icachesize = 65536 hw.l1dcachesize = 65536 hw.l2settings = 1 hw.l2cachesize = 524288 hw.l3settings = 1 hw.l3cachesize = 4194304 hw.tbfrequency = 1000000000 hw.memsize = 4294967296 hw.availcpu = 2 user.cs_path = /usr/bin:/bin:/usr/sbin:/sbin user.bc_base_max = 99 user.bc_dim_max = 2048 user.bc_scale_max = 99 user.bc_string_max = 1000 user.coll_weights_max = 2 user.expr_nest_max = 32 user.line_max = 2048 user.re_dup_max = 255 user.posix2_version = 200112 user.posix2_c_bind = 0 user.posix2_c_dev = 0 user.posix2_char_term = 0 user.posix2_fort_dev = 0 user.posix2_fort_run = 0 user.posix2_localedef = 0 user.posix2_sw_dev = 0 user.posix2_upe = 0 user.stream_max = 20 user.tzname_max = 255 kern.ostype: Darwin kern.osrelease: 12.3.0 kern.osrevision: 199506 kern.version: Darwin Kernel Version 12.3.0: wo 19 jun 2013 22:08:43 CEST; SinetekBronzovkAnVoodoo v1.0.0:xnu-2050.22.13-AMD/BUILD/obj/RELEASE_X86_64 kern.maxvnodes: 66560 kern.maxproc: 1064 kern.maxfiles: 12288 kern.argmax: 262144 kern.securelevel: 0 kern.hostname: kern.hostid: 0 kern.clockrate: { hz = 100, tick = 10000, tickadj = 2, profhz = 100, stathz = 100 } kern.posix1version: 200112 kern.ngroups: 16 kern.job_control: 1 kern.saved_ids: 1 kern.boottime: { sec = 1371954052, usec = 0 } Sat Jun 22 19:20:52 2013 kern.nisdomainname: kern.maxfilesperproc: 10240 kern.maxprocperuid: 709 kern.ipc.maxsockbuf: 4194304 kern.ipc.sockbuf_waste_factor: 8 kern.ipc.somaxconn: 128 kern.ipc.nmbclusters: 32768 kern.ipc.soqlimitcompat: 1 kern.ipc.mleak_sample_factor: 500 kern.ipc.mb_normalized: 0 kern.ipc.mb_watchdog: 0 kern.ipc.sosendminchain: 16384 kern.ipc.sorecvmincopy: 16384 kern.ipc.sosendjcl: 1 kern.ipc.sosendjcl_ignore_capab: 0 kern.ipc.sodefunctlog: 0 kern.ipc.sothrottlelog: 0 kern.ipc.sotcdb: 1 kern.ipc.maxsockets: 512 kern.ipc.njcl: 10920 kern.ipc.njclbytes: 16384 kern.ipc.soqlencomp: 0 kern.ipc.io_policy.throttled: 0 kern.ipc.sendfileuiobufs: 64 kern.usrstack: 1602932736 kern.netboot: 0 kern.sysv.shmmax: 4194304 kern.sysv.shmmin: 1 kern.sysv.shmmni: 32 kern.sysv.shmseg: 8 kern.sysv.shmall: 1024 kern.sysv.semmni: 87381 kern.sysv.semmns: 87381 kern.sysv.semmnu: 87381 kern.sysv.semmsl: 87381 kern.sysv.semume: 10 kern.aiomax: 90 kern.aioprocmax: 16 kern.aiothreads: 4 kern.corefile: /cores/core.%P kern.coredump: 1 kern.sugid_coredump: 0 kern.delayterm: 0 kern.shreg_private: 0 kern.posix.sem.max: 10000 kern.usrstack64: 140734796320768 kern.nx: 0 kern.tfp.policy: 2 kern.procname: kern.speculative_reads_disabled: 0 kern.osversion: 12D78 kern.safeboot: 0 kern.lctx.last: 1 kern.lctx.count: 0 kern.lctx.max: 8192 kern.rage_vnode: 0 kern.tty.ptmx_max: 127 kern.threadname: kern.sleeptime: { sec = 0, usec = 0 } Wed Dec 31 16:00:00 1969 kern.waketime: { sec = 0, usec = 0 } Wed Dec 31 16:00:00 1969 kern.willshutdown: 0 kern.progressmeterenable: 0 kern.progressmeter: 0 kern.hibernatefile: kern.bootsignature: kern.hibernatemode: 0 kern.nbuf: 16384 kern.maxnbuf: 16384 kern.jnl_trim_flush: 240 kern.flush_cache_on_write: 0 kern.sugid_scripts: 0 kern.zleak.active: 0 kern.zleak.max_zonemap_size: 1610612736 kern.zleak.global_threshold: 805306368 kern.zleak.zone_threshold: 100663296 kern.uuid: BA0E36C9-D27C-30ED-93E3-894273306160 kern.bootargs: boot-uuid=6AC566AB-6447-3CC0-917A-88ECD2133AA0 rd=*uuid -v npci=0x2000 -s kern.num_files: 12 kern.num_vnodes: 452 kern.num_tasks: 2048 kern.num_threads: 10240 kern.num_taskthreads: 2048 kern.namecache_disabled: 0 kern.ignore_is_ssd: 0 kern.preheat_pages_max: 256 kern.preheat_pages_min: 8 kern.speculative_prefetch_max: 24576 kern.speculative_prefetch_max_iosize: 524288 kern.vm_page_free_target: 2000 kern.vm_page_free_min: 1500 kern.vm_page_free_reserved: 100 kern.vm_page_speculative_percentage: 5 kern.vm_page_speculative_q_age_ms: 500 kern.vm_max_delayed_work_limit: 32 kern.vm_max_batch: 256 kern.timer_coalescing_enabled: 1 kern.setthread_cpupercent: 0 kern.singleuser: 1 kern.affinity_sets_enabled: 1 kern.affinity_sets_mapping: 1 kern.slide: 0 kern.kdebug_thread_block: 0 kern.stack_size: 16384 kern.stack_depth_max: 7528 kern.ipc_portbt: 0 kern.sched: traditional kern.msgbuf: 65536 kern.wq_yielded_threshold: 2000 kern.wq_yielded_window_usecs: 30000 kern.wq_stalled_window_usecs: 200 kern.wq_reduce_pool_window_usecs: 5000000 kern.wq_max_timer_interval_usecs: 50000 kern.wq_max_threads: 512 kern.wq_max_constrained_threads: 64 kern.secure_kernel: 0 vm.loadavg: { 0.16 0.12 0.05 } vm.swapusage: total = 0.00M used = 0.00M free = 0.00M vm.cs_force_kill: 0 vm.cs_force_hard: 0 vm.cs_debug: 0 vm.global_no_user_wire_amount: 67108864 vm.global_user_wire_limit: 4227858432 vm.user_wire_limit: 4227858432 vm.vm_copy_src_not_internal: 0 vm.vm_copy_src_not_symmetric: 0 vm.vm_copy_src_large: 0 vm.cs_validation: 1 vm.cs_blob_count: 11 vm.cs_blob_size: 66192 vm.cs_blob_count_peak: 11 vm.cs_blob_size_peak: 66192 vm.cs_blob_size_max: 8672 vm.vm_debug_events: 0 vm.allow_stack_exec: 0 vm.allow_data_exec: 1 vm.shared_region_unnest_logging: 1 vm.shared_region_trace_level: 1 vm.shared_region_version: 3 vm.shared_region_persistence: 0 vm.vm_page_free_target: 2000 vm.memory_pressure: 0 vm.page_free_wanted: 0 vm.page_purgeable_count: 2 vm.page_purgeable_wired_count: 0 vm.page_reusable_count: 0 vm.reusable_success: 415 vm.reusable_failure: 0 vm.reusable_shared: 0 vm.all_reusable_calls: 0 vm.partial_reusable_calls: 415 vm.reuse_success: 0 vm.reuse_failure: 0 vm.all_reuse_calls: 0 vm.partial_reuse_calls: 0 vm.can_reuse_success: 0 vm.can_reuse_failure: 0 vm.page_free_count: 983698 vm.page_speculative_count: 2557 vm.page_cleaned_count: 0 vm.pageout_inactive_dirty_internal: 0 vm.pageout_inactive_dirty_external: 0 vm.pageout_inactive_clean: 0 vm.pageout_speculative_clean: 0 vm.pageout_inactive_used: 0 vm.pageout_freed_from_inactive_clean: 0 vm.pageout_freed_from_speculative: 0 vm.pageout_freed_from_cleaned: 0 vm.pageout_enqueued_cleaned: 0 vm.pageout_enqueued_cleaned_from_inactive_clean: 0 vm.pageout_enqueued_cleaned_from_inactive_dirty: 0 vm.pageout_cleaned: 0 vm.pageout_cleaned_reactivated: 0 vm.pageout_cleaned_reference_reactivated: 0 vm.pageout_cleaned_volatile_reactivated: 0 vm.pageout_cleaned_fault_reactivated: 0 vm.pageout_cleaned_commit_reactivated: 0 vm.pageout_cleaned_busy: 0 vm.pageout_cleaned_nolock: 0 vfs.generic.jnl.kdebug.trim: 0 vfs.generic.nfs.client.initialdowndelay: 12 vfs.generic.nfs.client.nextdowndelay: 30 vfs.generic.nfs.client.iosize: 1048576 vfs.generic.nfs.client.access_cache_timeout: 60 vfs.generic.nfs.client.allow_async: 0 vfs.generic.nfs.client.statfs_rate_limit: 10 vfs.generic.nfs.client.nfsiod_thread_max: 16 vfs.generic.nfs.client.nfsiod_thread_count: 0 vfs.generic.nfs.client.lockd_mounts: 0 vfs.generic.nfs.client.max_async_writes: 128 vfs.generic.nfs.client.single_des: 0 vfs.generic.nfs.client.access_delete: 1 vfs.generic.nfs.client.access_dotzfs: 1 vfs.generic.nfs.client.access_for_getattr: 0 vfs.generic.nfs.client.idmap_ctrl: 1 vfs.generic.nfs.client.callback_port: 0 vfs.generic.nfs.client.is_mobile: 0 vfs.generic.nfs.client.squishy_flags: 11 vfs.generic.nfs.server.wg_delay: 1000 vfs.generic.nfs.server.wg_delay_v3: 0 vfs.generic.nfs.server.require_resv_port: 0 vfs.generic.nfs.server.async: 0 vfs.generic.nfs.server.export_hash_size: 64 vfs.generic.nfs.server.reqcache_size: 64 vfs.generic.nfs.server.request_queue_length: 128 vfs.generic.nfs.server.user_stats: 1 vfs.generic.nfs.server.gss_context_ttl: 28800 vfs.generic.nfs.server.fsevents: 1 vfs.generic.nfs.server.nfsd_thread_max: 0 vfs.generic.nfs.server.nfsd_thread_count: 0 vfs.generic.nfs.server.use_upcall_svc: 1 vfs.generic.nfs.server.upcall_queue_limit: 0 vfs.generic.nfs.server.upcall_queue_max_seen: 0 vfs.generic.nfs.server.upcall_queue_count: 0 vfs.generic.root_unmounted_cleanly: 1 vfs.generic.always_do_fullfsync: 0 vfs.generic.hfs.kdebug.allocation: 0 net.local.stream.sendspace: 8192 net.local.stream.recvspace: 8192 net.local.stream.tracemdns: 0 net.local.dgram.maxdgram: 2048 net.local.dgram.recvspace: 4096 net.local.inflight: 0 net.inet.ip.portrange.lowfirst: 1023 net.inet.ip.portrange.lowlast: 600 net.inet.ip.portrange.first: 49152 net.inet.ip.portrange.last: 65535 net.inet.ip.portrange.hifirst: 49152 net.inet.ip.portrange.hilast: 65535 net.inet.ip.forwarding: 0 net.inet.ip.redirect: 1 net.inet.ip.ttl: 64 net.inet.ip.rtexpire: 3600 net.inet.ip.rtminexpire: 10 net.inet.ip.rtmaxcache: 128 net.inet.ip.sourceroute: 0 net.inet.ip.intr_queue_maxlen: 128 net.inet.ip.intr_queue_drops: 0 net.inet.ip.accept_sourceroute: 0 net.inet.ip.keepfaith: 0 net.inet.ip.gifttl: 30 net.inet.ip.subnets_are_local: 0 net.inet.ip.mcast.maxgrpsrc: 512 net.inet.ip.mcast.maxsocksrc: 128 net.inet.ip.mcast.loop: 1 net.inet.ip.check_route_selfref: 1 net.inet.ip.use_route_genid: 1 net.inet.ip.dummynet.hash_size: 64 net.inet.ip.dummynet.curr_time: 0 net.inet.ip.dummynet.ready_heap: 0 net.inet.ip.dummynet.extract_heap: 0 net.inet.ip.dummynet.searches: 0 net.inet.ip.dummynet.search_steps: 0 net.inet.ip.dummynet.expire: 1 net.inet.ip.dummynet.max_chain_len: 16 net.inet.ip.dummynet.red_lookup_depth: 256 net.inet.ip.dummynet.red_avg_pkt_size: 512 net.inet.ip.dummynet.red_max_pkt_size: 1500 net.inet.ip.dummynet.debug: 0 net.inet.ip.fw.enable: 1 net.inet.ip.fw.autoinc_step: 100 net.inet.ip.fw.one_pass: 0 net.inet.ip.fw.debug: 0 net.inet.ip.fw.verbose: 0 net.inet.ip.fw.verbose_limit: 0 net.inet.ip.fw.dyn_buckets: 256 net.inet.ip.fw.curr_dyn_buckets: 256 net.inet.ip.fw.dyn_count: 0 net.inet.ip.fw.dyn_max: 4096 net.inet.ip.fw.static_count: 1 net.inet.ip.fw.dyn_ack_lifetime: 300 net.inet.ip.fw.dyn_syn_lifetime: 20 net.inet.ip.fw.dyn_fin_lifetime: 1 net.inet.ip.fw.dyn_rst_lifetime: 1 net.inet.ip.fw.dyn_udp_lifetime: 10 net.inet.ip.fw.dyn_short_lifetime: 5 net.inet.ip.fw.dyn_keepalive: 1 net.inet.ip.maxfragpackets: 1024 net.inet.ip.maxfragsperpacket: 128 net.inet.ip.maxfrags: 2048 net.inet.ip.scopedroute: 1 net.inet.ip.restrictrecvif: 1 net.inet.ip.check_interface: 0 net.inet.ip.linklocal.in.allowbadttl: 1 net.inet.ip.random_id: 1 net.inet.ip.maxchainsent: 0 net.inet.ip.select_srcif_debug: 0 net.inet.icmp.maskrepl: 0 net.inet.icmp.icmplim: 250 net.inet.icmp.timestamp: 0 net.inet.icmp.drop_redirect: 0 net.inet.icmp.log_redirect: 0 net.inet.icmp.bmcastecho: 1 net.inet.igmp.recvifkludge: 1 net.inet.igmp.sendra: 1 net.inet.igmp.sendlocal: 1 net.inet.igmp.v1enable: 1 net.inet.igmp.v2enable: 1 net.inet.igmp.legacysupp: 0 net.inet.igmp.default_version: 3 net.inet.igmp.gsrdelay: 10 net.inet.igmp.debug: 0 net.inet.tcp.rfc1323: 1 net.inet.tcp.rfc1644: 0 net.inet.tcp.mssdflt: 512 net.inet.tcp.keepidle: 7200000 net.inet.tcp.keepintvl: 75000 net.inet.tcp.sendspace: 131072 net.inet.tcp.recvspace: 131072 net.inet.tcp.keepinit: 75000 net.inet.tcp.v6mssdflt: 1024 net.inet.tcp.log_in_vain: 0 net.inet.tcp.blackhole: 0 net.inet.tcp.delayed_ack: 3 net.inet.tcp.tcp_lq_overflow: 1 net.inet.tcp.recvbg: 0 net.inet.tcp.drop_synfin: 1 net.inet.tcp.reass.maxsegments: 2048 net.inet.tcp.reass.cursegments: 0 net.inet.tcp.reass.overflows: 0 net.inet.tcp.slowlink_wsize: 8192 net.inet.tcp.maxseg_unacked: 8 net.inet.tcp.rfc3465: 1 net.inet.tcp.rfc3465_lim2: 1 net.inet.tcp.rtt_samples_per_slot: 20 net.inet.tcp.recv_allowed_iaj: 5 net.inet.tcp.acc_iaj_high_thresh: 100 net.inet.tcp.doautorcvbuf: 1 net.inet.tcp.autorcvbufincshift: 3 net.inet.tcp.autorcvbufmax: 524288 net.inet.tcp.lro: 1 net.inet.tcp.lrodbg: 0 net.inet.tcp.lro_startcnt: 3 net.inet.tcp.rcvsspktcnt: 512 net.inet.tcp.rexmt_thresh: 2 net.inet.tcp.path_mtu_discovery: 1 net.inet.tcp.slowstart_flightsize: 1 net.inet.tcp.local_slowstart_flightsize: 8 net.inet.tcp.tso: 1 net.inet.tcp.ecn_initiate_out: 0 net.inet.tcp.ecn_negotiate_in: 0 net.inet.tcp.packetchain: 50 net.inet.tcp.socket_unlocked_on_output: 1 net.inet.tcp.rfc3390: 1 net.inet.tcp.min_iaj_win: 4 net.inet.tcp.acc_iaj_react_limit: 200 net.inet.tcp.doautosndbuf: 1 net.inet.tcp.autosndbufinc: 8192 net.inet.tcp.autosndbufmax: 524288 net.inet.tcp.ack_prioritize: 1 net.inet.tcp.sack: 1 net.inet.tcp.sack_maxholes: 128 net.inet.tcp.sack_globalmaxholes: 65536 net.inet.tcp.sack_globalholes: 0 net.inet.tcp.minmss: 216 net.inet.tcp.minmssoverload: 0 net.inet.tcp.do_tcpdrain: 0 net.inet.tcp.pcbcount: 0 net.inet.tcp.icmp_may_rst: 1 net.inet.tcp.strict_rfc1948: 0 net.inet.tcp.isn_reseed_interval: 0 net.inet.tcp.background_io_enabled: 1 net.inet.tcp.rtt_min: 100 net.inet.tcp.rexmt_slop: 200 net.inet.tcp.randomize_ports: 0 net.inet.tcp.newreno_sockets: 0 net.inet.tcp.background_sockets: 0 net.inet.tcp.win_scale_factor: 3 net.inet.tcp.tcbhashsize: 4096 net.inet.tcp.background_io_trigger: 5 net.inet.tcp.msl: 15000 net.inet.tcp.max_persist_timeout: 0 net.inet.tcp.always_keepalive: 0 net.inet.tcp.timer_fastmode_idlemax: 20 net.inet.tcp.broken_peer_syn_rxmit_thres: 7 net.inet.tcp.tcp_timer_advanced: 0 net.inet.tcp.tcp_resched_timerlist: 0 net.inet.tcp.pmtud_blackhole_detection: 1 net.inet.tcp.pmtud_blackhole_mss: 1200 net.inet.tcp.timer_fastquantum: 100 net.inet.tcp.timer_slowquantum: 500 net.inet.tcp.in_sw_cksum: 0 net.inet.tcp.in_sw_cksum_bytes: 0 net.inet.tcp.out_sw_cksum: 0 net.inet.tcp.out_sw_cksum_bytes: 0 net.inet.tcp.lro_sz: 8 net.inet.tcp.lro_time: 10 net.inet.tcp.bg_target_qdelay: 100 net.inet.tcp.bg_allowed_increase: 2 net.inet.tcp.bg_tether_shift: 1 net.inet.tcp.bg_ss_fltsz: 2 net.inet.udp.checksum: 1 net.inet.udp.maxdgram: 9216 net.inet.udp.recvspace: 196724 net.inet.udp.in_sw_cksum: 0 net.inet.udp.in_sw_cksum_bytes: 0 net.inet.udp.out_sw_cksum: 0 net.inet.udp.out_sw_cksum_bytes: 0 net.inet.udp.log_in_vain: 0 net.inet.udp.blackhole: 0 net.inet.udp.pcbcount: 0 net.inet.udp.randomize_ports: 1 net.inet.ipsec.def_policy: 1 net.inet.ipsec.esp_trans_deflev: 1 net.inet.ipsec.esp_net_deflev: 1 net.inet.ipsec.ah_trans_deflev: 1 net.inet.ipsec.ah_net_deflev: 1 net.inet.ipsec.ah_cleartos: 1 net.inet.ipsec.ah_offsetmask: 0 net.inet.ipsec.dfbit: 0 net.inet.ipsec.ecn: 0 net.inet.ipsec.debug: 0 net.inet.ipsec.esp_randpad: -1 net.inet.ipsec.bypass: 1 net.inet.ipsec.esp_port: 0 net.inet.raw.maxdgram: 8192 net.inet.raw.recvspace: 8192 net.link.generic.system.ifcount: 3 net.link.generic.system.dlil_verbose: 0 net.link.generic.system.sndq_maxlen: 128 net.link.generic.system.rcvq_maxlen: 256 net.link.generic.system.rxpoll_decay: 2 net.link.generic.system.rxpoll_freeze_time: 1000000000 net.link.generic.system.rxpoll_sample_time: 10000000 net.link.generic.system.rxpoll_interval_time: 1000000 net.link.generic.system.rxpoll_interval_pkts: 0 net.link.generic.system.rxpoll_wakeups_lowat: 5 net.link.generic.system.rxpoll_wakeups_hiwat: 100 net.link.generic.system.rxpoll_max: 0 net.link.generic.system.rxpoll: 1 net.link.generic.system.if_bw_smoothing_val: 3 net.link.generic.system.if_bw_measure_size: 10 net.link.generic.system.dlil_input_threads: 1 net.link.generic.system.dlil_input_sanity_check: 0 net.link.generic.system.flow_advisory: 1 net.link.ether.inet.prune_intvl: 300 net.link.ether.inet.max_age: 1200 net.link.ether.inet.host_down_time: 20 net.link.ether.inet.apple_hwcksum_tx: 1 net.link.ether.inet.apple_hwcksum_rx: 1 net.link.ether.inet.arp_llreach_base: 30 net.link.ether.inet.maxtries: 5 net.link.ether.inet.useloopback: 1 net.link.ether.inet.proxyall: 0 net.link.ether.inet.sendllconflict: 0 net.link.ether.inet.log_arp_warnings: 0 net.link.ether.inet.keep_announcements: 1 net.link.ether.inet.send_conflicting_probes: 1 net.link.bridge.txstart: 0 net.link.bridge.debug: 0 net.link.loopback.bw_sleep_usec: 10 net.link.loopback.bw_measure: 0 net.link.loopback.max_dequeue: 256 net.link.loopback.sched_model: 0 net.link.loopback.dequeue_sc: 0 net.key.debug: 0 net.key.spi_trycnt: 1000 net.key.spi_minval: 256 net.key.spi_maxval: 268435455 net.key.int_random: 60 net.key.larval_lifetime: 30 net.key.blockacq_count: 10 net.key.blockacq_lifetime: 20 net.key.esp_keymin: 256 net.key.esp_auth: 0 net.key.ah_keymin: 128 net.key.prefered_oldsa: 0 net.key.natt_keepalive_interval: 20 net.inet6.ip6.forwarding: 0 net.inet6.ip6.redirect: 1 net.inet6.ip6.hlim: 64 net.inet6.ip6.maxfragpackets: 1024 net.inet6.ip6.accept_rtadv: 1 net.inet6.ip6.keepfaith: 0 net.inet6.ip6.log_interval: 5 net.inet6.ip6.hdrnestlimit: 15 net.inet6.ip6.dad_count: 1 net.inet6.ip6.auto_flowlabel: 1 net.inet6.ip6.defmcasthlim: 1 net.inet6.ip6.gifhlim: 0 net.inet6.ip6.kame_version: 2009/apple-darwin net.inet6.ip6.use_deprecated: 1 net.inet6.ip6.rr_prune: 5 net.inet6.ip6.v6only: 0 net.inet6.ip6.rtexpire: 3600 net.inet6.ip6.rtminexpire: 10 net.inet6.ip6.rtmaxcache: 128 net.inet6.ip6.use_tempaddr: 1 net.inet6.ip6.temppltime: 86400 net.inet6.ip6.tempvltime: 604800 net.inet6.ip6.auto_linklocal: 1 net.inet6.ip6.prefer_tempaddr: 1 net.inet6.ip6.use_defaultzone: 0 net.inet6.ip6.maxfrags: 8192 net.inet6.ip6.mcast_pmtu: 0 net.inet6.ip6.neighborgcthresh: 1024 net.inet6.ip6.maxifprefixes: 16 net.inet6.ip6.maxifdefrouters: 16 net.inet6.ip6.maxdynroutes: 1024 net.inet6.ip6.fw.enable: 1 net.inet6.ip6.fw.debug: 0 net.inet6.ip6.fw.verbose: 0 net.inet6.ip6.fw.verbose_limit: 0 net.inet6.ip6.scopedroute: 1 net.inet6.ip6.restrictrecvif: 1 net.inet6.ip6.maxchainsent: 0 net.inet6.ip6.select_srcif_debug: 0 net.inet6.ip6.mcast.maxgrpsrc: 512 net.inet6.ip6.mcast.maxsocksrc: 128 net.inet6.ip6.mcast.loop: 1 net.inet6.ip6.only_allow_rfc4193_prefixes: 0 net.inet6.ipsec6.def_policy: 1 net.inet6.ipsec6.esp_trans_deflev: 1 net.inet6.ipsec6.esp_net_deflev: 1 net.inet6.ipsec6.ah_trans_deflev: 1 net.inet6.ipsec6.ah_net_deflev: 1 net.inet6.ipsec6.ecn: 0 net.inet6.ipsec6.debug: 0 net.inet6.ipsec6.esp_randpad: -1 net.inet6.icmp6.rediraccept: 1 net.inet6.icmp6.redirtimeout: 600 net.inet6.icmp6.nd6_prune: 1 net.inet6.icmp6.nd6_delay: 5 net.inet6.icmp6.nd6_umaxtries: 3 net.inet6.icmp6.nd6_mmaxtries: 3 net.inet6.icmp6.nd6_useloopback: 1 net.inet6.icmp6.nodeinfo: 3 net.inet6.icmp6.errppslimit: 500 net.inet6.icmp6.nd6_maxnudhint: 0 net.inet6.icmp6.nd6_debug: 0 net.inet6.icmp6.nd6_accept_6to4: 1 net.inet6.icmp6.nd6_optimistic_dad: 15 net.inet6.icmp6.nd6_onlink_ns_rfc4861: 0 net.inet6.icmp6.nd6_llreach_base: 30 net.inet6.icmp6.nd6_maxsolstgt: 8 net.inet6.icmp6.nd6_maxproxiedsol: 4 net.inet6.icmp6.prproxy_cnt: 0 net.inet6.mld.gsrdelay: 10 net.inet6.mld.v1enable: 1 net.inet6.mld.use_allow: 1 net.inet6.mld.debug: 0 net.ndrv_multi_max_count: 1024 net.idle.route.expire_timeout: 30 net.idle.route.drain_interval: 10 net.statistics: 1 net.classq.verbose: 0 net.classq.sfb.holdtime: 0 net.classq.sfb.pboxtime: 0 net.classq.sfb.hinterval: 0 net.classq.sfb.increment: 82 net.classq.sfb.decrement: 16 net.classq.sfb.allocation: 0 net.classq.sfb.ratelimit: 0 net.pktsched.verbose: 0 net.alf.loglevel: 55 net.alf.perm: -1 net.alf.defaultaction: 1 net.alf.mqcount: 0 debug.lowpri_throttle_max_iosize: 131072 debug.lowpri_legacy_throttle_max_iosize: 524288 debug.lowpri_throttle_window_msecs: 500 debug.lowpri_legacy_throttle_window_msecs: 200 debug.lowpri_io_period_msecs: 200 debug.lowpri_io_period_ssd_msecs: 20 debug.lowpri_timer_period_msecs: 10 debug.lowpri_legacy_process_count: 0 debug.bpf_bufsize: 4096 debug.bpf_maxbufsize: 524288 debug.bpf_maxdevices: 256 debug.toggle_address_reuse: 0 debug.ptracedeny_enabled: 1 debug.kextlog: 4083 debug.iokit: 0 debug.iotrace: 0 debug.darkwake: 11 hw.ncpu: 2 hw.byteorder: 1234 hw.memsize: 4294967296 hw.activecpu: 2 hw.physicalcpu: 2 hw.physicalcpu_max: 2 hw.logicalcpu: 2 hw.logicalcpu_max: 2 hw.cputype: 7 hw.cpusubtype: 4 hw.cpu64bit_capable: 1 hw.cpufamily: 1114597871 hw.cacheconfig: 2 1 1 2 0 0 0 0 0 0 hw.cachesize: 4294967296 65536 524288 4194304 0 0 0 0 0 0 hw.pagesize: 4096 hw.busfrequency: 800000000 hw.busfrequency_min: 800000000 hw.busfrequency_max: 800000000 hw.cpufrequency: 3000000000 hw.cpufrequency_min: 3000000000 hw.cpufrequency_max: 3000000000 hw.cachelinesize: 64 hw.l1icachesize: 65536 hw.l1dcachesize: 65536 hw.l2cachesize: 524288 hw.l3cachesize: 4194304 hw.tbfrequency: 1000000000 hw.packages: 1 hw.optional.floatingpoint: 1 hw.optional.mmx: 1 hw.optional.sse: 1 hw.optional.sse2: 1 hw.optional.sse3: 1 hw.optional.supplementalsse3: 1 hw.optional.sse4_1: 0 hw.optional.sse4_2: 0 hw.optional.x86_64: 1 hw.optional.aes: 0 hw.optional.avx1_0: 0 hw.optional.rdrand: 0 hw.optional.f16c: 0 hw.optional.enfstrg: 0 hw.optional.patcher_opts: 48 machdep.cpu.max_basic: 5 machdep.cpu.max_ext: 2147483674 machdep.cpu.vendor: AuthenticAMD machdep.cpu.brand_string: AMD Athlon(tm) 7850 Dual-Core Processor machdep.cpu.family: 16 machdep.cpu.model: 2 machdep.cpu.extmodel: 0 machdep.cpu.extfamily: 1 machdep.cpu.stepping: 3 machdep.cpu.feature_bits: 395049983 8397321 machdep.cpu.extfeature_bits: 4022598655 2047 machdep.cpu.signature: 1052451 machdep.cpu.brand: 0 machdep.cpu.features: FPU VME DE PSE TSC MSR PAE MCE CX8 APIC SEP MTRR PGE MCA CMOV PAT PSE36 CLFSH MMX FXSR SSE SSE2 HTT SSE3 MON SSSE3 CX16 POPCNT machdep.cpu.extfeatures: SYSCALL 1GBPAGE EM64T LAHF RDTSCP TSCI machdep.cpu.logical_per_package: 2 machdep.cpu.cores_per_package: 2 machdep.cpu.microcode_version: 21 machdep.cpu.processor_flag: 1 machdep.cpu.mwait.linesize_min: 64 machdep.cpu.mwait.linesize_max: 64 machdep.cpu.mwait.extensions: 3 machdep.cpu.mwait.sub_Cstates: 0 machdep.cpu.cache.linesize: 64 machdep.cpu.cache.L2_associativity: 1 machdep.cpu.cache.size: 524288 machdep.cpu.address_bits.physical: 48 machdep.cpu.address_bits.virtual: 48 machdep.cpu.core_count: 2 machdep.cpu.thread_count: 2 machdep.vectors.timer: 221 machdep.vectors.IPI: 222 machdep.pmap.hashwalks: 5086 machdep.pmap.hashcnts: 5122 machdep.pmap.hashmax: 2 machdep.pmap.kernel_text_ps: 2097152 machdep.pmap.kern_pv_reserve: 4000 machdep.memmap.Conventional: 4294017024 machdep.memmap.RuntimeServices: 0 machdep.memmap.ACPIReclaim: 53248 machdep.memmap.ACPINVS: 12288 machdep.memmap.PalCode: 0 machdep.memmap.Reserved: 289570816 machdep.memmap.Unusable: 0 machdep.memmap.Other: 0 machdep.tsc.frequency: 3000176265 machdep.misc.panic_restart_timeout: 1266874889 machdep.misc.interrupt_latency_max: 0x0 0xde 0xcd9b machdep.misc.machine_check_panic: audit.session.superuser_set_sflags_mask: 0 audit.session.superuser_clear_sflags_mask: 0 audit.session.member_set_sflags_mask: 0 audit.session.member_clear_sflags_mask: 0 security.mac.sandbox.sentinel: .sb-34b1f010 security.mac.qtn.sandbox_enforce: 1 security.mac.qtn.user_approved_exec: 1 security.mac.max_slots: 7 security.mac.labelvnodes: 0 security.mac.mmap_revocation: 0 security.mac.mmap_revocation_via_cow: 0 security.mac.device_enforce: 1 security.mac.pipe_enforce: 1 security.mac.posixsem_enforce: 1 security.mac.posixshm_enforce: 1 security.mac.proc_enforce: 1 security.mac.socket_enforce: 1 security.mac.system_enforce: 1 security.mac.sysvmsg_enforce: 1 security.mac.sysvsem_enforce: 1 security.mac.sysvshm_enforce: 1 security.mac.vm_enforce: 1 security.mac.vnode_enforce: 1 Link to comment Share on other sites More sharing options...
Bronya Posted June 23, 2013 Share Posted June 23, 2013 Please test it is kernel for 10.8.3 for all processors amd. Download ! No flags . You should use patched AnV-corecrypto.kext ! For Maxima maybe problem .... P.S. I close processors athlon x64 , x2 ! I now use processor FX ! 7 Link to comment Share on other sites More sharing options...
JorgeMax Posted June 23, 2013 Share Posted June 23, 2013 Bronya, 10.8.4 ML functions not? Link to comment Share on other sites More sharing options...
mac_carol Posted June 23, 2013 Share Posted June 23, 2013 Please test it is kernel for 10.8.3 for all processors amd. Download mach_10.8.3_all_FX_RC3.zip ! No flags . You should use patched AnV-corecrypto.kext ! For Maxima maybe problem .... P.S. I close processors athlon x64 , x2 ! I now use processor FX ! Thanks for the kernel Here's my report: PRO: - it can boot under osx 10.8.3 + amd p-ii - it can boot faster than AnV's kernel (less than 30 secs) - it can pass all AnV's SSSE3 tests - sysctl can also detect SSSE3 - most details of my cpu are detected correctly, i.e. cpu type, core voltage, core speed, multiplier, fsb, L1 Data & L1 Inst. caches CON: - Level 2 & Level 3 caches, and also RATED-FSB ( HT Link freq. ) are still detected incorrectly --> cosmetic things ??? - OSX can only detect SSE4.2 instead of SSSE3 - the graphic bugs are still there (for ATI 4xxx: NO GLITCHES, only the cinebench's red pixel issue) - these errors are continuously reported in the system log - yup! I still get the opemu error when running the maxima ( KP: _opemu_utrap + 0x25f ) 4 Link to comment Share on other sites More sharing options...
roon83 Posted June 23, 2013 Share Posted June 23, 2013 Please test it is kernel for 10.8.3 for all processors amd. Download mach_10.8.3_all_FX_RC3.zip ! No flags . You should use patched AnV-corecrypto.kext ! For Maxima maybe problem .... P.S. I close processors athlon x64 , x2 ! I now use processor FX ! Will test it on 10.8.4 although it's for 10.8.3. Link to comment Share on other sites More sharing options...
spakk Posted June 23, 2013 Share Posted June 23, 2013 Please test it is kernel for 10.8.3 for all processors amd. Download mach_10.8.3_all_FX_RC3.zip ! No flags . You should use patched AnV-corecrypto.kext ! For Maxima maybe problem .... P.S. I close processors athlon x64 , x2 ! I now use processor FX ! I tested with ML10.8.2, it boots and recognizes my processor for the first time fully completely!!, but I'm not in the desktop, I'll make a few adjustments, then I sign. the first impression is very good, very good work bronzovka! 2 Link to comment Share on other sites More sharing options...
roon83 Posted June 23, 2013 Share Posted June 23, 2013 Runs fine on 10.8.4 and boots faster than Andy's kernel. I am also getting those error messages in console which mac_carol mentioned. System is running very well but unfortunately I have a nvidia Keplar Card. 1 Link to comment Share on other sites More sharing options...
hzhjy123 Posted June 23, 2013 Share Posted June 23, 2013 Yes,boot is fast.But still have graphic bugs.My card is hd7750.How to fix? My god! Yes,boot is fast.But still have graphic bugs.My card is hd7750.How to fix? My god! Link to comment Share on other sites More sharing options...
theconnactic Posted June 23, 2013 Author Share Posted June 23, 2013 Thanks for the kernel Here's my report: PRO: - it can boot under osx 10.8.3 + amd p-ii - it can boot faster than AnV's kernel (less than 30 secs) - it can pass all AnV's SSSE3 tests - sysctl can also detect SSSE3 - most details of my cpu are detected correctly, i.e. cpu type, core voltage, core speed, multiplier, fsb, L1 Data & L1 Inst. caches CON: - Level 2 & Level 3 caches, and also RATED-FSB ( HT Link freq. ) are still detected incorrectly --> cosmetic things ??? - OSX can only detect SSE4.2 instead of SSSE3 - the graphic bugs are still there (for ATI 4xxx: NO GLITCHES, only the cinebench's red pixel issue) - these errors are continuously reported in the system log - yup! I still get the opemu error when running the maxima ( KP: _opemu_utrap + 0x25f ) Man, you're by far the best tester here: I wanted to be just methodical as you. That said, I got quite the same results. Comparatively, though, good old AnV's amd_kernel works a bit better on my x2 250, with the caveat of quite a slow boot. AnV's also reports ssse3 correctly. All the best! The cache issue was brought up earlier, but it seems wrong values don't change anything much. I fixed the cache detection code once and nothing different was happening, still no NV I'm starting to wonder if these glitches are rather because chipset issues. Look at some IORegs posted earlier in the topic. All the best! 1 Link to comment Share on other sites More sharing options...
Konner Posted June 24, 2013 Share Posted June 24, 2013 Please test it is kernel for 10.8.3 for all processors amd. Download mach_10.8.3_all_FX_RC3.zip ! No flags . You should use patched AnV-corecrypto.kext ! For Maxima maybe problem .... P.S. I close processors athlon x64 , x2 ! I now use processor FX ! It works wonderfully on my FX-8350. I had to remove ATI7000Controller.kext to be able to boot into OS X without artifacts, but being able to boot without bootflags is a step to success in my eyes! Link to comment Share on other sites More sharing options...
Bronya Posted June 24, 2013 Share Posted June 24, 2013 Fixed 4.2 to ssse3, recompiled and normal ssse3 . For ati artifacts - it is i dunno . mach_10.8.3_rc4.zip see #2627 3 Link to comment Share on other sites More sharing options...
JorgeMax Posted June 24, 2013 Share Posted June 24, 2013 Bronya, why the startup OS X aparacer instead of the apple logo appears is several "letters"? In my org.chameleon.boot is configured to display the apple logo. Very good your kernel, boot faster, but I still have problems with graphics with my radeon hd 7750. Link to comment Share on other sites More sharing options...
aziiz3 Posted June 24, 2013 Share Posted June 24, 2013 hey bronya, your kernel is actually so great and the best for mine on my pc with Fx6100, it's boot fast and detected all sse (3,4.1,4.2) but the only problem is the display artifacts and glitch (Radeon 6870) so keep up the good work thanks Bronya, why the startup OS X aparacer instead of the apple logo appears is several "letters"? In my org.chameleon.boot is configured to display the apple logo. Very good your kernel, boot faster, but I still have problems with graphics with my radeon hd 7750. maybe you activate the verbose mode ? or the -v bootflag? CMIIW Link to comment Share on other sites More sharing options...
JorgeMax Posted June 24, 2013 Share Posted June 24, 2013 azziz3, I did not activate the "-v" during startup, and the letters appear instead of the logo. Link to comment Share on other sites More sharing options...
Bronya Posted June 24, 2013 Share Posted June 24, 2013 Updated post #2594 Link to comment Share on other sites More sharing options...
Andy Vandijck Posted June 24, 2013 Share Posted June 24, 2013 Updated post #2594 Cool Bronzovka.I hope you get everything fixed nicely I don't have much time for working on a new kernel as I'm working on a project of my own (display fix as Apple display). Nice work 1 Link to comment Share on other sites More sharing options...
Bronya Posted June 24, 2013 Share Posted June 24, 2013 Cool Bronzovka. I hope you get everything fixed nicely I don't have much time for working on a new kernel as I'm working on a project of my own (display fix as Apple display). Nice work Thank Andy and Cool Andy ! i hope that you find problem for display and ati artifacts ! Nice work !!! Bronya, why the startup OS X aparacer instead of the apple logo appears is several "letters"? In my org.chameleon.boot is configured to display the apple logo. Very good your kernel, boot faster, but I still have problems with graphics with my radeon hd 7750. You can show picture ? ) Link to comment Share on other sites More sharing options...
Recommended Posts