dos33fsprogs/demos/logo_demo/autoboot.sh
Vince Weaver 453084b274 logo_demo: hack to get it to autoboot at start
and still try to look good

and printf in Makefile, urgh
2021-11-12 15:26:58 -05:00

10 lines
265 B
Bash
Executable File

#!/bin/sh
#/usr/bin/printf '\x41'
# patch out the wait for keypress
/usr/bin/printf '\xa9\x0d' | dd of=logo_demo.dsk bs=1 seek=9873 count=2 conv=notrunc
# patch out the ??
#/usr/bin/printf '\xea\xea\xea' | dd of=logo_demo.dsk bs=1 seek=9905 count=3 conv=notrunc