wok diff linld/stuff/src/A20.ASM @ rev 23806

linld: add isoboot
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun May 24 16:16:52 2020 +0000 (2020-05-24)
parents a31ec0e0df8e
children a946c1651082
line diff
     1.1 --- a/linld/stuff/src/A20.ASM	Thu Nov 14 10:49:19 2019 +0100
     1.2 +++ b/linld/stuff/src/A20.ASM	Sun May 24 16:16:52 2020 +0000
     1.3 @@ -17,7 +17,7 @@
     1.4  enable_a20_methods:
     1.5  		dw	_enable_a20_fast, _enable_a20_kbd, _enable_a20_xmm, die
     1.6  msg_a20		db	"Can't use A20",0
     1.7 -overflow	db	"Out of memory",0
     1.8 +		extrn	overflow:byte
     1.9  		ifdef	NO386
    1.10  bzimage86	db	"8086 & bzImage",0
    1.11  		endif