refactor and start adding actual functionality
This commit is contained in:
parent
9efa0ee226
commit
82fec3ab58
11 changed files with 158 additions and 33 deletions
|
@ -63,7 +63,7 @@ func GenerateVBIOSDumper(vbios_path string) {
|
|||
errorcheck.ErrorCheck(err, "Could not change permissions of \"utils/dump_vbios.sh\"")
|
||||
|
||||
// Write to logger
|
||||
logger.Printf("Writing utils/dump_vbios.sh")
|
||||
logger.Printf("Writing utils/dump_vbios.sh\n")
|
||||
|
||||
// Write the script
|
||||
scriptfile.WriteString(vbios_script)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue