Skip to content

bx/hellobootsector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple boot sector implementation for systems with BIOS-style bootloaders.
All it does is print 'Hello, boot sector!' and hang.

It should live in the first sector/MBR of a bootable disk. The build tools will take care of this for you and run it via qemu.

SYSTEM REQUIREMENTS
  - qemu-system-i386
  - nasm
  - make

TO BUILD
  Run 'make'

TO RUN
  Run 'make run'

About

Simple bootsector implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published