wok-tiny rev 155

plop/bootloader.S: typos
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 12 12:05:54 2019 +0200 (2019-10-12)
parents 9f53549da10d
children b02f3505dd41
files plop/stuff/bootloader.S
line diff
     1.1 --- a/plop/stuff/bootloader.S	Wed Sep 25 19:09:24 2019 +0200
     1.2 +++ b/plop/stuff/bootloader.S	Sat Oct 12 12:05:54 2019 +0200
     1.3 @@ -31,7 +31,7 @@
     1.4  //#define NO_DOTS		show progression dots ?		-5
     1.5  #ifndef BZIMAGE
     1.6  #define TINY_ZIMAGE		system < 64Kb ?			-11
     1.7 -#defime NO_MINSETUP		default setup (dos only) ?	-4
     1.8 +#define NO_MINSETUP		default setup (dos only) ?	-4
     1.9  //#define NO_CURSOR_DEFINITION					-8
    1.10  #endif
    1.11  
    1.12 @@ -300,7 +300,7 @@
    1.13  	xorw	%si, %si
    1.14  	xorw	%di, %di
    1.15  	cmpw	%ax, %bx
    1.16 -	jc	forward
    1.17 +	jnc	forward
    1.18  	decw	%si
    1.19  	decw	%di
    1.20  	std