wok diff linld/stuff/src/_END.ASM @ rev 24019

syslinux: fix build
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 28 16:32:57 2021 +0000 (2021-02-28)
parents bc4b94310a29
children
line diff
     1.1 --- a/linld/stuff/src/_END.ASM	Thu Feb 18 08:56:43 2021 +0000
     1.2 +++ b/linld/stuff/src/_END.ASM	Sun Feb 28 16:32:57 2021 +0000
     1.3 @@ -5,7 +5,10 @@
     1.4                  %crefref
     1.5                  %noincl
     1.6                  %nomacs
     1.7 -                p386
     1.8 +
     1.9 +	include	"common.inc"
    1.10 +
    1.11 +                p8086
    1.12  
    1.13          segment _TEXT byte public use16 'CODE'
    1.14          ;global  _text_end:byte
    1.15 @@ -23,7 +26,7 @@
    1.16  
    1.17          segment _BSS word public use16 'BSS'
    1.18  ;STACK_SIZE = 128
    1.19 -STACK_SIZE = 512
    1.20 +STACK_SIZE = 256
    1.21  		db	STACK_SIZE dup(?)
    1.22          global  stktop:byte
    1.23          label   stktop byte