mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-11-01 01:06:33 +00:00
453084b274
and still try to look good and printf in Makefile, urgh
10 lines
265 B
Bash
Executable File
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
|
|
|