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

https://github.com/vm32/x86-bootloader


https://github.com/vm32/x86-bootloader

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# x86-bootloader

How to run ?

```
nasm boot.asm
qemu-system-i386 boot
```