Skip to content

DagurB/nightmare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published