wutno
wutno
> I may be wrong but I think the redump team is ripping 1:1 including the video partition The security sectors and others are stripped from the base iso generated...
> Pre-ryzen AMD processors such as Bulldozer, including FX series, don't have AVX2 too. > Sandy bridge should be able to run Xemu, especially with overclocking, maybe use -march=corei7-avx. This...
Process hacker to set real time, everything closed, and affinity to set only 4 cores, perhaps 1-2% sitting at the dash with EP/GP real time enabled. We've have these instructions...
It is likely for Ubuntu to move to requiring Haswell. I believe given this, Ivy Bridge would be fine. https://ubuntu.com/blog/optimising-ubuntu-performance-on-amd64-architecture
`-no-dvd` I'd assume we aren't attaching the drive (which could be useful for developers), not that we're claiming there's no disc inserted.
> I intend to use this in nxdk in the future to calculate TSC frequency with perfect accuracy. I had looked into this before ever playing with timers. The MSR...
Nice! All the docs I could find stop at 10X. [Pentium III Processor in BGA2 and Micro-PGA2 Packages](https://web.archive.org/web/20141104210926/http://download.intel.com/design/mobile/datashts/p3_ds.pdf) [Linux](https://github.com/torvalds/linux/blob/dd72f9c7e512da377074d47d990564959b772643/drivers/cpufreq/speedstep-lib.c#L41) As for the PR. I don't think it's appropriate, nxdk apps...
Hi, how was the multipliers >10X confirmed?
[235dde3](https://github.com/XboxDev/nxdk/pull/663/commits/235dde3438a535809814a7102d76603c84fe8566) produces a number that is only 0.000454501% off the static value on hardware. With a slightly longer sleep we can get another digit of accuracy but I'm happy where...
> The 1kHz tick rate with a 200ms sleep means that even the most optimistic error calculation results in a ±0.5% approximation error. Combined with the numerically disadvantageous division that...