bootloader example
bootloader example
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