Making an OS (x86) Chapter 1 - CPU, Assembly, Booting - YouTube
In this video you will (hopefully) learn the basis of what the CPU is, what Assembly is like and even use some Assembly code to create a functioning boot sec...
In this video you will (hopefully) learn the basis of what the CPU is, what Assembly is like and even use some Assembly code to create a functioning boot sector. Corrections: It's not SUM ax, 5 but ADD ax, 5 Times is not an "instruction", it only repeats an "action" n times in the binary file. New Video Next Sunday Ben Eater: / @beneater To install nasm and qemu on linux (debian) run the following commands: sudo apt update sudo apt install nasm sudo apt-get install qemu-system To install NASM on windows use this link: shorturl.at/gowT2 (Look, it wasn't even a rickroll after all!)…
saved by
related reading
- - YouTubeyoutube.com
- The little book about OS developmentlittleosbook.github.io
- Write your Own Virtual Machinejmeiners.com
- Intro - Putting the "You" in CPUcpu.land
- A fundamental introduction to x86 assembly programmingnayuki.io
- The "Basics" | Putting the "You" in CPUcpu.land
- Guide to x86 Assemblycs.virginia.edu
- Home | nand2tetrisnand2tetris.org
- Booting a microcontroller - Rust Embedded Coursericeman2000.github.io
- Ben Eatereater.net
- GitHub - NickTsaizer/splitasm.nvim: godbolt at homegithub.com
- Guide to x86 Assemblyflint.cs.yale.edu