diff --git a/README.md b/README.md index 1f386a2..15d96fb 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,23 @@ -#Useful resources +#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 +make run +``` -##interrupts + +##Useful resources + +###interrupts http://stanislavs.org/helppc/idx_interrupt.html -##BIOS colors +###BIOS colors https://en.wikipedia.org/wiki/BIOS_color_attributes -##Second stage bootloader booting from usb +###Second stage bootloader booting from usb https://stackoverflow.com/questions/36044706/enable-the-boot-loader-to-load-the-second-sector-of-a-usb