18.09.2012 13:58, Greifzu, Harald пишет:
Hello, i use dosemu to run a very old dos program. One feature of this program is that it writes 3Byte into the bios alarm register (70h1,3,5 71h). So with original dos these bytes will be still aviable after restart the computer. If i close dosemu and start it again these bytes are deleted (00). With the debug i can write like this example : -o70 1 -o71 11 -o70 3 -o71 33 -o70 5 -o71 55 and read -o70 1 -i71 -o70 3 -i71 -o70 5 -i71 Is there a possibility that the dosemu did not delete these bytes (dosemu.conf ?)?
Write a bat file that will upload your values before starting your program, and after program exits it will save them to file. -- To unsubscribe from this list: send the line "unsubscribe linux-msdos" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html