String Functions in C
String Functions in C

Hello everyone, I am Lovelace, and in this entry we’ll see some String I/O Functions available in the C standard library....

Introduction - Kernel_Development - Part 1
Introduction - Kernel_Development - Part 1

Introduction In this guide I will teach you all how to develop a functional kernel from scratch that can be booted from real hardware and you will learn - i hope - a lot about how computers work and what's the function of an operating system....

Interrupt Vector Table - Kernel_Development - Part 6
Kernel development Interrupt Vector Table - Kernel_Development - Part 6

What are Interrupts? Interrupts are something like subroutines, but you don't need to know their memory address to invoke them, you call them through the use of interrupt numbers such as 1, 2, and 3, rather than memory addresses, interrupts can be set up by the programmer, for example, you could set the interrupt 0x32 to point somewhere in your code, therefore, when someone does int 0x32 it will invoke the defined interrupt.

read more

About Me

Hello everyone, I am Lovelace. I am - mainly - a programmer, I started coding when I was 8 with a random HTML video I found on YouTube and since then, I’ve been coding non-stop.

Know More

Social