You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
637 B
26 lines
637 B
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
|
|
|