os-tutorial
os-tutorial copied to clipboard
How to create an OS from scratch
is this really a kernel or just a 2nd stage bootloader? It's in binary format.
Hello brave adventurer! This repository has unfortunately been lacking in updates, so I have come to provide resources that I have used! - For Assembly & Computers in general I...
Utils.c = util.c when it was created in chapter 19.
Corrected file reference from utils.c to util.c in documentation.
Brew does not give the right packages required to build gcc, if you make sure the user has wget installed this would be a major fix to lots of problems...
As the title says I had issues for weeks about i686-linux-gnu-gcc not being found looked everywhere found really nothing looked in the package list and installed all sorts of packages...
Hi there, I wanted to test this on a real computer so I decided to try to boot my OS over [PXE](https://en.wikipedia.org/wiki/Preboot_Execution_Environment) so I don't need to write floppy disks...
I followed everything step by step to 13 Kernel Bare Bones where I encountered a problem. While running `os-image.bin` in Qemu it says: **Booting From Hard Disk...** **Boot Failed: Cannot...