I spent the last 21 days exploring how to build an Operating system. I built OLB OS , https://t.co/2mR08dqPdm, A small 32-bit x86 operating system built from scratch in C and x86 assembly, designed to explore how operating systems work at the lowest level—from BIOS boot to ....
What if Spider-Man lives in Kenya?🕷️🇰🇪
I traveled 4hours to film the video at the beautiful Ngong hills! I love to show the beauty of places exploring this type of concepts 😂🔥
I spent the last 21 days exploring how to build an Operating system. I built OLB OS , https://t.co/2mR08dqPdm, A small 32-bit x86 operating system built from scratch in C and x86 assembly, designed to explore how operating systems work at the lowest level—from BIOS boot to ....
A while ago, I built a http web server in c from scratch. It opened my eyes to the level of abstraction there is when the same web server is built with a frameworks . I learnt a lot. I learnt how to stop hiding behind frameworks, I was forced to understand raw http protocols....
I spent the last 21 days exploring how to build an Operating system. I built OLB OS , https://t.co/2mR08dqPdm, A small 32-bit x86 operating system built from scratch in C and x86 assembly, designed to explore how operating systems work at the lowest level—from BIOS boot to ....
16.Separate address spaces for kernel and user programs
17.System calls through int 0x80
18.Initial write() system call.
Kindly like, leave a random comment and repost so people other than my two followers can see this .Thanks.
10.Kernel memory management
11.Process Control Blocks (PCBs) storing process state and CPU context
12.Scheduler infrastructure for managing processes
13.FAT12 filesystem support
14.Program loading directly from disk
15.User-space program support...