wok-6.x view 8086tiny/stuff/8086tiny.sh @ rev 22349

python-llfuse: s|attr/xattr|sys/xattr|
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Nov 18 10:45:32 2019 +0100 (2019-11-18)
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