wok-6.x diff memtest/stuff/bootloader.S @ 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 99c5dab1a371
children 2638f54b93f1
line diff
     1.1 --- a/memtest/stuff/bootloader.S	Tue Oct 14 22:40:53 2014 +0200
     1.2 +++ b/memtest/stuff/bootloader.S	Tue Feb 09 10:22:52 2016 +0100
     1.3 @@ -375,8 +375,8 @@
     1.4  #endif
     1.5  # NOTE : support 256 cylinders max
     1.6          incb    %ch			# next cylinder
     1.7 +        movb    $0,%dh			# first head
     1.8  read_first_sectors:
     1.9 -        movb    $0,%dh			# first head
    1.10  bdendlp:
    1.11          jmp	read_sectorslp
    1.12