Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

chainloader

A floppy boot sector that boots from the hard drive

To compile:

nasm -o chain.bin chain.asm

or:

yasm -o chain.bin chain.asm

To build image:

dd if=/dev/zero of=chainloader.img bs=1 count=1474560
mkfs.fat -F 12 -n CHAINLOADER chainloader.img
dd conv=notrunc if=chain.bin of=chainloader.img

About

A floppy boot sector that boots from the hard drive

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages