DagurB / nightmare

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nightmare

This is a bootloader that repeatedly prints 'Nightmare!'

Assembly

nasm -f bin file.asm -o file.bin

Running

qemu-system-x86_64 -hda file.bin
  • -fda means floppy disk a
  • -hda means hard disk a

TODO:

  • create makefile
  • turn this into a iso (maybe?)

About


Languages

Language:Assembly 100.0%