1
0
Fork 0
A publication as a bootloader
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
Your Name fb90122c49 added project descriptions vor 5 Jahren
Makefile added project descriptions vor 5 Jahren
README.md update readme vor 5 Jahren
beep.asm added project descriptions vor 5 Jahren
beep.bin added project descriptions vor 5 Jahren
boot.asm added scroll on textfield vor 5 Jahren
boot.bin added scroll on textfield vor 5 Jahren
boot2.asm new beep program on enter vor 5 Jahren
buffer.asm new beep program on enter vor 5 Jahren
db added project descriptions vor 5 Jahren
disk.img added project descriptions vor 5 Jahren
exe.bin new beep program on enter vor 5 Jahren
food.asm added project descriptions vor 5 Jahren
food.bin added project descriptions vor 5 Jahren
light.asm added project descriptions vor 5 Jahren
light.bin added project descriptions vor 5 Jahren
program.asm added project descriptions vor 5 Jahren
program.asm.backup added scroll on textfield vor 5 Jahren
program.asm.save window vor 5 Jahren
program.bin added project descriptions vor 5 Jahren
program2.asm changes 2 stage vor 5 Jahren
program2.bin changes 2 stage vor 5 Jahren
program3.asm new beep program on enter vor 5 Jahren
program_backup.asm a shadow :D vor 5 Jahren
program_graphicsmode.asm a shadow :D vor 5 Jahren
silence.asm added project descriptions vor 5 Jahren
silence.bin added project descriptions vor 5 Jahren
software.asm added project descriptions vor 5 Jahren
software.bin added project descriptions vor 5 Jahren
voice.asm added project descriptions vor 5 Jahren
voice.bin added project descriptions vor 5 Jahren

README.md

bootloader

#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 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
make run

#Dependencies *nasm *qemu to simulate (but you can also boot directly from USB then there's no need to emulate)

##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

###Tutorial on second stage / read interrupt BUT only for floppy :( For disk see above https://blog.ghaiklor.com/how-to-implement-a-second-stage-boot-loader-80e75ae4270c

###Boc drawing characters https://en.wikipedia.org/wiki/Box-drawing_character

###Good Array Tutorial https://www.cs.uaf.edu/2017/fall/cs301/lecture/09_15_strings_arrays.html

###ASCII Table https://theasciicode.com.ar/ascii-printable-characters/space-ascii-code-32.html