5 ms·
What were the LED's indicating?
by hettygreen 8mo ago
What were the LED's indicating?
- monocasa 8mo agoDepended on what was running. As a developer you had explicit access to them, so you could use them for debugging. A lot of times, they were just running an RNG to look cool though.
- wanderingjew 8mo agoThere is no documentation of what the LEDs were _actually_ doing. There are descriptions, like 'Random and Pleasing is an LFSR', but no actual information that maps to actual pixel coordinates spaced in time. Nearly zero code. I'm saying this because I need this information, and the fastest way to get information is to state that it's impossible or doesn't exist.
- tecleandor 8mo agoSeems like CM-1 and CM-2 show CPU activity, so each light blinked when a CPU did something. Those were the ones that were designed by Tamiko Thiel. Then, CM-5 did have the option of having "artistic" or "random patterns" on it, apparently designed or co-designed by Maya Lin. IIRC, the CM-5 is the one appearing in Jurassic Park. I don't know if is there any firmware code or hardware design available to check how that function worked. Maybe the people from the Computer History Museum knows something. They have the first CM-1 and have at least one CM-5. Check their library to see if maybe some of the technical docs say something: https://www.computerhistory.org/collections/catalog/search-catalog/search/keyword:cm-5/ https://www.computerhistory.org/collections/catalog/search-c...
- mietek 8mo agoI would also like to obtain this information that clearly doesn't exist. Please reply to my comment to prove me wrong.
- anjel 8mo agoBlinkenlights
- SteveJS 8mo agoAmusing this downgraded when it points directly to the word used for the phenomenon: https://en.wikipedia.org/wiki/Blinkenlights https://en.wikipedia.org/wiki/Blinkenlights I seem to recall an intel i960 was used to drive leds on at least one model.
- hettygreen 8mo agoReplying to myself here - I decided to just actually go read wikipedia about this. Here's the answer: <quote> By default, when a processor is executing an instruction, its LED is on. In a SIMD program, the goal is to have as many processors as possible working the program at the same time – indicated by having all LEDs being steady on. Those unfamiliar with the use of the LEDs wanted to see the LEDs blink – or even spell out messages to visitors. The result is that finished programs often have superfluous operations to blink the LEDs. </quote>