Leaked source code of windows server 2003
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

  1. page ,160
  2. ;
  3. ;----------------------------------------------------------------------------
  4. ;
  5. ; Modification history
  6. ;
  7. ; 26-Feb-1991 sudeepb Ported for NT DOSEm
  8. ;----------------------------------------------------------------------------
  9. include version.inc ; set build flags
  10. include biosseg.inc ; establish bios segment structure
  11. sysinitseg segment
  12. public badopm,crlfm,badsiz_pre,badld_pre,badcom,badcountry
  13. public badmem,badblock,badstack
  14. public insufmemory,badcountrycom
  15. public badorder,errorcmd
  16. public badparm
  17. public toomanydrivesmsg ;M029
  18. include msbio.cl3
  19. sysinitseg ends
  20. end
  21.