Skip to content

nichitaa/realmode-x86-asm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks