wok diff linld/stuff/src/MEMTOP.ASM @ rev 25697

dool: reduced size of package
author Hans-G?nter Theisgen
date Sun May 12 07:10:04 2024 +0100 (3 weeks ago)
parents 6b6d14c9f7e9
children
line diff
     1.1 --- a/linld/stuff/src/MEMTOP.ASM	Thu Apr 08 09:21:26 2021 +0000
     1.2 +++ b/linld/stuff/src/MEMTOP.ASM	Sun May 12 07:10:04 2024 +0100
     1.3 @@ -22,9 +22,10 @@
     1.4          segment _TEXT byte public use16 'CODE'
     1.5  
     1.6  ;***************************************************************
     1.7 -;u32 memtopz();
     1.8 +;u32 memtop();
     1.9  ;***************************************************************
    1.10 -        proc    _memtopz near
    1.11 +        global  _memtop:near
    1.12 +        proc    _memtop near
    1.13  ;***************************************************************
    1.14  ;u32 memtop_e820()
    1.15  ;***************************************************************
    1.16 @@ -155,7 +156,7 @@
    1.17  
    1.18  ;        endp    _memtop_88
    1.19  
    1.20 -;        proc    _memtopz near
    1.21 +;        proc    _memtop near
    1.22  
    1.23  ;                call	_memtop_e801
    1.24  ;		jnz	@@ok
    1.25 @@ -176,11 +177,11 @@
    1.26  
    1.27  
    1.28  ;***************************************************************
    1.29 -;u32 memtop();
    1.30 +;u32 topload();
    1.31  ;***************************************************************
    1.32 -        global  _memtop:near
    1.33 -_memtop:
    1.34 -		call	_memtopz
    1.35 +        global  _topload:near
    1.36 +_topload:
    1.37 +		call	_memtop
    1.38  		mov	cx,40h		; min 4m
    1.39  ; If reported mem is ridiculously low, presume
    1.40  ; we had trouble detecting memory size
    1.41 @@ -209,7 +210,7 @@
    1.42  ;@@ok:
    1.43  		ret
    1.44  
    1.45 -        endp    _memtopz
    1.46 +        endp    _memtop
    1.47  
    1.48  ;***************************************************************
    1.49  ;void hook_int15_88();