flat assembler
Message board for the users of flat assembler.
![]() Goto page 1, 2 Next |
Author |
|
SolidThink 06 Nov 2009, 10:09
Hello,
kindly ask to show me small example to see how it should be a code that make cpu heat/burn for 60 secs. Thanks |
|||
![]() |
|
ManOfSteel 06 Nov 2009, 21:08
SolidThink wrote: make cpu heat/burn for 60 secs. Huh, ever heard of "throttling" or "dynamic frequency scaling"? Nearly all modern MoBos have heat sensors that increase fan rotation (e.g. +1000 RPM) and decrease CPU frequency. On some machines you could even remove the CPU fan and heatsink and all you'd "achieve" is a crash and CPU reset. |
|||
![]() |
|
windwakr 06 Nov 2009, 21:20
ManOfSteel wrote:
On AMDs it would burn up instantly, unless newer AMDs don't heat up so fast. http://www.youtube.com/watch?v=A4l8aQ07yvU So if the computer you want to burn has an AMD processor, just remove the heatsink. lol |
|||
![]() |
|
SolidThink 06 Nov 2009, 21:27
go to Letterman show if you want to satirists;
other solutions? |
|||
![]() |
|
Azu 06 Nov 2009, 22:08
Be sure to only use this on your own computer or you could be liable for damages if it breaks the CPU.
Code: include "/stresstest/import.inc" push 60 call StressTest push 1 call ExitProcess |
|||
![]() |
|
SolidThink 06 Nov 2009, 23:29
windwakr wrote:
prefer throttling... Code: using System; using System.Management; using System.Windows.Forms; namespace WMISample { public class WMIReceiveEvent { public static void Main() { try { WqlEventQuery query = new WqlEventQuery( "SELECT * FROM ProcessorThrottleStateEvent"); ManagementEventWatcher watcher = new ManagementEventWatcher(query); Console.WriteLine("Waiting for an event..."); ManagementBaseObject eventObj = watcher.WaitForNextEvent(); Console.WriteLine("{0} event occurred.", eventObj["__CLASS"]); // Cancel the event subscription watcher.Stop(); return; } catch(ManagementException err) { MessageBox.Show("An error occurred while trying to receive an event: " + err.Message); } } } } |
|||
![]() |
|
SolidThink 06 Nov 2009, 23:40
Azu wrote: Be sure to only use this on your own computer or you could be liable for damages if it breaks the CPU. just try this mod to work fine Code: include "/anotherLetterman/fans.inc"
push BBC
call Show
push TV
call ExitEmergency Last edited by SolidThink on 07 Nov 2009, 06:46; edited 1 time in total |
|||
![]() |
|
Borsuc 07 Nov 2009, 01:55
LOL AMD is teh shit
![]() |
|||
![]() |
|
Azu 07 Nov 2009, 01:57
windwakr wrote:
|
|||
![]() |
|
Borsuc 07 Nov 2009, 01:59
It achieves the goal of this thread, I'm not sure what you're saying otherwise.
|
|||
![]() |
|
Azu 07 Nov 2009, 02:00
That it hardly makes AMD "shit".
|
|||
![]() |
|
Borsuc 07 Nov 2009, 02:15
Well that was supposed to be taken lightly ofc. But lacking proper heat protection is somewhat serious, not only for "removing the heatsink"...
|
|||
![]() |
|
Azu 07 Nov 2009, 02:23
Borsuc wrote: Well that was supposed to be taken lightly ofc. But lacking proper heat protection is somewhat serious, not only for "removing the heatsink"... |
|||
![]() |
|
kohlrak 07 Nov 2009, 02:51
Actually, i once left my lappy do an update and i fell asleep so the laptop ended up doing a major update (i think it was from gutsy to hardy of ubuntu) with the bottom fans being blocked by carpet and all my AMD did was cut power. I woke up and had all kinds of troubles because my lappy overheated.
|
|||
![]() |
|
SolidThink 07 Nov 2009, 03:38
I have seen many applications that make heat of Cpu but I never understood how do programmers make those apps,
only overclocking CPU via software enough? hmmm too easy, I do not. |
|||
![]() |
|
Azu 07 Nov 2009, 03:43
No.
Try to make use of as many of the execution units at once as possible. You'll probably have to mix many different instructions in a loop, e.g. some FPU, some shifting, some SSE etc.. |
|||
![]() |
|
SolidThink 07 Nov 2009, 06:44
Azu wrote: No. threading ? can you let see example code procedure that does this ? thanks |
|||
![]() |
|
sinsi 07 Nov 2009, 06:53
Just download that prime program that OCers run.
|
|||
![]() |
|
revolution 07 Nov 2009, 07:26
sinsi wrote: Just download that prime program that OCers run. |
|||
![]() |
|
Goto page 1, 2 Next < Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.