Writing an OS Kernel from Scratch – Part 9: User Program Loading — ELF Parsing and Simple Filesystem
Writing an OS Kernel from Scratch – Part 9: User Program Loading — ELF Parsing and Simple Filesystem “Your OS can fork/exec, but where do programs come from? Today, we build the first filesystem, letting the kernel load user programs from ‘disk’!” In the previous post, we implemented fork and exec, but user programs still... » read more