I found something that may be of interest. Intel instruction emulator, but idk how to use it, you need an intel cpu to use it or it says illegal instruction when doing so but this stuff may be of use...
play around with it http://software.inte...opment-emulator
Mountain Lion kernel testing on AMD (don't ask help here: use the Help Topic)
Started by theconnactic, Aug 03 2012 07:32 AM
Mountain Lion AMD legacy kernel x64_86 ssse3 ssse3 emulator
2469 replies to this topic
#381
Posted 10 November 2012 - 06:52 PM
#382
Posted 10 November 2012 - 08:17 PM
Justin Edwards, on 10 November 2012 - 06:52 PM, said:
I found something that may be of interest. Intel instruction emulator, but idk how to use it, you need an intel cpu to use it or it says illegal instruction when doing so but this stuff may be of use...
play around with it http://software.inte...opment-emulator
play around with it http://software.inte...opment-emulator
I get this error message with my Laptop Intel Samsung : Pin 2:11 kit 46048
E: Missing applicationName
#383
Posted 10 November 2012 - 08:23 PM
Emulate Everything Mode
- WINDOWS*: A file called sde-win.bat is provided in Windows* that runs a cmd.exe window under the control of Intel SDE. You can make a shortcut to it and place that shortcut on your desktop. Everything run from that window will be run under the control of Intel SDE, so you may experience a slow down even when you are not emulating anything. All it really does is:
path-to-kit/sde -- cmd.exe - OS X* or LINUX*: You can run your favorite shell under the control of Intel SDE:
path-to-kit/sde -- /bin/tcsh
And everything you run from there will be run under the control of Intel SDE."
#384
Posted 10 November 2012 - 08:43 PM
@spakk I haven't gotten anywhere yet, but I am still experimenting.
#385
Posted 10 November 2012 - 08:57 PM
It works very well. Now we need someone who should take the findings of this Intel emulator to make an AMD-Intel emulator. 
I found this site to Emulator:
http://www.compilerr...entprogram.com/
Good luck
I found this site to Emulator:
http://www.compilerr...entprogram.com/
SS01, on 10 November 2012 - 08:43 PM, said:
@spakk I haven't gotten anywhere yet, but I am still experimenting.
Good luck
#386
Posted 10 November 2012 - 09:16 PM
Could someone link me CoreCrypto.kext? Despite our previous attempts, I'd like to mess around with Info.plist
#387
Posted 10 November 2012 - 09:35 PM
#388
Posted 10 November 2012 - 09:45 PM
Spakk, is this the vanilla corecrypto.kext?
#389
Posted 10 November 2012 - 09:47 PM
#390
Posted 10 November 2012 - 09:53 PM
@spakk: Thank you! I look at kext now, will resume work on kernel soon
#391
Posted 10 November 2012 - 10:13 PM
@theconnatic, what do you think? should I upload the data here? or send as a message
#392
Posted 10 November 2012 - 10:50 PM
has the booting with the corecrypto.kext works? @SS01
#393
Posted 10 November 2012 - 11:16 PM
@spakk not yet. I think...
pulled from Info.plist of kext. do you think this has anything to do with what Unimatrix said about Apple encrypting their binaries?
I continue to work on kernel.
UPDATE: I changed <key>AppleKernelExternalComponent</key> and <key>AppleNeedsTEXTSegmentHash</key> from <true/> to <false/> in Info.plist. I have no Mountain Lion system, test it please. New kext: www.workupload.com/file/YF2r2hi
<key>AppleTextHashes</key> <dict> <key>x86_64</key> <data> c105K2gkHvFz2BCXscjOm6KDUhYm0clzrDdoOMRmdX0= </data> </dict>
pulled from Info.plist of kext. do you think this has anything to do with what Unimatrix said about Apple encrypting their binaries?
I continue to work on kernel.
UPDATE: I changed <key>AppleKernelExternalComponent</key> and <key>AppleNeedsTEXTSegmentHash</key> from <true/> to <false/> in Info.plist. I have no Mountain Lion system, test it please. New kext: www.workupload.com/file/YF2r2hi
#394
Posted 10 November 2012 - 11:18 PM
SS01, on 10 November 2012 - 11:16 PM, said:
@spakk not yet. I think...
pulled from Info.plist of kext. do you think this has anything to do with what Unimatrix said about Apple encrypting their binaries?
I continue to work on kernel.
UPDATE: I changed <key>AppleKernelExternalComponent</key> and <key>AppleNeedsTEXTSegmentHash</key> from <true/> to <false/> in Info.plist. I have no Mountain Lion system, test it please. New kext: www.workupload.com/file/YF2r2hi
<key>AppleTextHashes</key> <dict> <key>x86_64</key> <data> c105K2gkHvFz2BCXscjOm6KDUhYm0clzrDdoOMRmdX0= </data> </dict>
pulled from Info.plist of kext. do you think this has anything to do with what Unimatrix said about Apple encrypting their binaries?
I continue to work on kernel.
UPDATE: I changed <key>AppleKernelExternalComponent</key> and <key>AppleNeedsTEXTSegmentHash</key> from <true/> to <false/> in Info.plist. I have no Mountain Lion system, test it please. New kext: www.workupload.com/file/YF2r2hi
OK, thanks for the information
#395
Posted 11 November 2012 - 12:05 AM
We should make the focus on building the SSSE3 emu. theconnatic is working on the SSSE3 emu, but he needs support
#396
Posted 11 November 2012 - 12:43 PM
Hi @ll, Yesterday I read the data from the Intel emulator with IDA and uploaded here. I have since deleted the download link. I have a little respect before Intel, therefore. Do you have the data, I hope, the data were downloaded and are useful?
#397
Posted 11 November 2012 - 01:29 PM
http://bochs.sourceforge.net/
read the first paragraph and let me know, if your impressions are the same as mine. I think, that we can maybe get kernel to boot with this. However, IA-64 does not emulate well. It would likely be very slow.
read the first paragraph and let me know, if your impressions are the same as mine. I think, that we can maybe get kernel to boot with this. However, IA-64 does not emulate well. It would likely be very slow.
#398
Posted 11 November 2012 - 01:46 PM
SS01, on 11 November 2012 - 01:29 PM, said:
http://bochs.sourceforge.net/
read the first paragraph and let me know, if your impressions are the same as mine. I think, that we can maybe get kernel to boot with this. However, IA-64 does not emulate well. It would likely be very slow.
read the first paragraph and let me know, if your impressions are the same as mine. I think, that we can maybe get kernel to boot with this. However, IA-64 does not emulate well. It would likely be very slow.
see here -> #185
unfortunately I'm not a programmer (1. Many roads lead to Rome, 2. Where there's a will, there's a way) ,
I would have the skills, then I would have certainly tried. I think of a patch file that accesses the boot on Bochs emulator to activate the emulator.
But any external access slows down the process considerably, which should not be underestimated
#399
Posted 11 November 2012 - 01:58 PM
sorry spakk! I completely missed that post. D:
#400
Posted 11 November 2012 - 02:22 PM
SS01, on 11 November 2012 - 01:58 PM, said:
sorry spakk! I completely missed that post. D:
No Problem :-) downloade the last Mac version, and then see exactly the folder exactly, there are some codes, maybe you can install it directly into the kernel
>>
All source code is written in C + +
I find, however, no SSSE3 emu and no Phenom X6, which should be supplemented



Sign In
Create Account








