LuciferMorningWood

joined 1 year ago
[–] LuciferMorningWood@lemm.ee 1 points 1 year ago

What's the deal with Play Station Portable?

[–] LuciferMorningWood@lemm.ee 13 points 1 year ago

Looks like Linux Application Development by Michael K. Johnson and Erik W. Troan (source: Facebook)

[–] LuciferMorningWood@lemm.ee 3 points 1 year ago

Iirc the issue was that while(true) would be removed while it should be replaced with ret and this caused a bug where the binary would execute next function

But I believe this way of cosmic ray detection would work

volatile bool condition = true;
while(condition) {
}
printf("Cosmic ray detected");