Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 296 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 296 Bytes

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?)