An open API service indexing awesome lists of open source software.

https://github.com/rdmello/quick-os-test

Small test project to understand booting, assembly, and protected mode
https://github.com/rdmello/quick-os-test

Last synced: 9 months ago
JSON representation

Small test project to understand booting, assembly, and protected mode

Awesome Lists containing this project

README

          

nasm hello.asm -f bin -o hello.bin

qemu-system-i386 hello.bin

qemu-system-i386 -drive format=raw,file=memory_x.bin

make run file=hello

Errata in PDF file:

Page 29, CH3: mov dh, 5 should be changed to mov dh, 2
Page 32, CH4: je done -> je print_string_pm_done
Page 46, CH5: caller and callee fcns should be switched