wok-current diff ipxe/stuff/lkrnprefix.S @ rev 19511
busybox: add hd
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Nov 22 15:02:30 2016 +0100 (2016-11-22) |
parents | 6aed6fc5819d |
children |
line diff
1.1 --- a/ipxe/stuff/lkrnprefix.S Sat Dec 27 17:56:57 2014 +0100 1.2 +++ b/ipxe/stuff/lkrnprefix.S Tue Nov 22 15:02:30 2016 +0100 1.3 @@ -389,8 +389,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