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.

42 lines
1.1 KiB

  1. ;++
  2. ;
  3. ;Copyright (c) 1995 Compaq Computer Corporation
  4. ;
  5. ;Module Name:
  6. ;
  7. ; etfsboot.inc
  8. ;
  9. ;Abstract:
  10. ;
  11. ; This contains the message text that the boot sector prints out on
  12. ; error conditions
  13. ;
  14. ;Author:
  15. ;
  16. ; Steve Collins (stevec) 25-Oct-1995
  17. ;
  18. ;Revision History:
  19. ;
  20. ; Calin Negreanu (calinn) 25-May-1998 - added MSG_BAD_BIOS
  21. ; Calin Negreanu (calinn) 20-Apr-1999 - added MSG_BAD_BIOS_CODE
  22. ; 1 - Wrong load address (offset is not 0 or 7c00h)
  23. ; 2 - Wrong load address (offset is 7c00h but segment is not 0)
  24. ; 3 - Wrong load address (offset is 0 but segment is not 07c0h)
  25. ; 4 - Wrong drive letter (should be 80h-FFh)
  26. ; 5 - Boot sector was not completely loaded
  27. ;
  28. ;--
  29. MSG_BAD_BIOS db "CDBOOT: Cannot boot from CD - Code: "
  30. MSG_BAD_BIOS_CODE db "0"
  31. db 0dh, 0ah, 0
  32. MSG_NO_NTLDR db "CDBOOT: Couldn't find NTLDR"
  33. db 0dh, 0ah, 0
  34. MSG_MEM_OVERFLOW db "CDBOOT: Memory overflow error"
  35. db 0dh, 0ah, 0