Benjamin Mihoci (@benjaminmihoci) 's Twitter Profile
Benjamin Mihoci

@benjaminmihoci

Building a Z80 breadboard computer and learning C

ID: 1849840185439113216

calendar_today25-10-2024 15:47:29

122 Tweet

65 Followers

56 Following

Benjamin Mihoci (@benjaminmihoci) 's Twitter Profile Photo

"make install" humbles me once again (it didn't work) Upon finally reaching the chapter on Processor Architecture in the CS:APP book, I decided to download and compile the accompanying tools. Luckily, manually building Tcl/Tk8.5 did the trick!

"make install" humbles me once again (it didn't work)

Upon finally reaching the chapter on Processor Architecture in the CS:APP book, I decided to download and compile the accompanying tools.  

Luckily, manually building Tcl/Tk8.5 did the trick!
Benjamin Mihoci (@benjaminmihoci) 's Twitter Profile Photo

Just a heads-up for my fellow K&R enjoyers: it looks like creat() used in 8.3. is obsolete man pages suggest using open(path, O_CREAT | O_TRUNC | O_WRONLY, mode) instead

Just a heads-up for my fellow K&R enjoyers: it looks like creat() used in 8.3. is obsolete

man pages suggest using open(path, O_CREAT | O_TRUNC | O_WRONLY, mode) instead