wok rev 19494

linld: cooker doc link
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Nov 14 08:55:24 2016 +0100 (2016-11-14)
parents bf903ab85e9e
children f2cf0de52bd3
files linld/receipt linld/stuff/a20.u
line diff
     1.1 --- a/linld/receipt	Sun Nov 13 03:59:47 2016 +0200
     1.2 +++ b/linld/receipt	Mon Nov 14 08:55:24 2016 +0100
     1.3 @@ -43,7 +43,8 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	mkdir -p $fs/usr/share/boot $fs/usr/bin
     1.8 +	mkdir -p $fs/usr/share/boot $fs/usr/bin $install/usr/share/doc
     1.9  	cp $src/linld.com $stuff/linld.txt $fs/usr/share/boot/
    1.10 +	cp $stuff/linld.txt $install/usr/share/doc
    1.11  	#cp $src/tobzimage $fs/usr/bin
    1.12  }
     2.1 --- a/linld/stuff/a20.u	Sun Nov 13 03:59:47 2016 +0200
     2.2 +++ b/linld/stuff/a20.u	Mon Nov 14 08:55:24 2016 +0100
     2.3 @@ -1,19 +1,9 @@
     2.4  --- LINLD097/A20.ASM
     2.5  +++ LINLD097/A20.ASM
     2.6 -@@ -93,12 +93,15 @@
     2.7 - 
     2.8 -                 push    bp
     2.9 -                 mov     bp,sp
    2.10 --                push    ax bx
    2.11 -+                push    ax
    2.12 -+                push    bx
    2.13 -                 mov     ah,03h          ;global enable a20
    2.14 -                 call    [drv]           ;
    2.15 +@@ -99,6 +99,7 @@
    2.16                   mov     ah,05h          ;local enable a20
    2.17                   call    [drv]           ;
    2.18 --                pop     bx ax
    2.19 -+                pop     bx
    2.20 -+                pop     ax
    2.21 +                 pop     bx ax
    2.22  +                pop     bp
    2.23                   ret
    2.24           endp    _enable_a20_xmm