How to Write Simple Bootloader Tutorial with int 10h, int 16, int 19h using NASM (Netwide Assembler)
У вашего броузера проблема в совместимости с HTML5
This video will explain how to make a simple bootloader that prints a character, string, and also wait for keystroke and reboot, using BIOS Interrupts.
THIS VIDEO IS NOT EDITTED!, so there can be some mistakes with spellings and some delays. So sorry about that.
Download
NASM: www.nasm.us
Bochs: http://bochs.sourceforge.net/
VFD: http://vfd.sourceforge.net/
VFD for Windows 7: http://captainsubtle.com/articles/creating-a-virtual-floppy-drive-on-windows-7-x64.html
MKBT: http://www.nu2.nu/mkbt/
Notepad++: http://notepad-plus-plus.org/
VirtualBox: https://www.virtualbox.org/
Bochs.bxrc configuration:
# boot from floppy using our disk image -------------------------------
floppya: 1_44=a:, status=inserted # Boot from drive A
# logging and reporting -----------------------------------------------
log: OSDev.log # All errors and info logs will output to OSDev.log
error: action=report
info: action=report
BIOS INT Table: http://en.wikipedia.org/wiki/BIOS_interrupt_call