Added a banner

Added a banner because I’m “old school” … ALL THE WAY!
This commit is contained in:
ultramagnus_tcv 2016-01-09 11:03:17 -06:00
parent 218a524704
commit f54aa8e605
1 changed files with 11 additions and 0 deletions

View File

@ -64,6 +64,16 @@ dev_types ={273: 'Character Device, Write-Only, Formatter',
# from 1-31.
mfgs = {17491: 'David Schmidt'}
print """
****************************************************************
* Driv3rs.py - A tiny Python script to help catalog drivers on *
* imaged Apple /// disks. By Paul Hagstrom, Michael Sternberg *
* & Mike Whalen. Please submit pull requests to Github. *
* https://github.com/thecompu/Driv3rs *
****************************************************************
"""
# open SOS.DRIVER file to interrogate, then read first
# eight bytes and determine if file is actual SOS.DRIVER file.
# will be replaced with logic to read full disk images (PRODOS)
@ -76,6 +86,7 @@ else:
print "INVALID SOS.DRIVER file: {}".format(disk_img)
exit()
# read two bytes immediately after "SOS DRVR" to determine jump
# to first major driver. Print out what's found. Start a count of
# found major drivers for upcoming loop and initalize a list to