bootloader example

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
Pederson

bootloader example

Post by Pederson »

what i am looking for it a simple bootloader example which uses int 0x13 to load floppy disk sectors.....then jumps to the loaded code.....then maybe setup the DS registry and print a string from memory(mov SI,msg)....the code i put together will load sectors...and print out characters with int 0x10...but it will not print a full string...i think this is due to DS not being in the right place.....anyways a working example would be sweet...thank you
Post Reply