Commit Graph

24 Commits

Author SHA1 Message Date
Rob McMullen dafba8e74c Replaced fromstring with frombuffer (and copy if necessary) 2019-03-17 14:13:11 -07:00
Rob McMullen 941ab4147a Added ATR header to kboot images 2018-06-28 10:28:55 -07:00
Rob McMullen 80943254b4 Fixed #13: filename/ext need to be bytes, not str in py3 2018-06-28 10:19:11 -07:00
Rob McMullen 6b9cf6d4d2 Converted "from errors import *" to "from . import errors" 2018-06-24 12:10:59 -07:00
Rob McMullen ff937ebcc0 Removed future library; python 3.6 only as of version 7.0 2018-06-04 10:27:51 -07:00
Rob McMullen 79b1e2c413 fixed kboot to work with the 'boot' command to generate a boot disk 2018-03-21 21:46:20 -07:00
Rob McMullen 0c1c2e339c Fixed #5: added missing segment parsers in KBootImage 2017-09-28 11:23:26 -07:00
Rob McMullen 8284ae23b3 Changed to floor division which works on both py2 and py3 2017-05-08 11:03:04 -07:00
Rob McMullen 53bf63d506 Fixed kboot for py3 2017-05-07 14:13:48 -07:00
Rob McMullen bddae24cb1 Futurize --stage1 changes 2017-05-07 13:31:45 -07:00
Rob McMullen c897460df0 PEP8 whitespace fixes 2017-03-23 10:06:37 -07:00
Rob McMullen 9733aa4777 Changed get_filename() into a property 2017-02-24 08:42:04 -08:00
Rob McMullen 9e1e60420c Added missing method for KBoot 2017-02-23 19:10:52 -08:00
Rob McMullen 4514e46161 Fixed parsing of disk images broken after recent rearrangement of classes 2017-02-23 15:34:56 -08:00
Rob McMullen d3265737ca Don't insert title or author when user supplies bootcode for XEX header 2016-06-12 10:13:59 -07:00
Rob McMullen 0171d85d31 Added customizable title & author screen for xexboot images 2016-06-03 16:14:52 -07:00
Rob McMullen f1038329ee Added parsers and MIME type definitions from Omnivore
* restructured main script to use parsers, replacing the old logic
2016-06-01 15:11:30 -07:00
Rob McMullen a8af883d1f Added custom bootcode to add_xexboot_header 2016-05-05 23:10:28 -07:00
Rob McMullen 6d2f483f40 Changed to my own bootloader rather than kboot 2016-05-05 17:44:20 -07:00
Rob McMullen b977322a4e Initial attempt at adding kboot header 2016-05-03 23:21:01 -07:00
Rob McMullen 7ed99d614f Fixed KBoot segment creation 2016-04-25 11:57:41 -07:00
Rob McMullen 66e7c14ddb Changed permissions to 644 2016-03-25 16:09:29 -07:00
Rob McMullen 320c5af153 Fixed check for boot disk image: doesn't work to assume initialization address at 4-5 is valid or JMP address at 6-8 are valid 2016-03-02 14:05:32 -08:00
Rob McMullen 3f40a914ea Split monolithic atrcopy.py into multiple files in the atrcopy package
* fixed setup.py to work with package format
2016-02-12 20:36:33 -08:00