/hello-world-bootloader

Simple bootloader that prints "Hello World!" on the screen

Primary LanguageAssembly

Hello World! Bootloader

Boot and print 'Hello World!' on the screen.

Software used and its versions

  • NASM 2.10.01
  • dd 8.13
  • VirtualBox 4.1.18

Instructions

The following commands will generate a file called os.vdi - which is a virtualbox disk image -.

The os.vdi file should be used as the disk image of a virtualbox virtual machine.

$ cd hello_world_bootloader/
$ make