wok diff linld/stuff/src/LINLD.CPP @ rev 25706

BootProg/boot32.asm: add int 21h services 02h, 09h, 25h, 35h
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jun 26 17:36:15 2024 +0000 (4 days ago)
parents 77cae427d6b7
children
line diff
     1.1 --- a/linld/stuff/src/LINLD.CPP	Sun Feb 27 21:20:06 2022 +0000
     1.2 +++ b/linld/stuff/src/LINLD.CPP	Wed Jun 26 17:36:15 2024 +0000
     1.3 @@ -45,7 +45,7 @@
     1.4          ", cl=@filename to get it from a file"
     1.5  #if 1
     1.6          NL NL "Examples:" NL
     1.7 -	"\tLINLD "
     1.8 +	"LINLD "
     1.9  #ifdef MINRAM
    1.10  	"-r 96m "
    1.11  #endif
    1.12 @@ -54,8 +54,8 @@
    1.13  #endif
    1.14          "initrd=rootfs.gz,mycfg.gz "
    1.15  	"\"cl=root=/dev/null video=-32\""
    1.16 -	NL "\tLINLD memtest"
    1.17 -	NL "\tLINLD @linld.cmd"
    1.18 +	NL "LINLD memtest"
    1.19 +	NL "LINLD @linld.cmd"
    1.20  #endif
    1.21      );
    1.22  }