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.

41 lines
1.1 KiB

  1. ; * IBM CONFIDENTIAL * Jan 9 1990 *
  2. PAGE ,132
  3. TITLE PC DOS TUGBOAT Keyboard Definition File
  4. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  5. ;; PC DOS TUGBOAT - NLS Support - Keyboard Definition File
  6. ;; (c) Copyright IBM Corp 198?,...
  7. ;;
  8. ;; This file contains the eof marker for the entire table
  9. ;; and the keyboard.sys copyright information
  10. ;;
  11. ;; Linkage Instructions:
  12. ;; Refer to KDF.ASM.
  13. ;;
  14. ;;
  15. ;; Author: BILL DEVLIN - IBM Canada Laboratory - May 1986
  16. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  17. ;;
  18. ;;
  19. CODE SEGMENT PUBLIC 'CODE' ;;
  20. ASSUME CS:CODE,DS:CODE ;;
  21. ;;
  22. ;;
  23. ;;
  24. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; Copyright statement
  25. ;; DB 'KEYBOARD.SYS Version TUGBOAT (C) Copyright IBM Corp. 1986,1987,1988',13,10 ;;
  26. ;; DB 'Authors : Bill Devlin, Nick Savage, Mike Saunders, et al..',13,10
  27. ;; DB 'Development: Toronto,Boca Raton,Basingstoke',13,10
  28. include copyrigh.inc
  29. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  30. DB 1AH ;; EOF
  31. ;;
  32. CODE ENDS ;;
  33. END ;;
  34. ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;