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

https://github.com/nichitaa/realmode-x86-asm

examples of some bios interruption functions
https://github.com/nichitaa/realmode-x86-asm

asmx86 os qemu realmode

Last synced: 3 months ago
JSON representation

examples of some bios interruption functions

Awesome Lists containing this project

README

          

> Pasecinic Nichita

#### **Notes**

NASM version 2.14.02 compiled on Dec 26 2018

#### Commands

```bash
$ 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](https://github.com/nichitaa/asm-x86-cheatsheet/blob/main/gif/gif1.gif)