What you need to know about interrupts

If you are from my generation or older, you remember the wonderful days of manually configuring hardware by using jumpers and then connecting the hardware to the ISA bus on a computer. Before I got my first PC, I owned a more user friendly system(an Atari 65XE), so new hardware was magically configured. Well theContinue reading “What you need to know about interrupts”

What you need to know about the C Library

Many people have heard about the C Library and for most its name inspire awe and a magic aura. In short, the C Library is the library that implements the runtime for the C programming language. The C Library also provides an interface to manage the interaction between a process and the system. This isContinue reading “What you need to know about the C Library”