lovelacec (31)in #programming • 3 years agoIntroduction to Pointers in CIf you want to be proficient in the writing of code in the C programming language, you must have a thorough working…lovelacec (31)in #computer-science • 3 years agoOperating System Development from Scratch - Let's use the hard disk in real mode - Part 6Hello everybody, it’s me, Lovelace! In this post, you will learn how the hard disk works, its real mode interrupts and…lovelacec (31)in #computer-science • 3 years agoOperating System Development from Scratch - Interrupts - Part 5Hello everybody, it’s me, Lovelace! In this post, you will learn what interrupts are, the Interrupt Vector Table and…lovelacec (31)in #operating-system • 3 years agoOperating System Development from Scratch - Making our Bootloader bootable - Part 4Hello everybody, it's me, Lovelace! In this post, we will improve our bootloader to fix some errors and make it…lovelacec (31)in #operating-system • 3 years agoOperating System Development from Scratch – Real Mode – Part 3Hello Everybody, it’s me, Lovelace! In this post, we will talk a little about Real Mode. Real Mode In previous…lovelacec (31)in #computer • 3 years agoOperating System Development from Scratch – Getting started, bootloader development – Part 2Hello everybody, it’s me, Lovelace. In this entry, we will talk a little about memory, the boot process of a BIOS…lovelacec (31)in #computer • 3 years agoOperating System Development from Scratch – Part 1Hello everybody, it’s me, Lovelace. Welcome to the first part of a complete series of guides about Operating System…