windows-nt/Source/XPSP1/NT/base/mvdm/softpc.new/bios/sysimes.asm
2020-09-26 16:20:57 +08:00

27 lines
611 B
NASM
Raw 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