wok rev 21983
memtest/bootloader.S: typos
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Oct 12 12:08:52 2019 +0200 (2019-10-12) |
parents | 95bad7889d0e |
children | 6e3d30b3031f |
files | fasm/receipt memtest/stuff/bootloader.S |
line diff
1.1 --- a/fasm/receipt Sat Oct 12 10:45:05 2019 +0100 1.2 +++ b/fasm/receipt Sat Oct 12 12:08:52 2019 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="fasm" 1.7 -VERSION="1.73.09" 1.8 +VERSION="1.73.16" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Assembly language programming for x86, x86-64 and ARM systems." 1.11 MAINTAINER="pascal.bellard@slitaz.org"
2.1 --- a/memtest/stuff/bootloader.S Sat Oct 12 10:45:05 2019 +0100 2.2 +++ b/memtest/stuff/bootloader.S Sat Oct 12 12:08:52 2019 +0200 2.3 @@ -31,7 +31,7 @@ 2.4 //#define NO_DOTS show progression dots ? -5 2.5 #ifndef BZIMAGE 2.6 //#define TINY_ZIMAGE system < 64Kb ? -11 2.7 -//#defime NO_MINSETUP default setup (dos only) ? -4 2.8 +//#define NO_MINSETUP default setup (dos only) ? -4 2.9 //#define NO_CURSOR_DEFINITION -8 2.10 #endif 2.11 2.12 @@ -300,7 +300,7 @@ 2.13 xorw %si, %si 2.14 xorw %di, %di 2.15 cmpw %ax, %bx 2.16 - jc forward 2.17 + jnc forward 2.18 decw %si 2.19 decw %di 2.20 std