From 371e11776e433f5758d801aa23bfa239664b2220 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 20 Apr 2019 12:08:38 +0200 Subject: [PATCH] update README --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 090075f..dbd557b 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,11 @@ #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) +The bootloader only has a size of 512 bytes. +Therefore I added a second stage to load a program into the memory +Actually the publication loads different programs into the memory (every part is a seperate program) +and from everywhere you can go back into the bootloader program. + #Make ```make @@ -9,9 +13,12 @@ make make run ``` +#Dependencies +*nasm +*qemu to simulate (but you can also boot directly from USB then there's no need to emulate) -##Useful resources +##Useful resources ###interrupts http://stanislavs.org/helppc/idx_interrupt.html