Skip to content

crorvick/bootsectors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Disassembly of code used for bootstrapping a PC. The assembly was generated from real bootsectors by running something similar to the below commands and then cleaning up the output.

$ dd if=/dev/hda of=mbr.img count=1
$ objdump -b binary -m i386 -D mbr.img

This project is primarily a refresher on how to use the various binutils utilities to do stuff like this.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published