Hacker News new | ask | show | jobs
by bigstrat2003 331 days ago
It's always blown my mind that software would depend on that behavior. What possessed people to do that? It's very obviously a bad idea.
2 comments

If the system behavior is defined to wrap around, using defined system behavior to reduce code complexity makes perfect sense.

This was in an era where new computer systems usually meant throwing away all the existing software and rewriting it (or doing a fresh port anyway). Why would you assume someone would extend the system and cause trouble.

Im blown away at how small a number of software depended on the wraparound and IBM still forced A20 hack on us all.