Halt and Catch Fire (Season 1) available on Netflix
1–10 of 38 posts
Re: Halt and Catch Fire (Season 1) available on Netflix
#2Re: Halt and Catch Fire (Season 1) available on Netflix
#3How accurate is it when they reverse engineer the computer at the beginning of the season?
Re: Halt and Catch Fire (Season 1) available on Netflix
#4Not in .au
Re: Halt and Catch Fire (Season 1) available on Netflix
#5It was one of those shows that I was watching and really enjoying then other things got in the way and never finished the last third of the season. I'm going to catchup right after schools done next week. How accurate is it when they reverse engineer the computer at the beginning of the season?
Once you had all the bytes read, you could in principle run this through a Disassembler to get the actual Assembly language instructions (minus any original comments). You would have to figure out the boundaries of code, data etc.
I would assume in those early days, they wouldn't expect the run of the mill hackers to be able to disassemble the stored data in ROM.
Re: Halt and Catch Fire (Season 1) available on Netflix
#6If you can, watch it, make up your own mind.
Re: Halt and Catch Fire (Season 1) available on Netflix
#7Re: Halt and Catch Fire (Season 1) available on Netflix
#8It was one of those shows that I was watching and really enjoying then other things got in the way and never finished the last third of the season. I'm going to catchup right after schools done next week. How accurate is it when they reverse engineer the computer at the beginning of the season?
During the reverse engineering scene I would assume that they are reading the BIOS which would have been stored in ROM (Read Only Memory). The ROM chip would have the same address and read control lines like any standard memory chip which could be read by setting the Address lines, the Memory Read, any additional/ancillary signaling and then reading the data lines. Once you had all the bytes read, you could in princi…
Re: Halt and Catch Fire (Season 1) available on Netflix
#9Re: Halt and Catch Fire (Season 1) available on Netflix
#10It was one of those shows that I was watching and really enjoying then other things got in the way and never finished the last third of the season. I'm going to catchup right after schools done next week. How accurate is it when they reverse engineer the computer at the beginning of the season?
During the reverse engineering scene I would assume that they are reading the BIOS which would have been stored in ROM (Read Only Memory). The ROM chip would have the same address and read control lines like any standard memory chip which could be read by setting the Address lines, the Memory Read, any additional/ancillary signaling and then reading the data lines. Once you had all the bytes read, you could in princi…