about 1 year ago - 5 comments
I have a few low-level development projects I want to undertake, and am working on building up my skills in systems programming. So, what better OS to use for a base than Linux, right? However, the Linux kernel is substantially large, and right now, I need to focus on trying to learn fundamental OS programming
about 2 years ago - 4 comments
This is an error presented by the GNU Compiler Collection (which I still like to call the GNU C Compiler) when compiling a piece of code that calls to a function in the <string.h> header file if it cannot find the function. Typically, this is caused by a call to the strlen function when the
about 2 years ago - No comments
I like bash. It is simple and straight forward. In the words of Master Foo, “Is it he who writes the ten thousand lines, or he who, perceiving the emptiness of the task, gains merit by not coding?” One of the easiest things to do in a bash script that has more than one function