Making an OS (x86) Chapter 1 - CPU, Assembly, Booting

Описание к видео Making an OS (x86) Chapter 1 - CPU, Assembly, Booting

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!)


Music by Kevin MacLeod

Комментарии

Информация по комментариям в разработке