Operating System development: kernel, shell, networking, cross-compiling, etc.
One thing I've always wanted to do is develop my very own operating system (not necessarily fancy like Linux or …
operating-system kernel osdevHow do you run a program all by itself without an operating system running? Can you create assembly programs that …
assembly x86 operating-system bootloader osdevThis might be in vain, as I know writing an operating system is unbearably complicated (especially by oneself). I don't …
c operating-system bootstrapping osdev assemblyI'm planning to write an operating system and I don't know very much about operating systems. Are there any good …
operating-system osdevCreating an OS seems like a massive project. How would anyone even get started? For example, when I pop Ubuntu …
operating-system low-level osdevI am writing a small OS that will execute some code in user mode (privilege level 3). From that user level …
x86 nasm osdevI have been looking at this code and I'm confused about the rep cmpsb line. .LOOP: push cx mov cx, 0…
assembly nasm bootloader 16-bit osdevIn my Operating Systems class we are looking to modify a Linux kernel with some simple system calls of our …
linux kernel osdev