nichitaa / realmode-x86-asm

examples of some bios interruption functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pasecinic Nichita

Notes

NASM version 2.14.02 compiled on Dec 26 2018

Commands

$ nasm -f bin boot.asm -o boot.bin # create .bin file
$ nasm -f bin boot.asm -o boot.img # create a image that could be runned on the floppy disk as a SO
$ qemu-system-x86_64 boot.bin      # simple floppy disk emulator with qemu

gif

About

examples of some bios interruption functions

License:MIT License


Languages

Language:Assembly 100.0%