2025-04-27 07:49:33 -04:00

27 lines
637 B
NASM
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

page ,160
;
;----------------------------------------------------------------------------
;
; Modification history
;
; 26-Feb-1991 sudeepb Ported for NT DOSEm
;----------------------------------------------------------------------------
include version.inc ; set build flags
include biosseg.inc ; establish bios segment structure
sysinitseg segment
public badopm,crlfm,badsiz_pre,badld_pre,badcom,badcountry
public badmem,badblock,badstack
public insufmemory,badcountrycom
public badorder,errorcmd
public badparm
public toomanydrivesmsg ;M029
include msbio.cl3
sysinitseg ends
end