wok-6.x diff memtest/stuff/bootloader.S @ rev 21468
updated monitorix (3.2.1 -> 3.11.0)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Apr 30 15:42:25 2019 +0100 (2019-04-30) |
parents | 1421f93cc28a |
children | 7f4bf91f0eb9 |
line diff
1.1 --- a/memtest/stuff/bootloader.S Thu Feb 01 12:59:51 2018 +0100 1.2 +++ b/memtest/stuff/bootloader.S Tue Apr 30 15:42:25 2019 +0100 1.3 @@ -167,11 +167,10 @@ 1.4 ldsw 0x78(%bx), %si # %ds:%bx+0x78 is parameter table address 1.5 pushw %es 1.6 pushw %di 1.7 - pushw %ds 1.8 movb $6, %cl # copy 12 bytes 1.9 rep # don't worry about cld 1.10 movsw # already done above 1.11 - popw %ds 1.12 + movw %cx, %ds # %ds = 0 1.13 #ifdef ONLY8086 1.14 popw 0x78(%bx) # update parameter table address 1.15 popw 0x78+2(%bx)