# HG changeset patch # User Pascal Bellard # Date 1428224584 -7200 # Node ID 4d27e4d271a011c80f82bba6f9e72a0297d79aa5 # Parent 0bcc2c14e027567e45e98368ec39347d73f1e92b syslinux: s/Dutch/Nederlands/ (thanks kubepc) diff -r 0bcc2c14e027 -r 4d27e4d271a0 syslinux/receipt --- a/syslinux/receipt Sat Apr 04 21:58:38 2015 +0200 +++ b/syslinux/receipt Sun Apr 05 11:03:04 2015 +0200 @@ -79,7 +79,7 @@ de de-latin1 de_DE Deutsch de_CH\ deCH de_CH-latin1 de_DE Deutsch Schweiz sg sg-latin1 de_DE Deutsch Schweiz (sg) -nl nl2 C Dutch +nl nl2 C Nederlands gr gr C Ellinika en uk en_GB English UK us us en_US English US diff -r 0bcc2c14e027 -r 4d27e4d271a0 syslinux/stuff/iso2exe/bootiso.S --- a/syslinux/stuff/iso2exe/bootiso.S Sat Apr 04 21:58:38 2015 +0200 +++ b/syslinux/stuff/iso2exe/bootiso.S Sun Apr 05 11:03:04 2015 +0200 @@ -75,7 +75,7 @@ cmpw (%bx), %cx jnc puts // read fail or no isohydrid boot sector popw %es - popa + popa // isolinux boot needs %es:%di and %dx putsret: ret @@ -140,25 +140,25 @@ jmp puts tst386: - pushfw // save flags + pushfw // save flags // bits 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 // flags 0 NT IOPL OF DF IF TF SF ZF 0 AF 0 PF 1 CF // movb $0x10, %ah pushw %ax - popfw // < 286 : flags[12..15] are forced 1 - pushfw // = 286 : flags[12..15] are forced 0 - popw %bx // > 286 : only flags[15] is forced 0 - popfw // restore flags (IOPL) - addb %ah, %bh // test F0 and 00 cases + popfw // < 286 : flags[12..15] are forced 1 + pushfw // = 286 : flags[12..15] are forced 0 + popw %bx // > 286 : only flags[15] is forced 0 + popfw // restore flags (IOPL) + addb %ah, %bh // test F0 and 00 cases cmpb %ah, %bh movw $0x100, %di - jbe is86 // C=8086/80186, Z=80286 + jbe is86 // C=8086/80186, Z=80286 is386: - smsww %ax // not privileged + smsww %ax // not privileged andb $1, %al movw $10, %si jne tstvcpi - movl %cr0, %eax // privileged + movl %cr0, %eax // privileged incl %eax movb $EXESTR(rmPaging), %al js abort @@ -169,7 +169,7 @@ is86: movw comstart-end_header(%di), %si // .com address pushw %di - movb $0x7C/2, %ch // 31K-31.5K, > com length + movb $0x7C/2, %ch // 31K-31.5K, > com length rep movsw ret