wok view 8086tiny/stuff/8086tiny.sh @ rev 25216

updated python-pbr (5.4.5 -> 5.8.0)
author Hans-Günter Theisgen
date Wed Jul 13 15:29:05 2022 +0100 (2022-07-13)
parents
children
line source
1 #!/bin/sh
3 if [ ! -e "$1" ]; then
4 echo "Usage: $0 fd_image [hd_image]"
5 else
6 clear
7 stty cbreak raw -echo min 0
8 ${TINY8086:-/usr/bin/8086tiny} /usr/share/8086tiny/bios "$@"
9 stty cooked echo
10 fi