# HG changeset patch # User Pascal Bellard # Date 1489403358 -3600 # Node ID c281a4009aaa6eeee3f77d987abf49f00a1ef56a # Parent 67554ccc4d3e1aaab4b4f21510dae9aafe60b0b7 gitso: update wget_url diff -r 67554ccc4d3e -r c281a4009aaa gitso/receipt --- a/gitso/receipt Mon Mar 13 10:28:45 2017 +0100 +++ b/gitso/receipt Mon Mar 13 12:09:18 2017 +0100 @@ -8,7 +8,7 @@ LICENSE="GPL3" TARBALL="${PACKAGE}_${VERSION}_src.tar.bz2" WEB_SITE="http://code.google.com/p/gitso/" -WGET_URL="http://gitso.googlecode.com/files/$TARBALL" +WGET_URL="https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/gitso/$TARBALL" CONFIG_FILES="/etc/gitso-hosts" DEPENDS="x11vnc vncviewer wxpython" diff -r 67554ccc4d3e -r c281a4009aaa syslinux/stuff/iso2exe/bootiso.S --- a/syslinux/stuff/iso2exe/bootiso.S Mon Mar 13 10:28:45 2017 +0100 +++ b/syslinux/stuff/iso2exe/bootiso.S Mon Mar 13 12:09:18 2017 +0100 @@ -122,7 +122,7 @@ .org 0x01B8 ////////////////////////// partition boot code //////////////////////////////// -// assume DS=SS AH=00 BX=7C00 CH=01 DL= SI=7DBE +// assume DS=SS BX=7C00 CH=01 DL= SI=7DBE .org 0x7C00 jmp bootpartition @@ -137,11 +137,12 @@ call movepartition pushw %cx pushw %cx - movw $patch-16,%di + decw %di + decw %di movb $4,%cl - movb $16,%al + movw $16,%ax next: - addw %ax,%di + subw %ax,%di cmpb %ch,(%di) // boot flag ? loope next pushw 10(%di)