wok rev 18880

Up aespipe (v2.4d)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 09 10:22:52 2016 +0100 (2016-02-09)
parents 46cd05f762af
children ead554f980a4
files aespipe/receipt ipxe/stuff/lkrnprefix.S memtest/stuff/bootloader.S
line diff
     1.1 --- a/aespipe/receipt	Tue Feb 09 00:13:07 2016 +0200
     1.2 +++ b/aespipe/receipt	Tue Feb 09 10:22:52 2016 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="aespipe"
     1.7 -VERSION="v2.4c"
     1.8 +VERSION="v2.4d"
     1.9  CATEGORY="utilities"
    1.10  SHORT_DESC="AES encrypting or decrypting pipe."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
     2.1 --- a/ipxe/stuff/lkrnprefix.S	Tue Feb 09 00:13:07 2016 +0200
     2.2 +++ b/ipxe/stuff/lkrnprefix.S	Tue Feb 09 10:22:52 2016 +0100
     2.3 @@ -389,8 +389,8 @@
     2.4  #endif
     2.5  # NOTE : support 256 cylinders max
     2.6          incb    %ch			# next cylinder
     2.7 +        movb    $0,%dh			# first head
     2.8  read_first_sectors:
     2.9 -        movb    $0,%dh			# first head
    2.10  bdendlp:
    2.11          jmp	read_sectorslp
    2.12  
     3.1 --- a/memtest/stuff/bootloader.S	Tue Feb 09 00:13:07 2016 +0200
     3.2 +++ b/memtest/stuff/bootloader.S	Tue Feb 09 10:22:52 2016 +0100
     3.3 @@ -375,8 +375,8 @@
     3.4  #endif
     3.5  # NOTE : support 256 cylinders max
     3.6          incb    %ch			# next cylinder
     3.7 +        movb    $0,%dh			# first head
     3.8  read_first_sectors:
     3.9 -        movb    $0,%dh			# first head
    3.10  bdendlp:
    3.11          jmp	read_sectorslp
    3.12