Abdoo Benariabdooowd.hashnode.dev·May 18, 2024AbdooOS - Episode 2: The Boot SectorWhat is a "Boot Sector"? Remember what we said last time? That we should start from a boot sector to get into our beautiful OS' "real" part? I think I didn't say that... So, our OS is composed of two main things: Boot: A part of the OS which puts th...1 like·52 readsos
Abdoo Benariabdooowd.hashnode.dev·Mar 28, 2024AbdooOS - Episode 1: The StartIf you live under a rock, an OS is like a big application that runs and controls everything on your computer. For most people, their OS is either Windows or MacOS, and for some other it's Linux. The idea Make a basic OS that supports self-coded comma...1 likeos
flysand7flysand7.hashnode.dev·Nov 22, 2023Writing an OS kernel in OdinSetting up to writing an OS kernel is always somewhat tough comparing to writing user-space applications, mostly because the compilers and standard libraries make a few assumptions about the execution environment that aren't necessary true in the spa...437 readsodin