A publication as a bootloader
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Your Name 138fb21ed4 update on Readme 5 years ago
Makefile first and second stage basic bootloader 5 years ago
README.md update on Readme 5 years ago
boot.asm first and second stage basic bootloader 5 years ago
boot.bin first and second stage basic bootloader 5 years ago
disk.img first and second stage basic bootloader 5 years ago
program.asm first and second stage basic bootloader 5 years ago
program.bin first and second stage basic bootloader 5 years ago

README.md

#Not My Default Bootloader This bootloader displays a minimal publication

The bootloader only has a size of 512 bytes. (Therefore I added a second stage to load a program into the memory)

#Make

make
make run

##Useful resources

###interrupts http://stanislavs.org/helppc/idx_interrupt.html

###BIOS colors https://en.wikipedia.org/wiki/BIOS_color_attributes

###Second stage bootloader booting from usb https://stackoverflow.com/questions/36044706/enable-the-boot-loader-to-load-the-second-sector-of-a-usb