]> defiant.homedns.org Git - pyshared.git/blobdiff - bootloader.py
Fix jump command..
[pyshared.git] / bootloader.py
index 1f5707a884e8745275d9be6166d3cfc35dc1f83f..298a13e7227fed1c818d7f8fd3da0d69c2dd87d3 100755 (executable)
@@ -192,3 +192,7 @@ if __name__ == "__main__":
                loader = bootloader(addr)
                if len(args) > 1:
                        loader.load(args[1])
+               if options.bJump:
+                       print "Jump:"
+                       loader.jump(0x0)
+