From 138fb21ed4ca82ded4cbf0ca3f07769a22e85716 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 19 Apr 2019 17:51:03 +0200 Subject: [PATCH] update on Readme --- README.md | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) 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