update on Readme
parent
ef16a95229
commit
138fb21ed4
@ -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
|
http://stanislavs.org/helppc/idx_interrupt.html
|
||||||
|
|
||||||
##BIOS colors
|
###BIOS colors
|
||||||
https://en.wikipedia.org/wiki/BIOS_color_attributes
|
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
|
https://stackoverflow.com/questions/36044706/enable-the-boot-loader-to-load-the-second-sector-of-a-usb
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue