Operating System development: kernel, shell, networking, cross-compiling, etc.
I haven't been coding much lately due to school but I've decided I want to start working on OS development …
assembly cpu-architecture osdev efi uefiI am planning to develop an operating system for the x86 architecture. What options of programming languages do I have? …
operating-system x86 osdevI have made a desktop os with a kernel in c that prints "hello world". I am trying to make …
user-interface operating-system kernel osdevWhat's the best operating system to study in order to write your own x86 operating system from scratch?
operating-system osdevHow do I write a .bin file to be in the first sector of a floppy disk/virtual floppy disk/…
assembly bootloader bios osdev floppyCan anybody point me to a simple (can't stress this enough) implementation of an in memory file system? If I …
filesystems operating-system osdevI've been stuck with this for weeks now and have no idea where I'm going wrong because NASM hasn't given …
assembly operating-system x86 nasm osdev